Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: add instructions for connecting via RDP
  • Loading branch information
matifali committed May 12, 2023
commit d9714c77ca20a95c18f17373404401419b9c253a
23 changes: 23 additions & 0 deletions docs/ides/remote-desktops.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,26 @@ As a starting point, see the [desktop-container](https://github.com/bpmct/coder-
- TigerVNC server
- noVNC client
- XFCE Desktop

## RDP Desktop

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.

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.

Use the following command to forward the RDP port to your local machine:

```console
coder port-forward <workspace-name> --tcp 3399:3389
```

Then, connect to your workspace via RDP:

```console
mstsc /v localhost:3399
```

or use your favorite RDP client to connect to `localhost:3399`.
![windows-rdp](../images/ides/windows_rdp_client.png)

> Note: Default username is `Administrator` and password is `coderRDP!`.
Binary file added docs/images/ides/windows_rdp_client.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.