You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
1 year ago | |
---|---|---|
.. | ||
README.md | 1 year ago | |
main.tf | 1 year ago |
README.md
display_name | description | icon | maintainer_github | verified | tags | |||
---|---|---|---|---|---|---|---|---|
Windows RDP | RDP Server and Web Client powered by Devolutions | ../.icons/desktop.svg | coder | false |
|
Windows RDP
Enable Remote Desktop + a web based client on Windows workspaces
Usage
module "code-server" {
source = "registry.coder.com/modules/code-server/coder"
version = "1.0.10"
agent_id = coder_agent.example.id
}
Tested on
- ✅ GCP with Windows Server 2022: Example template
Roadmap
- Test on additional cloud providers
- Automatically establish web RDP session
This may require forking the webapp from devolutions-gateway