A web interface to manage and access Virtualbox machines.
Go to file
Tom077 b1c763a0a6 Czech translation fixed
wrong file "cs.dat"
2017-11-13 19:07:45 +01:00
css Move source tree up one level 2015-07-29 12:12:26 -04:00
endpoints Apply patch supplied by Thomas Pochetat from ArchLinux bug 55228 https://bugs.archlinux.org/task/55228 2017-11-10 16:36:19 +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 Czech translation fixed 2017-11-13 19:07:45 +01: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 Installation URL to GitHub 2017-11-10 16:19:22 +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 GitHub project site: https://github.com/phpvirtualbox/phpvirtualbox/archive/master.zip

  2. Unzip zipfile into /usr/share/phpvirtualbox

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

  4. Move phpvirtualbox.conf into /etc/apache2/conf-available/ * NB: The default config file makes phpvirtualbox only accessible from the localhost for security reasons.

  5. Run a2enconf phpvirtualbox and service apache2 reload

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.