A web interface to manage and access Virtualbox machines.
Go to file
h6w cf82d58f26
Merge pull request #269 from twingg/develop
Set default cookie expiry date to 7 days after creation
2021-01-28 09:37:33 +11:00
css Fix shared folders in 6.1 2020-02-23 01:30:32 +01:00
endpoints Add VirtIO SCSI support 2020-07-04 01:10:41 +02:00
images Add VirtIO SCSI support 2020-07-04 01:10:41 +02:00
js Set default cookie expiry date to 7 days after creation 2021-01-27 16:20:44 +02:00
languages Update de.xml 2019-09-09 15:18:14 +02:00
packaging/install-scripts Choose compatible Virtualbox version from phpvirtualbox version in installer. 2020-08-29 14:20:20 +10:00
panes Fix shared folders in 6.1 2020-02-23 01:30:32 +01: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 Don't carry .vscode around. 2019-09-09 18:23:48 +02:00
.htaccess Prevent access to .git/ directory 2019-10-10 23:05:17 -04:00
CHANGELOG.txt New wsdls for 6.0 beta. 2018-11-09 20:55:28 +11:00
Dockerfile Docker related files 2015-12-02 08:45:23 -05:00
GPLv3.txt Convert from DOS to UNIX format. Update changelog for release. 2018-07-13 17:36:48 +10:00
LICENSE.txt Convert from DOS to UNIX format. Update changelog for release. 2018-07-13 17:36:48 +10:00
README.md Update README.md 2018-01-27 21:08:20 +01:00
config.php-example Add a configuration variable to set the VRDE address 2018-03-11 21:28:06 +01:00
docker-compose.yml Docker related files 2015-12-02 08:45:23 -05:00
index.html Fix sourceforge URL 2018-11-19 20:03:00 +01:00
phpvirtualbox.conf Update phpvirtualbox.conf 2017-11-19 14:59:44 +01:00
recovery.php-disabled Convert from DOS to UNIX format. Update changelog for release. 2018-07-13 17:36:48 +10: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 the zipfile into a folder accessible by your web server

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

Read the wiki for more information : https://github.com/phpvirtualbox/phpvirtualbox/wiki

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.