Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

windows-rdp

display_name description icon maintainer_github verified tags
Windows RDP
RDP Server and Web Client, powered by Devolutions Gateway
../.icons/desktop.svg
coder
true
windows
rdp
web
desktop

Windows RDP

Enable Remote Desktop + a web based client on Windows workspaces, powered by devolutions-gateway.

# AWS example. See below for examples of using this module with other providers
module "windows_rdp" {
  count       = data.coder_workspace.me.start_count
  source      = "registry.coder.com/modules/windows-rdp/coder"
  version     = "1.0.18"
  agent_id    = resource.coder_agent.main.id
  resource_id = resource.aws_instance.dev.id
}

Video

Screen.Recording.2024-07-01.at.10.18.10.AM.mov

Examples

With AWS

module "windows_rdp" {
  count       = data.coder_workspace.me.start_count
  source      = "registry.coder.com/modules/windows-rdp/coder"
  version     = "1.0.18"
  agent_id    = resource.coder_agent.main.id
  resource_id = resource.aws_instance.dev.id
}

With Google Cloud

module "windows_rdp" {
  count       = data.coder_workspace.me.start_count
  source      = "registry.coder.com/modules/windows-rdp/coder"
  version     = "1.0.18"
  agent_id    = resource.coder_agent.main.id
  resource_id = resource.google_compute_instance.dev[0].id
}

Roadmap

  • Test on Microsoft Azure.