From 8d91a1d2e01b70db71673745fe204ad6d32585e3 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Wed, 11 Jun 2025 19:30:10 +0500 Subject: [PATCH] docs: add Coder Desktop to remote desktop docs --- .../workspace-access/remote-desktops.md | 30 +++++++++++-------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/docs/user-guides/workspace-access/remote-desktops.md b/docs/user-guides/workspace-access/remote-desktops.md index 2fe512b686763..0ac893cb5115d 100644 --- a/docs/user-guides/workspace-access/remote-desktops.md +++ b/docs/user-guides/workspace-access/remote-desktops.md @@ -15,14 +15,13 @@ Installation instructions vary depending on your workspace's operating system, platform, and build system. As a starting point, see the -[desktop-container](https://github.com/bpmct/coder-templates/tree/main/desktop-container) -community template. It builds and provisions a Dockerized workspace with the +[enterprise-desktop](https://github.com/coder/images/tree/main/images/desktop) +image. It can be used to provision a Dockerized workspace with the following software: -- Ubuntu 20.04 -- TigerVNC server -- noVNC client +- Ubuntu 24.04 - XFCE Desktop +- KasmVNC Server and Web Client ## RDP Desktop @@ -30,22 +29,27 @@ 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. -Use the following command to forward the RDP port to your local machine: +
-```console -coder port-forward --tcp 3399:3389 -``` +### Coder Desktop + +[Install Coder Desktop](https://coder.com/docs/user-guides/desktop#install-coder-desktop) and connect to you `.coder:3389` from your favourite RDP client. -Then, connect to your workspace via RDP: +### CLI + +Use the following command to forward the RDP port to your local machine: ```console -mstsc /v localhost:3399 +coder port-forward --tcp 3399:3389 ``` -Or use your favorite RDP client to connect to `localhost:3399`. +Then, connect to your workspace via RDP at `localhost:3399`. ![windows-rdp](../../images/ides/windows_rdp_client.png) -The default username is `Administrator` and password is `coderRDP!`. +
+ +> [!NOTE] +> The default username is `Administrator` and password is `coderRDP!`. ### Coder Desktop URI Handling (Beta)