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: registry/coder/modules/local-windows-rdp/README.md
+30-15Lines changed: 30 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
---
2
2
display_name: Windows RDP Desktop
3
-
description: Add a one-click RDP Desktop button using Coder Desktop URI functionality
3
+
description: Enable RDP on Windows and add a one-click Coder Desktop button for seamless access
4
4
icon: ../../../../.icons/desktop.svg
5
5
maintainer_github: coder
6
-
verified: true
7
-
tags: [rdp, windows, desktop]
6
+
verified: false
7
+
tags: [rdp, windows, desktop, remote]
8
8
---
9
9
10
10
# Windows RDP Desktop
11
11
12
-
This module adds a one-click button to launch Remote Desktop Protocol (RDP) sessions directly through Coder Desktop using URI handling. This provides seamless RDP access without requiring manual port forwarding.
12
+
This module enables Remote Desktop Protocol (RDP) on Windows workspaces and adds a one-click button to launch RDP sessions directly through Coder Desktop. It provides a complete, standalone solution for RDP access without requiring manual configuration or port forwarding.
13
13
14
14
```tf
15
15
module "rdp_desktop" {
@@ -20,24 +20,35 @@ module "rdp_desktop" {
20
20
}
21
21
```
22
22
23
-
## Requirements
23
+
## Features
24
24
25
-
-**Coder Desktop**: This module requires [Coder Desktop](https://github.com/coder/coder/releases) to be installed on the client machine
26
-
-**Windows Workspace**: The target workspace must be running Windows with RDP enabled
27
-
-**Agent**: A Coder agent must be running on the Windows workspace
25
+
- ✅ **Standalone Solution**: Automatically configures RDP on Windows workspaces
0 commit comments