Skip to content

Commit 8d4a8fd

Browse files
authored
docs: add instructions for connecting via RDP (#7510)
1 parent cd38cb8 commit 8d4a8fd

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

docs/ides/remote-desktops.md

+23
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,26 @@ As a starting point, see the [desktop-container](https://github.com/bpmct/coder-
2222
- TigerVNC server
2323
- noVNC client
2424
- XFCE Desktop
25+
26+
## RDP Desktop
27+
28+
To use RDP with Coder, you'll need to install an [RDP client](https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-clients) on your local machine, and enable RDP on your workspace.
29+
30+
As a starting point, see the [gcp-windows-rdp](https://github.com/matifali/coder-templates/tree/main/gcp-windows-rdp) community template. It builds and provisions a Windows Server workspace on GCP.
31+
32+
Use the following command to forward the RDP port to your local machine:
33+
34+
```console
35+
coder port-forward <workspace-name> --tcp 3399:3389
36+
```
37+
38+
Then, connect to your workspace via RDP:
39+
40+
```console
41+
mstsc /v localhost:3399
42+
```
43+
44+
or use your favorite RDP client to connect to `localhost:3399`.
45+
![windows-rdp](../images/ides/windows_rdp_client.png)
46+
47+
> Note: Default username is `Administrator` and password is `coderRDP!`.
20.1 KB
Loading

0 commit comments

Comments
 (0)