File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
docs/user-guides/workspace-access Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,6 @@ To use RDP with Coder, you'll need to install an
33
33
[ RDP client] ( https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-clients )
34
34
on your local machine, and enable RDP on your workspace.
35
35
36
- As a starting point, see the
37
- [ gcp-windows-rdp] ( https://github.com/matifali/coder-templates/tree/main/gcp-windows-rdp )
38
- community template. It builds and provisions a Windows Server workspace on GCP.
39
-
40
36
Use the following command to forward the RDP port to your local machine:
41
37
42
38
``` console
@@ -56,8 +52,9 @@ or use your favorite RDP client to connect to `localhost:3399`.
56
52
57
53
## RDP Web
58
54
59
- Our WebRDP module in the Coder Registry adds a one-click button to open an RDP
60
- session in the browser. This requires just a few lines of Terraform in your
61
- template, see the documentation on our registry for setup.
55
+ Our [ WebRDP] ( https://registry.coder.com/modules/windows-rdp ) module in the Coder
56
+ Registry adds a one-click button to open an RDP session in the browser. This
57
+ requires just a few lines of Terraform in your template, see the documentation
58
+ on our registry for setup.
62
59
63
60
![ Web RDP Module in a Workspace] ( ../../images/user-guides/web-rdp-demo.png )
You can’t perform that action at this time.
0 commit comments