Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8d91a1d

Browse files
authored
docs: add Coder Desktop to remote desktop docs
1 parentae3882a commit8d91a1d

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. Itbuilds and provisions a Dockerized workspace with the
18+
[enterprise-desktop](https://github.com/coder/images/tree/main/images/desktop)
19+
image. Itcan 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+
<divclass="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> --tcp3399:3389
4344
```
4445

45-
Or useyourfavoriteRDPclient to connect to`localhost:3399`.
46+
Then, connect toyourworkspace viaRDPat`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)

[8]ページ先頭

©2009-2025 Movatter.jp