Files
modules/windows-rdp
2024-07-01 14:05:40 +00:00
..
2024-06-28 18:25:59 +00:00
2024-07-01 14:05:40 +00:00

display_name, description, icon, maintainer_github, verified, tags
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.

Video

<-- Insert demo video here -->

Usage

For AWS:

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

For Google Cloud:

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

Tested on

Roadmap

  • Test on Microsoft Azure.