You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on your local machine, and enable RDP on your workspace.
31
14
32
15
<divclass="tabs">
33
16
34
-
###CLI
17
+
#### Coder Desktop
35
18
36
-
Use the following command to forward the RDP port to your local machine:
19
+
[Coder Desktop](../desktop/index.md)'s **Coder Connect** feature creates a connection to your workspaces in the background. Use your favorite RDP client to connect to `<workspace-name>.coder`.
You can use the [RDP Desktop](https://registry.coder.com/modules/coder/local-windows-rdp) module to add a single-click button to open an RDP session in the browser.
> Some versions of Windows, including Windows Server 2022, do not communicate correctly over UDP when using Coder Connect because they do not respect the maximum transmission unit (MTU) of the link. When this happens, the RDP client will appear to connect, but displays a blank screen.
71
+
>
72
+
> To avoid this error, Coder's [Windows RDP](https://registry.coder.com/modules/windows-rdp) module [disables RDP over UDP automatically](https://github.com/coder/registry/blob/b58bfebcf3bcdcde4f06a183f92eb3e01842d270/registry/coder/modules/windows-rdp/powershell-installation-script.tftpl#L22).
73
+
>
74
+
> To disable RDP over UDP manually, run the following in PowerShell:
Our [RDP Web](https://registry.coder.com/modules/windows-rdp) module in the Coder Registry adds a one-click button to open an RDP session in the browser. This requires just a few lines of Terraform in your template, see the documentation on our registry for setup.
> The default username is `Administrator` and the password is `coderRDP!`.
102
91
103
-
## RDP Web
92
+
## Amazon DCV
93
+
94
+
Our [Amazon DCV Windows](https://registry.coder.com/modules/amazon-dcv-windows) installs and configures the Amazon DCV server for seamless remote desktop access. It allows connecting through the both the [Amazon DCV desktop clients](https://docs.aws.amazon.com/dcv/latest/userguide/using-connecting.html) and a [web browser](https://docs.aws.amazon.com/dcv/latest/userguide/using-connecting-browser-connect.html).
95
+
96
+
<div class="tabs">
97
+
98
+
### Desktop Client
99
+
100
+
Connect using the [Amazon DCV Desktop client](https://docs.aws.amazon.com/dcv/latest/userguide/using-connecting.html) by forwarding the DCV port to your local machine:
101
+
102
+
<div class="tabs">
103
+
104
+
#### Coder Desktop
105
+
106
+
[Coder Desktop](../desktop/index.md)'s **Coder Connect** feature creates a connection to your workspaces in the background. Use DCV client to connect to `<workspace-name>.coder:8443`.
107
+
108
+
#### CLI
109
+
110
+
Use the following command to forward the DCV port to your local machine:
Our [Amazon DCV Windows](https://registry.coder.com/modules/amazon-dcv-windows) module adds a one-click button to open an Amazon DCV session in the browser. This requires just a few lines of Terraform in your template, see the documentation on our registry for setup.
121
+
122
+
</div>
104
123
105
-
Our [Windows RDP](https://registry.coder.com/modules/windows-rdp) module in the Coder
106
-
Registry adds a one-click button to open an RDP session in the browser. This
107
-
requires just a few lines of Terraform in your template, see the documentation

126
+
## VNC
111
127
112
-
## Amazon DCV Windows
128
+
The common way to connect to a desktop session of a Linux workspace is to use a VNC client. The VNC client can be installed on your local machine or accessed through a web browser. There is an additional requirement to install the VNC server on the workspace.
module adds a one-click button to open an Amazon DCV session in the browser.
116
-
This requires just a few lines of Terraform in your template, see the
117
-
documentation on our registry for setup.
130
+
Installation instructions vary depending on your workspace's operating system, platform, and build system. Refer to the [enterprise-desktop](https://github.com/coder/images/tree/main/images/desktop) image for a starting point which can be used to provision a Dockerized workspace with the following software:
131
+
132
+
- Ubuntu 24.04
133
+
- XFCE Desktop
134
+
- KasmVNC Server and Web Client
135
+
136
+
<divclass="tabs">
137
+
138
+
### Desktop Client
139
+
140
+
Use a VNC client (e.g., [TigerVNC](https://tigervnc.org/)) by forwarding the VNC port to your local machine.
141
+
142
+
<divclass="tab">
143
+
144
+
#### Coder Desktop
145
+
146
+
[Coder Desktop](../desktop/index.md)'s **Coder Connect** feature allows you to connect to your workspace's VNC server at `<workspace-name>.coder:5900`.
147
+
148
+
#### CLI
149
+
150
+
Use the following command to forward the VNC port to your local machine:
Now you can connect to your workspace's VNC server using a VNC client at `localhost:5900`.
157
+
158
+
</div>
159
+
160
+
### Browser
161
+
162
+
The [KasmVNC module](https://registry.coder.com/modules/coder/kasmvnc) allows browser-based access to your workspace by installing and configuring the [KasmVNC](https://github.com/kasmtech/KasmVNC) server and web client.
163
+
164
+
</div>
118
165
119
-

166
+

0 commit comments