VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/rdp-viewers.dita@ 98549

Last change on this file since 98549 was 98549, checked in by vboxsync, 2 years ago

Docs: bugref:10302. Uploading .dita user manual files we received from the doc team on 25th Jan.

  • Property svn:eol-style set to native
File size: 4.4 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="rdp-viewers">
4 <title>Common Third-Party RDP Viewers</title>
5
6 <body>
7 <p>
8 Since VRDP is backwards-compatible to RDP, you can use any
9 standard RDP viewer to connect to such a remote virtual machine.
10 For this to work, you must specify the IP address of your
11 <i>host</i> system, not of the virtual machine, as
12 the server address to connect to. You must also specify the port
13 number that the VRDP server is using.
14 </p>
15 <p>
16 The following examples are for the most common RDP viewers:
17 </p>
18 <ul>
19 <li>
20 <p>
21 On Windows, you can use the Microsoft Terminal Services
22 Connector, <userinput>mstsc.exe</userinput>, that is included
23 with Windows. Press the Windows key + R, to display the
24 <b outputclass="bold">Run</b> dialog. Enter
25 <userinput>mstsc</userinput> to start the program. You can also
26 find the program in <b outputclass="bold">Start</b>,
27 <b outputclass="bold">All Programs</b>,
28 <b outputclass="bold">Accessories</b>,
29 <b outputclass="bold">Remote Desktop Connection</b>.
30 If you use the <b outputclass="bold">Run</b> dialog,
31 you can enter options directly. For example:
32 </p>
33 <pre xml:space="preserve">mstsc 1.2.3.4:3389</pre>
34 <p>
35 Replace <codeph>1.2.3.4</codeph> with the host IP address,
36 and <codeph>3389</codeph> with a different port, if
37 necessary.
38 </p>
39 <note>
40 <ul>
41 <li>
42 <p>
43 IPv6 addresses must be enclosed in square brackets to
44 specify a port. For example: <codeph>mstsc
45 [fe80::1:2:3:4]:3389</codeph>
46 </p>
47 </li>
48 <li>
49 <p>
50 When connecting to localhost in order to test the
51 connection, the addresses <codeph>localhost</codeph>
52 and <codeph>127.0.0.1</codeph> might not work using
53 <userinput>mstsc.exe</userinput>. Instead, the address
54 <codeph>127.0.0.2[:3389]</codeph> has to be used.
55 </p>
56 </li>
57 </ul>
58 </note>
59 </li>
60 <li>
61 <p>
62 On other systems, you can use the standard open source
63 <userinput>rdesktop</userinput> program. This ships with most
64 Linux distributions.
65 </p>
66 <p>
67 With <userinput>rdesktop</userinput>, use a command line such as
68 the following:
69 </p>
70 <pre xml:space="preserve">$ rdesktop -a 16 -N 1.2.3.4:3389</pre>
71 <p>
72 Replace <codeph>1.2.3.4</codeph> with the host IP address,
73 and <codeph>3389</codeph> with a different port, if
74 necessary. The <codeph>-a</codeph> 16 option requests a
75 color depth of 16 bits per pixel, which we recommend. For
76 best performance, after installation of the guest operating
77 system, you should set its display color depth to the same
78 value. The <codeph>-N</codeph> option enables use of the
79 NumPad keys.
80 </p>
81 </li>
82 <li>
83 <p>
84 You can use the Remmina remote desktop client with VRDP.
85 This application is included with some Linux distributions,
86 such as Debian and Ubuntu.
87 </p>
88 </li>
89 <li>
90 <p>
91 If you run the KDE desktop, you can use
92 <userinput>krdc</userinput>, the KDE RDP viewer. A typical
93 command line is as follows:
94 </p>
95 <pre xml:space="preserve">$ krdc rdp://1.2.3.4:3389</pre>
96 <p>
97 Replace <codeph>1.2.3.4</codeph> with the host IP address,
98 and <codeph>3389</codeph> with a different port, if
99 necessary. The <codeph>rdp:// </codeph> prefix is required
100 with <userinput>krdc</userinput> to switch it into RDP mode.
101 </p>
102 </li>
103 <li>
104 <p>
105 With Sun Ray thin clients you can use
106 <userinput>uttsc</userinput>, which is part of the Sun Ray
107 Windows Connector package. See the Sun Ray documentation for
108 details.
109 </p>
110 </li>
111 </ul>
112 </body>
113
114</topic>
Note: See TracBrowser for help on using the repository browser.

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