A web interface to manage and access Virtualbox machines.
Go to file
h6w a4d94f6780
apache2 conf.d config file
Put this file in /etc/apache2/conf-available/phpvirtualbox.conf
Then run `a2enconf phpvirtualbox` and `service apache2 reload`
2017-11-10 15:20:05 +11:00
css Move source tree up one level 2015-07-29 12:12:26 -04:00
endpoints Merge pull request #61 from tschoening/proc_desc_and_cpu_id_gaps 2017-10-26 16:27:15 +11:00
images Move source tree up one level 2015-07-29 12:12:26 -04:00
js Fixed enforceVMOwnership and vmQuotaPerUser functionality which is broken in 5.0-5 2016-03-24 15:19:08 +02:00
languages added cs.dat 2017-09-11 09:44:06 +02:00
panes Added Czech language 2017-09-11 09:48:02 +02:00
rdpweb Move source tree up one level 2015-07-29 12:12:26 -04:00
tightvnc Move source tree up one level 2015-07-29 12:12:26 -04:00
.dockerignore Docker related files 2015-12-02 08:45:23 -05:00
.gitignore PHP7 support 2016-01-08 13:10:56 -05:00
CHANGELOG.txt Update CHANGELOG.txt 2017-10-26 16:51:40 +11:00
Dockerfile Docker related files 2015-12-02 08:45:23 -05:00
GPLv3.txt Move source tree up one level 2015-07-29 12:12:26 -04:00
LICENSE.txt Move source tree up one level 2015-07-29 12:12:26 -04:00
README.md Update README.md 2017-11-10 15:16:55 +11:00
config.php-example Move source tree up one level 2015-07-29 12:12:26 -04:00
docker-compose.yml Docker related files 2015-12-02 08:45:23 -05:00
index.html Move source tree up one level 2015-07-29 12:12:26 -04:00
phpvirtualbox.conf apache2 conf.d config file 2017-11-10 15:20:05 +11:00
recovery.php-disabled Fixed bug in api.php change password and corrected the lib path in recovery.php 2015-08-02 17:38:43 -04:00
vboxinit Move source tree up one level 2015-07-29 12:12:26 -04:00

README.md

About

phpVirtualBox is from 2017 maintained by Smart Guide Pty Ltd (tudor at smartguide dot com dot au)

with support from various contributors (see https://github.com/phpvirtualbox/phpvirtualbox/graphs/contributors)

Originally Copyright (C) 2015 Ian Moore (imoore76 at yahoo dot com)

FREE, WITHOUT WARRANTY:

All files of this program (phpVirtualBox) are distributed under the terms contained in the LICENSE.txt file in this folder unless otherwise specified in an individual source file. By using this software, you are agreeing to the terms contained therein. If you have not received and read the license file, or do not agree with its conditions, please cease using this software immediately and remove any copies you may have in your possession.

Installation from Zip file

  1. Download zip file from sourceforge project site: https://sourceforge.net/projects/phpvirtualbox/

  2. Rename config.php-example to config.php and edit as needed.

Post installation

Default login is username: admin password: admin

Please report bugs / feature requests to GitHub https://github.com/phpvirtualbox/phpvirtualbox/issues

Password Recovery

Rename the file recovery.php-disabled to recovery.php, navigate to it in your web browser, and follow the instructions presented.