Skip to content

Commit 170b41a

Browse files
committed
address PR comments
1 parent b9fb5d6 commit 170b41a

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

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

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ on your local machine, and enable RDP on your workspace.
3131

3232
<div class="tabs">
3333

34-
### Coder Desktop
35-
36-
[Install Coder Desktop](https://coder.com/docs/user-guides/desktop#install-coder-desktop) and connect to `<workspace-name>.coder` from your favourite RDP client.
37-
3834
### CLI
3935

4036
Use the following command to forward the RDP port to your local machine:
@@ -46,11 +42,6 @@ coder port-forward <workspace-name> --tcp 3399:3389
4642
Then, connect to your workspace via RDP at `localhost:3399`.
4743
![windows-rdp](../../images/ides/windows_rdp_client.png)
4844

49-
</div>
50-
51-
> [!NOTE]
52-
> The default username is `Administrator` and the password is `coderRDP!`.
53-
5445
### RDP with Coder Desktop (Beta)
5546

5647
[Coder Desktop](../desktop/index.md)'s Coder Connect feature creates a connection to your workspaces in the background.
@@ -104,6 +95,11 @@ resource "coder_app" "rdp-coder-desktop" {
10495
}
10596
```
10697

98+
</div>
99+
100+
> [!NOTE]
101+
> The default username is `Administrator` and the password is `coderRDP!`.
102+
107103
## RDP Web
108104

109105
Our [Windows RDP](https://registry.coder.com/modules/windows-rdp) module in the Coder

0 commit comments

Comments
 (0)