A web interface to manage and access Virtualbox machines.
Go to file
p-bo 7ec355a1f2 Added Czech language 2017-09-11 09:48:02 +02:00
css Move source tree up one level 2015-07-29 12:12:26 -04:00
endpoints Merge pull request #13 from tioigor96/patch-1 2016-05-19 08:34:22 -04: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 5.0-6 prep 2016-01-08 13:53:11 -05: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 Docker related files 2015-12-02 08:45:23 -05: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
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 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 see the wiki located at http://sourceforge.net/p/phpvirtualbox/wiki/Home/ for detailed installation and configuration instructions.

Password Recovery

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