A web interface to manage and access Virtualbox machines.
Go to file
h6w 2eefdbdfdb SF FR:#24 Allow usage of SparkGateway or Guacamole instead of Java viewer
Patch contributed for #24 Allow usage of SparkGateway or Guacamole instead of Java viewer
2017-05-08 14:35:12 +10: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 stub en.xml 2015-08-14 07:58:39 -04:00
panes Fixed invalid new HDD path issue when enforceVMOwnership is enabled 2016-04-05 18:23:05 -04: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
phpVBoxPatches 4.3-1.rar SF FR:#6 Add Performance metrics with cpu/ram/disk/network counters 2017-05-08 12:33:38 +10:00
phpVBoxPatches.rar SF FR:#6 Add Performance metrics with cpu/ram/disk/network counters 2017-05-08 12:33:38 +10: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
sparkgateway_addon.zip SF FR:#24 Allow usage of SparkGateway or Guacamole instead of Java viewer 2017-05-08 14:35:12 +10:00
vboxinit SF FR:#15 Vbox 4.3 autostart feature 2017-05-08 12:43:58 +10: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.