<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Install &#8216;PhpVirtualBox&#8217; to Manage VirtualBox Virtual Machines via Web Browser in Linux	</title>
	<atom:link href="https://www.tecmint.com/install-phpvirtualbox-to-manage-virtualbox-virtual-machines-centos-debian-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-phpvirtualbox-to-manage-virtualbox-virtual-machines-centos-debian-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 09 Mar 2017 08:10:02 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Pankaj Kumar		</title>
		<link>https://www.tecmint.com/install-phpvirtualbox-to-manage-virtualbox-virtual-machines-centos-debian-ubuntu/comment-page-1/#comment-874266</link>

		<dc:creator><![CDATA[Pankaj Kumar]]></dc:creator>
		<pubDate>Thu, 09 Mar 2017 08:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=13173#comment-874266</guid>

					<description><![CDATA[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 &lt;strong&gt;xampp/htdocs&lt;/strong&gt; folder  (for example &lt;strong&gt;d:\xampp\htdocs\phpVirtualBox&lt;/strong&gt;)
5) Now go to the &lt;strong&gt;phpVirtualBox&lt;/strong&gt; and save a copy of &lt;strong&gt;config.php-example&lt;/strong&gt; as &lt;strong&gt;config.php&lt;/strong&gt; (default userid / password admin/admin)
6) Start &lt;strong&gt;C:\Program Files\Oracle\VirtualBox\VBoxWebSrv.exe&lt;/strong&gt; as a service
7) Start web server from XAMPP control penal 
8) Now go to web browser type your system ip with folder name  (&lt;strong&gt;http://IP address/phpVirtualBox&lt;/strong&gt;)
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 
]]></description>
			<content:encoded><![CDATA[<p>Installation in windows with simple easy steps:</p>
<p>1) Download phpVirtualBox from internet<br />
2) Extract it<br />
3) Download XAMPP and Install it<br />
4) copy the Extracted phpvirtulabox folder into <strong>xampp/htdocs</strong> folder  (for example <strong>d:\xampp\htdocs\phpVirtualBox</strong>)<br />
5) Now go to the <strong>phpVirtualBox</strong> and save a copy of <strong>config.php-example</strong> as <strong>config.php</strong> (default userid / password admin/admin)<br />
6) Start <strong>C:\Program Files\Oracle\VirtualBox\VBoxWebSrv.exe</strong> as a service<br />
7) Start web server from XAMPP control penal<br />
8) Now go to web browser type your system ip with folder name  (<strong><a target="_blank" href="http://IP" rel="nofollow ugc">http://IP</a> address/phpVirtualBox</strong>)<br />
9) put user id and password and control virtual box from web page</p>
<p>for any issue please let me know  email id   == <a target="_blank" href="mailto:pankaj.kumar2102@gmail.com">pankaj.kumar2102@gmail.com</a> </p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Avishek Kumar		</title>
		<link>https://www.tecmint.com/install-phpvirtualbox-to-manage-virtualbox-virtual-machines-centos-debian-ubuntu/comment-page-1/#comment-635044</link>

		<dc:creator><![CDATA[Avishek Kumar]]></dc:creator>
		<pubDate>Fri, 31 Jul 2015 10:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=13173#comment-635044</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-phpvirtualbox-to-manage-virtualbox-virtual-machines-centos-debian-ubuntu/comment-page-1/#comment-633533&quot;&gt;Michael&lt;/a&gt;.

thanks @Michael for letting us know.
Keep connected!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-phpvirtualbox-to-manage-virtualbox-virtual-machines-centos-debian-ubuntu/comment-page-1/#comment-633533">Michael</a>.</p>
<p>thanks @Michael for letting us know.<br />
Keep connected!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michael		</title>
		<link>https://www.tecmint.com/install-phpvirtualbox-to-manage-virtualbox-virtual-machines-centos-debian-ubuntu/comment-page-1/#comment-633533</link>

		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Wed, 29 Jul 2015 08:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=13173#comment-633533</guid>

					<description><![CDATA[Love the tutorial. Although I might add, You can set this up to run on boot..
echo &#039;avi123&#039; &#124; sudo -u avi sudo -S vboxwebsrv -H 127.0.0.1 -b --logfile /dev/null &#062;/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 &#039;avi123&#039; &#124; sudo -u avi sudo -S vboxwebsrv -H 127.0.0.1 -b --logfile /dev/null &#062;/dev/null]]></description>
			<content:encoded><![CDATA[<p>Love the tutorial. Although I might add, You can set this up to run on boot..<br />
echo &#8216;avi123&#8217; | sudo -u avi sudo -S vboxwebsrv -H 127.0.0.1 -b &#8211;logfile /dev/null &gt;/dev/null</p>
<p>the echo will be the password,<br />
That command basicly starts it in the back end but you can also start a cronjob with this eg<br />
sudo crontab -e<br />
@reboot echo &#8216;avi123&#8217; | sudo -u avi sudo -S vboxwebsrv -H 127.0.0.1 -b &#8211;logfile /dev/null &gt;/dev/null</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Avishek Kumar		</title>
		<link>https://www.tecmint.com/install-phpvirtualbox-to-manage-virtualbox-virtual-machines-centos-debian-ubuntu/comment-page-1/#comment-565647</link>

		<dc:creator><![CDATA[Avishek Kumar]]></dc:creator>
		<pubDate>Sun, 10 May 2015 08:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=13173#comment-565647</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-phpvirtualbox-to-manage-virtualbox-virtual-machines-centos-debian-ubuntu/comment-page-1/#comment-565146&quot;&gt;Johnny&lt;/a&gt;.

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.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-phpvirtualbox-to-manage-virtualbox-virtual-machines-centos-debian-ubuntu/comment-page-1/#comment-565146">Johnny</a>.</p>
<p>Johnny,<br />
You may like to tell us which Linux Distribution your are using for details of adding a program/Service at startup</p>
<p>Alternatively,<br />
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.</p>
<p>Hope it helps.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Johnny		</title>
		<link>https://www.tecmint.com/install-phpvirtualbox-to-manage-virtualbox-virtual-machines-centos-debian-ubuntu/comment-page-1/#comment-565146</link>

		<dc:creator><![CDATA[Johnny]]></dc:creator>
		<pubDate>Sat, 09 May 2015 16:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=13173#comment-565146</guid>

					<description><![CDATA[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&#039;s no virtualbox folder, it&#039;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&#039;t log anymore.

 So I&#039;m not sure why i can&#039;t autorun ? Or how to put as autorun, like in 

Thanks]]></description>
			<content:encoded><![CDATA[<p>Hi So I try to install as you show, but still at the error page when i try to log in.<br />
In /etc/init.d, there&#8217;s no virtualbox folder, it&#8217;s only : vboxautostart-service, vboxdrv, vboxweb-service, vboxballoonctrl-service, netconsole, network.</p>
<p> The only way to log in is to issue the command : vboxwebsrv -H 127.0.0.1<br />
But that need to run all the time, if we stop with ctrl-c I can&#8217;t log anymore.</p>
<p> So I&#8217;m not sure why i can&#8217;t autorun ? Or how to put as autorun, like in </p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
