Comments on: Install ‘PhpVirtualBox’ to Manage VirtualBox Virtual Machines via Web Browser in Linux https://www.tecmint.com/install-phpvirtualbox-to-manage-virtualbox-virtual-machines-centos-debian-ubuntu/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 09 Mar 2017 08:10:02 +0000 hourly 1 By: Pankaj Kumar https://www.tecmint.com/install-phpvirtualbox-to-manage-virtualbox-virtual-machines-centos-debian-ubuntu/comment-page-1/#comment-874266 Thu, 09 Mar 2017 08:10:02 +0000 http://www.tecmint.com/?p=13173#comment-874266 Installation in windows with simple easy steps:

1) Download phpVirtualBox from internet
2) Extract it
3) Download XAMPP and Install it
4) copy the Extracted phpvirtulabox folder into xampp/htdocs folder (for example d:\xampp\htdocs\phpVirtualBox)
5) Now go to the phpVirtualBox and save a copy of config.php-example as config.php (default userid / password admin/admin)
6) Start C:\Program Files\Oracle\VirtualBox\VBoxWebSrv.exe as a service
7) Start web server from XAMPP control penal
8) Now go to web browser type your system ip with folder name (http://IP address/phpVirtualBox)
9) put user id and password and control virtual box from web page

for any issue please let me know email id == pankaj.kumar2102@gmail.com

]]>
By: Avishek Kumar https://www.tecmint.com/install-phpvirtualbox-to-manage-virtualbox-virtual-machines-centos-debian-ubuntu/comment-page-1/#comment-635044 Fri, 31 Jul 2015 10:28:17 +0000 http://www.tecmint.com/?p=13173#comment-635044 In reply to Michael.

thanks @Michael for letting us know.
Keep connected!

]]>
By: Michael https://www.tecmint.com/install-phpvirtualbox-to-manage-virtualbox-virtual-machines-centos-debian-ubuntu/comment-page-1/#comment-633533 Wed, 29 Jul 2015 08:29:36 +0000 http://www.tecmint.com/?p=13173#comment-633533 Love the tutorial. Although I might add, You can set this up to run on boot..
echo ‘avi123’ | sudo -u avi sudo -S vboxwebsrv -H 127.0.0.1 -b –logfile /dev/null >/dev/null

the echo will be the password,
That command basicly starts it in the back end but you can also start a cronjob with this eg
sudo crontab -e
@reboot echo ‘avi123’ | sudo -u avi sudo -S vboxwebsrv -H 127.0.0.1 -b –logfile /dev/null >/dev/null

]]>
By: Avishek Kumar https://www.tecmint.com/install-phpvirtualbox-to-manage-virtualbox-virtual-machines-centos-debian-ubuntu/comment-page-1/#comment-565647 Sun, 10 May 2015 08:19:38 +0000 http://www.tecmint.com/?p=13173#comment-565647 In reply to Johnny.

Johnny,
You may like to tell us which Linux Distribution your are using for details of adding a program/Service at startup

Alternatively,
You may ask your community how to add a service/command/script to start at boot. You may either write a two line script or add the command directly.

Hope it helps.

]]>
By: Johnny https://www.tecmint.com/install-phpvirtualbox-to-manage-virtualbox-virtual-machines-centos-debian-ubuntu/comment-page-1/#comment-565146 Sat, 09 May 2015 16:35:26 +0000 http://www.tecmint.com/?p=13173#comment-565146 Hi So I try to install as you show, but still at the error page when i try to log in.
In /etc/init.d, there’s no virtualbox folder, it’s only : vboxautostart-service, vboxdrv, vboxweb-service, vboxballoonctrl-service, netconsole, network.

The only way to log in is to issue the command : vboxwebsrv -H 127.0.0.1
But that need to run all the time, if we stop with ctrl-c I can’t log anymore.

So I’m not sure why i can’t autorun ? Or how to put as autorun, like in

Thanks

]]>