You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guides/workspace-access/remote-desktops.md
+17-9Lines changed: 17 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -47,18 +47,26 @@ Or use your favorite RDP client to connect to `localhost:3399`.
47
47
48
48
The default username is `Administrator` and password is `coderRDP!`.
49
49
50
-
### Coder Desktop (Beta)
50
+
### RDP with Coder Desktop (Beta)
51
51
52
-
[Coder Desktop](../desktop)'s _Coder Connect_ feature creates a connection to your workspaces in the background. There
53
-
is no need for port forwarding when enabled. Use your favorite RDP client to connect to `<workspace-name>.coder` instead
54
-
of `localhost:3399`.
52
+
[Coder Desktop](../desktop/index.md)'s Coder Connect feature creates a connection to your workspaces in the background.
53
+
There is no need for port forwarding when it is enabled.
54
+
55
+
Use your favorite RDP client to connect to `<workspace-name>.coder` instead of `localhost:3399`.
55
56
56
57
> [!NOTE]
57
-
> We have identified that some versions of Windows, including Windows Server 2022, do not communicate correctly over UDP
58
-
> when using Coder Connect as they do not respect the maximum transmission unit (MTU) of the link. When this happens the
59
-
> RDP client will appear to connect, but show a blank screen. We recommend you
60
-
> [disable RDP over UDP on your Windows workspaces](https://github.com/coder/registry/blob/b58bfebcf3bcdcde4f06a183f92eb3e01842d270/registry/coder/modules/windows-rdp/powershell-installation-script.tftpl#L22).
61
-
> Coder's [Windows RDP](https://registry.coder.com/modules/windows-rdp) module does this automatically.
58
+
> Some versions of Windows, including Windows Server 2022, do not communicate correctly over UDP
59
+
> when using Coder Connect because they do not respect the maximum transmission unit (MTU) of the link.
60
+
> When this happens the RDP client will appear to connect, but displays a blank screen.
61
+
>
62
+
> To avoid this error, Coder's [Windows RDP](https://registry.coder.com/modules/windows-rdp) module
63
+
> [disables RDP over UDP automatically](https://github.com/coder/registry/blob/b58bfebcf3bcdcde4f06a183f92eb3e01842d270/registry/coder/modules/windows-rdp/powershell-installation-script.tftpl#L22).
64
+
>
65
+
> To manually disable RDP over UDP, run the following in PowerShell:
0 commit comments