<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.zenerves.net/skins/common/feed.css?301"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
		<id>http://wiki.zenerves.net/index.php?action=history&amp;feed=atom&amp;title=VirtualMachine</id>
		<title>VirtualMachine - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.zenerves.net/index.php?action=history&amp;feed=atom&amp;title=VirtualMachine"/>
		<link rel="alternate" type="text/html" href="http://wiki.zenerves.net/index.php?title=VirtualMachine&amp;action=history"/>
		<updated>2026-05-24T11:37:30Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.17.0</generator>

	<entry>
		<id>http://wiki.zenerves.net/index.php?title=VirtualMachine&amp;diff=148&amp;oldid=prev</id>
		<title>Admin: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://wiki.zenerves.net/index.php?title=VirtualMachine&amp;diff=148&amp;oldid=prev"/>
				<updated>2011-10-14T23:59:12Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 23:59, 14 October 2011&lt;/td&gt;
		&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>http://wiki.zenerves.net/index.php?title=VirtualMachine&amp;diff=147&amp;oldid=prev</id>
		<title>Lola at 23:29, 14 October 2011</title>
		<link rel="alternate" type="text/html" href="http://wiki.zenerves.net/index.php?title=VirtualMachine&amp;diff=147&amp;oldid=prev"/>
				<updated>2011-10-14T23:29:20Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;http://linux-tips.org/article/74/enabling-remote-desktop-on-a-virtualbox-machine&lt;br /&gt;
&lt;br /&gt;
'''Enabling remote desktop on a VirtualBox Machine'''&lt;br /&gt;
&lt;br /&gt;
To enable remote desktop on a VirtualBox machine, you have to follow these steps:&lt;br /&gt;
&lt;br /&gt;
 VBoxManage modifyvm ''YourMachineName'' -vrdp on &lt;br /&gt;
&lt;br /&gt;
This command enables rdp on the virtual machine&lt;br /&gt;
&lt;br /&gt;
 VBoxManage startvm ''YourMachineName'' -type vrdp&lt;br /&gt;
&lt;br /&gt;
It starts virtual machine... virtually! you won't see it on your server. &lt;br /&gt;
The VM will listen for rdp request on port 3389 (default port)&lt;br /&gt;
Connect from your linux client with:&lt;br /&gt;
&lt;br /&gt;
 rdesktop-vrdp localhost &lt;br /&gt;
&lt;br /&gt;
That will connect your virtual machine with rdp (if you use rdesktop that is).&lt;br /&gt;
&lt;br /&gt;
If you want to change the '''rdp port''', use this command:&lt;br /&gt;
&lt;br /&gt;
 VBoxManage modifyvm MachineName -vrdpport &amp;lt;port&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(Don't forget to punch the necessary holes in your server's firewall)&lt;br /&gt;
&lt;br /&gt;
Also, enabling authentication for rdp is possible:&lt;br /&gt;
&lt;br /&gt;
 VBoxManage modifyvm MachineName -vrdpauthtype null | external | guest&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''VBoxManage'' is the command line interface of the VirtualBox software from SUN.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can make these settings with the GUI in your VirtualBox manager:&lt;br /&gt;
 &lt;br /&gt;
 Settings -&amp;gt; Remote Display -&amp;gt; Enable VRDP Server&lt;br /&gt;
&lt;br /&gt;
If you want to use your virtual machine with vrdp only, you can use this command simply:&lt;br /&gt;
&lt;br /&gt;
 VBoxHeadless -startvm MachineName&lt;br /&gt;
&lt;br /&gt;
Note: RDP server is not included in Open Source Edition of the VirtualBox. &lt;br /&gt;
If you want to use this feature, you have to use closed-source edition.&lt;br /&gt;
[[Category:Linux]] [[Category:Howtos]]&lt;/div&gt;</summary>
		<author><name>Lola</name></author>	</entry>

	</feed>