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

Commitbcb73a4

Browse files
committed
docs: warn about RDP over UDP with Coder Desktop
1 parentdd15026 commitbcb73a4

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

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

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,22 @@ Or use your favorite RDP client to connect to `localhost:3399`.
4747

4848
The default username is`Administrator` and password is`coderRDP!`.
4949

50-
###Coder Desktop URI Handling (Beta)
50+
###Coder Desktop (Beta)
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`.
55+
56+
>[!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.
62+
63+
64+
You can also use a URI handler to directly launch an RDP session without setting up port-forwarding.
5165

52-
[Coder Desktop](../desktop) can use a URI handler to directly launch an RDP session without setting up port-forwarding.
5366
The URI format is:
5467

5568
```text
@@ -81,7 +94,7 @@ resource "coder_app" "rdp-coder-desktop" {
8194

8295
##RDP Web
8396

84-
Our[WebRDP](https://registry.coder.com/modules/windows-rdp) module in the Coder
97+
Our[Windows RDP](https://registry.coder.com/modules/windows-rdp) module in the Coder
8598
Registry adds a one-click button to open an RDP session in the browser. This
8699
requires just a few lines of Terraform in your template, see the documentation
87100
on our registry for setup.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp