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