Skip to content

docs: explain coder:// link for RDP #17901

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 21, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestions from code review
  • Loading branch information
spikecurtis authored May 20, 2025
commit dd48ccebf933fd045a08e2f1158c605de8010dfa
7 changes: 3 additions & 4 deletions docs/user-guides/workspace-access/remote-desktops.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ Or use your favorite RDP client to connect to `localhost:3399`.

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

### (Beta) Coder Desktop URI Handling
### Coder Desktop URI Handling (Beta)

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

```text
Expand All @@ -62,8 +62,7 @@ For example:
coder://coder.example.com/v0/open/ws/myworkspace/agent/main/rdp?username=Administrator&password=coderRDP!
```

You can insert a link like this into the workspace dashboard page as a button using a `coder_app` resource in your
template.
To include a Coder Desktop button to the workspace dashboard page, add a `coder_app` resource to the template:

```tf
locals {
Expand Down
Loading