<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Arquivos phpvirtualbox - Remontti</title>
	<atom:link href="https://blog.remontti.com.br/tag/phpvirtualbox/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.remontti.com.br/tag/phpvirtualbox</link>
	<description>rudimar@remontti</description>
	<lastBuildDate>Mon, 21 Dec 2020 23:43:39 +0000</lastBuildDate>
	<language>pt-BR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.remontti.com.br/wp-content/uploads/2024/09/icone-rr-80x80.png</url>
	<title>Arquivos phpvirtualbox - Remontti</title>
	<link>https://blog.remontti.com.br/tag/phpvirtualbox</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Gerencie suas máquinas virtuais do VirtualBox via Web #phpVirtualBox</title>
		<link>https://blog.remontti.com.br/1865</link>
					<comments>https://blog.remontti.com.br/1865#comments</comments>
		
		<dc:creator><![CDATA[Rudimar Remontti]]></dc:creator>
		<pubDate>Mon, 08 May 2017 20:44:35 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutoriais]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[jessie]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpvirtualbox]]></category>
		<guid isPermaLink="false">http://blog.remontti.com.br/?p=1865</guid>

					<description><![CDATA[<p>→→→ UM TUTORIAL MAIS RECENTE AQUI! ←←← Com VirtualBox é possivel executar diversos sistemas operacionais (Windows, Linux, UNIX, BSD) simultaneamente no mesmo hardware, que são chamados de máquinas virtuais. Uma das características é o&#46;&#46;&#46;</p>
<p>O post <a href="https://blog.remontti.com.br/1865">Gerencie suas máquinas virtuais do VirtualBox via Web #phpVirtualBox</a> apareceu primeiro em <a href="https://blog.remontti.com.br">Remontti</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong><a href="https://blog.remontti.com.br/3670" rel="noopener noreferrer" target="_blank"><font color="red"> →→→ UM TUTORIAL MAIS RECENTE AQUI! ←←← </font></a></strong></p>
<p>Com VirtualBox é possivel executar diversos sistemas operacionais (Windows, Linux, UNIX, BSD) simultaneamente no mesmo hardware, que são chamados de máquinas virtuais. Uma das características é o mascaramento dos recursos físicos (incluindo processadores, quantidade de memória, interfaces de rede), o que permite diminuir a administração de drivers nas máquinas virtuais, e transferir uma máquina virtual entre servidores físicos diferentes.</p>
<p>Existem várias ferramentas de virtualização disponíveis.</p>
<p><strong>Microsoft Virtual Server 2005 R2</strong> &#8211; disponível para plataforma x86 e x86_64 bits. Suporte: Somente Windows.<br />
<strong>Qemu</strong> &#8211; ferramenta de virtualização de código aberto disponível para windows, mac e Linux.<br />
<strong>Vmware </strong>&#8211; Disponível para Windows e Linux.<br />
<strong>VirtualBox </strong>&#8211; Aplicativo de código aberto disponível para Windows, Mac, Linux e Solaris.<br />
<strong>Xen </strong>&#8211; Suporta Windows, bem como distribuições Linux.</p>
<p>O <strong>VirtualBox </strong> inicialmente foi lançado sob licença proprietária, mas mais tarde (2007) a Oracle Corporation começou a lançá-lo sob GNU General Public License. Escrito completamente em C, C ++ e Assembly Language está disponível para Windows, OS X, Linux e Solaris.</p>
<p><strong>INSTALAÇÃO:</strong><br />
Debian 9 Stretch, recomendo uma <a href="https://blog.remontti.com.br/1152" target="_blank" rel="noopener noreferrer">instalação limpa do Debian</a></p>
<p>Recomendo já baixar a ISO nonfree: <a href="https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/" target="_blank" rel="noopener noreferrer">https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/</p>
<p>Adicione o repositório do <a href="https://www.virtualbox.org/" target="_blank" rel="noopener noreferrer">virtualbox</a></p>
<p><strong>Debian 9 Stretch</strong></p>
<pre class="remontti-code"># echo &#039;deb http://download.virtualbox.org/virtualbox/debian stretch contrib&#039; &gt; /etc/apt/sources.list.d/virtualbox.list
# wget --no-check-certificate -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | apt-key add -</pre>
<p>Vamos a instalação, a versão 5.2 (nesta data 28/03/19) ainda não tem uma versão 6 compatível com o phpVirtualbox.</p>
<p>Certifique-se que seu repositório esteja usando os repositórios <strong>nonfree e contrib</strong>.</p>
<pre class="remontti-code">#vim /etc/apt/sources.list</pre>
<p>Ao final de cada linha verifique se consta:  <strong>nonfree e contrib</strong>, se não tiver adicione, ficando assim:</p>
<pre class="remontti-code">deb http://ftp.br.debian.org/debian/ stretch main contrib non-free
deb-src http://ftp.br.debian.org/debian/ stretch main contrib non-free

deb http://security.debian.org/debian-security stretch/updates main contrib non-free
deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free

# stretch-updates, previously known as &#039;volatile&#039;
deb http://ftp.br.debian.org/debian/ stretch-updates main contrib non-free
deb-src http://ftp.br.debian.org/debian/ stretch-updates main contrib non-free</pre>
<pre class="remontti-code"># apt update
# apt install firmware-linux firmware-linux-free firmware-linux-nonfree
# apt install virtualbox-5.2</pre>
<p>Faça download dos pacotes extras: https://www.virtualbox.org/wiki/Downloads como instalei a versão 5.2 irei baixar a versão correspondente: <em>(If you&#8217;re looking for the latest VirtualBox 5.2 packages, see VirtualBox 5.2 builds.)</em></p>
<pre class="remontti-code"># wget --no-check-certificate https://download.virtualbox.org/virtualbox/5.2.26/Oracle_VM_VirtualBox_Extension_Pack-5.2.26.vbox-extpack</pre>
<p>Instale os pacotes extras</p>
<pre class="remontti-code"># VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-5.2.26.vbox-extpack</pre>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-1871" src="https://blog.remontti.com.br/wp-content/uploads/2017/05/vb1.png" alt="" width="618" height="325" srcset="https://blog.remontti.com.br/wp-content/uploads/2017/05/vb1.png 618w, https://blog.remontti.com.br/wp-content/uploads/2017/05/vb1-300x158.png 300w" sizes="(max-width: 618px) 100vw, 618px" /><br />
Responta Yes <strong>(y)</strong></p>
<p>Vamos executá-lo como o nosso usuário <strong>vbox</strong>, porque ele não precisa acessar o resto do seu sistema.</p>
<pre class="remontti-code"># useradd -d /home/vbox -m -g vboxusers -s /bin/bash vbox</pre>
<p>Defina uma senha para seu usuario vbox</p>
<pre class="remontti-code"># passwd vbox</pre>
<p>Diga ao seu sistema qual usuário vai executar o VirtualBox.</p>
<pre class="remontti-code"># echo &#039;VBOXWEB_USER=vbox&#039; &gt; /etc/default/virtualbox 
# echo &#039;VBOXWEB_HOST=127.0.0.1&#039; &gt;&gt; /etc/default/virtualbox</pre>
<p>Faça com que o vboxweb-service inicie no boot. Como dito acima nosso usuário não precisa ter acesso total ao sistema, entao vamos instalar o sudo e roda-lo via sudo.</p>
<pre class="remontti-code"># apt install sudo</pre>
<p>Adicione no /etc/rc.local o comando para iniciar junto com o boot.</p>
<pre class="remontti-code"># vim /etc/rc.local</pre>
<p>No debian 9 esse arquivo é necessário criá-lo</p>
<pre class="remontti-code">#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will &quot;exit 0&quot; on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.


# Solução para inicialização automatica:
# use o comando la listar as VMs criadas
# sudo -u vbox VBoxManage list vms
# Colete as ID
# &quot;Debian&quot; {d288884d-a3d4-4903-b84e-5c6039af13b5}
# Pegue o &quot;ID&quot; da VM e use o Comando a baixo descomentando a linha:
# Adicione um sleep para aguardar 30seg para dar tempo do modulo do kernel ter tempo de iniciar
# sleep 30
# sudo -u vbox VBoxHeadless -s d288884d-a3d4-4903-b84e-5c6039af13b5 &amp;

</pre>
<p>No Debian 9 precisa alterar as permissões:</p>
<pre class="remontti-code"># chmod +x /etc/rc.local</pre>
<p>Vamos instalar o serviço web + php</p>
<pre class="remontti-code"># apt install apache2 php7.0 php7.0-common php7.0-soap php7.0-gd unzip php-pear php7.0-mysql php-xml php-soap</pre>
<p>Entre no diretório do usuário vbox, baixe o <a href="https://phpvirtualbox.github.io/" target="_blank" rel="noopener noreferrer">phpvirtualbox</a>, extraia o mesmo e altere as configurações necessárias. Nosso arquivos vão ficar todos nesta pasta.</p>
<pre class="remontti-code"># cd /home/vbox/
# wget --no-check-certificate https://github.com/phpvirtualbox/phpvirtualbox/archive/5.2-1.tar.gz -O phpvirtualbox.5.2-1.tar.gz
# tar -vxzf phpvirtualbox.5.2-1.tar.gz
# mv phpvirtualbox-5* phpvirtualbox
# rm phpvirtualbox.5.2-1.tar.gz
# chown vbox:vboxusers phpvirtualbox  -R
# cd phpvirtualbox
# cp config.php-example config.php
# vim config.php</pre>
<pre class="remontti-code"> // ... //
var $username = &#039;vbox&#039;;
var $password = &#039;pass&#039;;
 // ... //
</pre>
<p><img decoding="async" class="alignnone size-full wp-image-1876" src="https://blog.remontti.com.br/wp-content/uploads/2017/05/VirtualBox_Debian-Z_08_05_2017_16_15_25.png" alt="" width="720" height="400" srcset="https://blog.remontti.com.br/wp-content/uploads/2017/05/VirtualBox_Debian-Z_08_05_2017_16_15_25.png 720w, https://blog.remontti.com.br/wp-content/uploads/2017/05/VirtualBox_Debian-Z_08_05_2017_16_15_25-300x167.png 300w" sizes="(max-width: 720px) 100vw, 720px" /></p>
<p>Crie um atalho dentro do diretório do apache para podermos acessar via web.</p>
<pre class="remontti-code"># ln -s /home/vbox/phpvirtualbox /var/www/html/</pre>
<p>Agora acesse:<br />
<strong>http://IP-SERVIDOR/phpvirtualbox/</strong><br />
<strong>Usuário:</strong> admin<br />
<strong>Senha: </strong>admin</p>
<p><a href="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_160938.png" data-rel="lightbox-gallery-zXngpSPX" data-rl_title="" data-rl_caption="" title=""><img decoding="async" class="alignnone size-medium wp-image-1877" src="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_160938-300x199.png" alt="" width="300" height="199" srcset="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_160938-300x199.png 300w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_160938-768x509.png 768w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_160938-1024x678.png 1024w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_160938.png 1256w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p><a href="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_phpvirtualbox.png" data-rel="lightbox-gallery-zXngpSPX" data-rl_title="" data-rl_caption="" title=""><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1878" src="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_phpvirtualbox-300x199.png" alt="" width="300" height="199" srcset="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_phpvirtualbox-300x199.png 300w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_phpvirtualbox-768x509.png 768w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_phpvirtualbox-1024x678.png 1024w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_phpvirtualbox.png 1256w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></p>
<p><strong>Alterando a senha padrão.</strong><br />
<a href="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_161957.png" data-rel="lightbox-gallery-zXngpSPX" data-rl_title="" data-rl_caption="" title=""><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1879" src="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_161957-300x199.png" alt="" width="300" height="199" srcset="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_161957-300x199.png 300w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_161957-768x509.png 768w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_161957-1024x678.png 1024w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_161957.png 1256w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><br />
Clique no menu: <em>File -> Change Password</em></p>
<p><a href="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162038.png" data-rel="lightbox-gallery-zXngpSPX" data-rl_title="" data-rl_caption="" title=""><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1880" src="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162038-300x199.png" alt="" width="300" height="199" srcset="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162038-300x199.png 300w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162038-768x509.png 768w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162038-1024x678.png 1024w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162038.png 1256w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><br />
Insira a nova senha.</p>
<p><strong>Alterando o idioma para PT-BR.</strong><br />
<a href="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_161955.png" data-rel="lightbox-gallery-zXngpSPX" data-rl_title="" data-rl_caption="" title=""><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1881" src="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_161955-300x199.png" alt="" width="300" height="199" srcset="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_161955-300x199.png 300w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_161955-768x509.png 768w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_161955-1024x678.png 1024w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_161955.png 1256w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></p>
<p>Clique no menu: <em>File -> Preferences&#8230;</em><br />
<a href="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162315.png" data-rel="lightbox-gallery-zXngpSPX" data-rl_title="" data-rl_caption="" title=""><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1882" src="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162315-300x199.png" alt="" width="300" height="199" srcset="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162315-300x199.png 300w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162315-768x509.png 768w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162315-1024x678.png 1024w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162315.png 1256w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><br />
Selecione na esquerda Language, e escolha Português (Brasil)</p>
<p><strong>Criando uma maquina virtual.</strong><br />
O procedimento para criação de uma VM é igual ao que você já conhece na versão desktop.</p>
<p><a href="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162604.png" data-rel="lightbox-gallery-zXngpSPX" data-rl_title="" data-rl_caption="" title=""><img loading="lazy" decoding="async" class="alignnone size-thumbnail wp-image-1883" src="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162604-150x150.png" alt="" width="150" height="150" srcset="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162604-150x150.png 150w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162604-160x160.png 160w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162604-320x320.png 320w" sizes="auto, (max-width: 150px) 100vw, 150px" /></a> <a href="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162646.png" data-rel="lightbox-gallery-zXngpSPX" data-rl_title="" data-rl_caption="" title=""><img loading="lazy" decoding="async" class="alignnone size-thumbnail wp-image-1884" src="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162646-150x150.png" alt="" width="150" height="150" srcset="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162646-150x150.png 150w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162646-160x160.png 160w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162646-320x320.png 320w" sizes="auto, (max-width: 150px) 100vw, 150px" /></a> <a href="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162705.png" data-rel="lightbox-gallery-zXngpSPX" data-rl_title="" data-rl_caption="" title=""><img loading="lazy" decoding="async" class="alignnone size-thumbnail wp-image-1885" src="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162705-150x150.png" alt="" width="150" height="150" srcset="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162705-150x150.png 150w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162705-160x160.png 160w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162705-320x320.png 320w" sizes="auto, (max-width: 150px) 100vw, 150px" /></a> <a href="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162724.png" data-rel="lightbox-gallery-zXngpSPX" data-rl_title="" data-rl_caption="" title=""><img loading="lazy" decoding="async" class="alignnone size-thumbnail wp-image-1886" src="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162724-150x150.png" alt="" width="150" height="150" srcset="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162724-150x150.png 150w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162724-160x160.png 160w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162724-320x320.png 320w" sizes="auto, (max-width: 150px) 100vw, 150px" /></a> <a href="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162743.png" data-rel="lightbox-gallery-zXngpSPX" data-rl_title="" data-rl_caption="" title=""><img loading="lazy" decoding="async" class="alignnone size-thumbnail wp-image-1887" src="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162743-150x150.png" alt="" width="150" height="150" srcset="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162743-150x150.png 150w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162743-160x160.png 160w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162743-320x320.png 320w" sizes="auto, (max-width: 150px) 100vw, 150px" /></a> <a href="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162803.png" data-rel="lightbox-gallery-zXngpSPX" data-rl_title="" data-rl_caption="" title=""><img loading="lazy" decoding="async" class="alignnone size-thumbnail wp-image-1888" src="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162803-150x150.png" alt="" width="150" height="150" srcset="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162803-150x150.png 150w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162803-160x160.png 160w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162803-320x320.png 320w" sizes="auto, (max-width: 150px) 100vw, 150px" /></a> <a href="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162832.png" data-rel="lightbox-gallery-zXngpSPX" data-rl_title="" data-rl_caption="" title=""><img loading="lazy" decoding="async" class="alignnone size-thumbnail wp-image-1889" src="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162832-150x150.png" alt="" width="150" height="150" srcset="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162832-150x150.png 150w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162832-160x160.png 160w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162832-320x320.png 320w" sizes="auto, (max-width: 150px) 100vw, 150px" /></a></p>
<p>Para acessar remotamente você precisa ativar a tela remota:<br />
<a href="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162914.png" data-rel="lightbox-gallery-zXngpSPX" data-rl_title="" data-rl_caption="" title=""><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1890" src="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162914-300x199.png" alt="" width="300" height="199" srcset="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162914-300x199.png 300w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162914-768x509.png 768w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162914-1024x678.png 1024w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_162914.png 1256w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></p>
<p><a href="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_163155.png" data-rel="lightbox-gallery-zXngpSPX" data-rl_title="" data-rl_caption="" title=""><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1892" src="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_163155-300x210.png" alt="" width="300" height="210" srcset="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_163155-300x210.png 300w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_163155-768x537.png 768w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_163155-1024x717.png 1024w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_163155.png 1256w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></p>
<p>Você pode colocar suas ISOs no diretório do usuário vbox:<br />
<a href="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_163015.png" data-rel="lightbox-gallery-zXngpSPX" data-rl_title="" data-rl_caption="" title=""><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1891" src="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_163015-300x199.png" alt="" width="300" height="199" srcset="https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_163015-300x199.png 300w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_163015-768x509.png 768w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_163015-1024x678.png 1024w, https://blog.remontti.com.br/wp-content/uploads/2017/05/Screenshot_20170508_163015.png 1256w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></p>
<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>O post <a href="https://blog.remontti.com.br/1865">Gerencie suas máquinas virtuais do VirtualBox via Web #phpVirtualBox</a> apareceu primeiro em <a href="https://blog.remontti.com.br">Remontti</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.remontti.com.br/1865/feed</wfw:commentRss>
			<slash:comments>17</slash:comments>
		
		
			</item>
	</channel>
</rss>
