Skip to content

Commit 8d91a1d

Browse files
authored
docs: add Coder Desktop to remote desktop docs
1 parent ae3882a commit 8d91a1d

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

docs/user-guides/workspace-access/remote-desktops.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,37 +15,41 @@ Installation instructions vary depending on your workspace's operating system,
1515
platform, and build system.
1616

1717
As a starting point, see the
18-
[desktop-container](https://github.com/bpmct/coder-templates/tree/main/desktop-container)
19-
community template. It builds and provisions a Dockerized workspace with the
18+
[enterprise-desktop](https://github.com/coder/images/tree/main/images/desktop)
19+
image. It can be used to provision a Dockerized workspace with the
2020
following software:
2121

22-
- Ubuntu 20.04
23-
- TigerVNC server
24-
- noVNC client
22+
- Ubuntu 24.04
2523
- XFCE Desktop
24+
- KasmVNC Server and Web Client
2625

2726
## RDP Desktop
2827

2928
To use RDP with Coder, you'll need to install an
3029
[RDP client](https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-clients)
3130
on your local machine, and enable RDP on your workspace.
3231

33-
Use the following command to forward the RDP port to your local machine:
32+
<div class="tabs">
3433

35-
```console
36-
coder port-forward <workspace-name> --tcp 3399:3389
37-
```
34+
### Coder Desktop
35+
36+
[Install Coder Desktop](https://coder.com/docs/user-guides/desktop#install-coder-desktop) and connect to you `<workspace-name>.coder:3389` from your favourite RDP client.
3837

39-
Then, connect to your workspace via RDP:
38+
### CLI
39+
40+
Use the following command to forward the RDP port to your local machine:
4041

4142
```console
42-
mstsc /v localhost:3399
43+
coder port-forward <workspace-name> --tcp 3399:3389
4344
```
4445

45-
Or use your favorite RDP client to connect to `localhost:3399`.
46+
Then, connect to your workspace via RDP at `localhost:3399`.
4647
![windows-rdp](../../images/ides/windows_rdp_client.png)
4748

48-
The default username is `Administrator` and password is `coderRDP!`.
49+
</div>
50+
51+
> [!NOTE]
52+
> The default username is `Administrator` and password is `coderRDP!`.
4953
5054
### Coder Desktop URI Handling (Beta)
5155

0 commit comments

Comments
 (0)