VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/vrde.dita@ 107390

Last change on this file since 107390 was 107390, checked in by vboxsync, 5 months ago

Docs: bugref:10705. bugref: 10829. The docs build has been modified to split generated refentry dita files and the user manual files and the following commits from doc's team git repo has been applied:

0946136c74dda0483704db891345cb39548b4e28 Started consolidating known issues and troubleshooting information
845b847e6a8e778b38a57867e25ee5e086a73800 Added individual topics for list of known issues, integrated into Troubleshooting section.
bb574836aac775889bd61e4a72f489617fcb7d18 Removed EFI firmware from experimental features for 7.2
6d2e68b244869991e713d170ecd239739d99ba56 Moved known issues into Known Issues section
e2630c896561587718b5c3197c384a38d07014d5 Merge branch 'VBP-1461_experimental-features' into 'main'
0512e2cce51f49ccdc56f3381a2a0c924f2bd278 Feedback on known issues
a77d6c980f6ff5cad9d32b2fb9290990093a03fa Restructured host and guest OS topics
988af5cc9628f5de0806531bc98686f691a911fd Updates with feedbback from Jacob
982a61c9f25b22b745ec483e763e3d88efe59c40 Included feedback from Jacob
93181c8c6cc2d9a26bcccb1145cb0423c0d9f4c9 Updated known issues with feedback from Klaus
8bc369561c383f09b409fe5e44f507440b3735fb Created Legacy Guest OS section
d7932f55accdab7a03666302d58b8c941cd48be2 Moved known issues to more appropriate places for the info
2a4aa094ba8a7ac6894d2a777316eabf41746580 Further moving of known issues
baeabd5308c5519a4dc26b4197be9b00e419a85a Updated links to cli_topics

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.0 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
3<topic xml:lang="en-us" id="vrde">
4 <title>Remote Display (VRDP Support)</title>
5
6 <body>
7 <p><ph conkeyref="vbox-conkeyref-phrases/product-name"/> can display virtual machines remotely, meaning that a
8 virtual machine can execute on one computer even though the machine will be displayed on a second computer, and
9 the machine will be controlled from there as well, as if the virtual machine was running on that second computer. </p>
10 <p>For maximum flexibility, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> implements remote machine display
11 through a generic extension interface called the VirtualBox Remote Desktop Extension (VRDE). The base open source
12 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> package only provides this interface, while
13 implementations can be supplied by third parties with <ph conkeyref="vbox-conkeyref-phrases/product-name"/>
14 extension packages, which must be installed separately from the base package. See <xref
15 href="intro-installing.dita">Installing <ph conkeyref="vbox-conkeyref-phrases/product-name"/> and Extension
16 Packs</xref>. </p>
17 <p>Oracle provides support for the VirtualBox Remote Display Protocol (VRDP) in such an <ph conkeyref="vbox-conkeyref-phrases/product-name"/> extension package.</p>
18 <p>VRDP is a backward-compatible extension to Microsoft's Remote Desktop Protocol (RDP). As a result, you can use any standard RDP client to control the remote VM.</p>
19 <p>Even when the extension is installed, the VRDP server is disabled by default. It can easily be enabled on a
20 per-VM basis either from <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/> in the <b outputclass="bold"
21 >Display</b> settings, see <xref href="settings-display.dita">Display Settings</xref>, or with the
22 <userinput>VBoxManage</userinput> command, as follows: </p>
23 <pre xml:space="preserve">$ VBoxManage modifyvm <varname>VM-name</varname> --vrde on</pre>
24 <p>The RDP server in the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> extension pack supports only audio streams in format 22.05kHz stereo 16-bit. If the RDP client requests any other audio format there will be no audio.</p>
25 <p>By default, the VRDP server uses TCP port <codeph>3389</codeph>. You will need to change the default port if you run more than one VRDP server, since the port can only be used by one server at a time. You might also need to change it on Windows hosts since the default port might already be used by the RDP server that is built into Windows itself. Ports 5000 through 5050 are typically not used and might be a good choice.</p>
26 <p>The port can be changed either in the <b outputclass="bold">Display</b> settings of the graphical user interface or with the <codeph>--vrde-port</codeph> option of the <userinput>VBoxManage modifyvm</userinput> command. You can specify a comma-separated list of ports or ranges of ports. Use a dash between two port numbers to specify a range. The VRDP server will bind to <i>one</i> of the available ports from the specified list. For example, <userinput>VBoxManage modifyvm <varname>VM-name</varname> --vrde-port 5000,5010-5012</userinput> configures the server to bind to one of the ports 5000, 5010, 5011, or 5012. See <xref href="../cli_topics/vboxmanage-modifyvm.dita"/>.</p>
27 <p>The actual port used by a running VM can be either queried with the <userinput>VBoxManage showvminfo</userinput>
28 command or seen in <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/> on the <b outputclass="bold">Runtime</b> tab
29 of the <b outputclass="bold">Session Information</b> dialog, which is accessible from the <b outputclass="bold"
30 >Machine</b> menu of the VM window. </p>
31 <p><ph conkeyref="vbox-conkeyref-phrases/product-name"/> supports IPv6. If the host OS supports IPv6 the VRDP server will automatically listen for IPv6 connections in addition to IPv4.</p>
32 </body>
33</topic>
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette