Skip to content

Latest commit

 

History

History

gcp-windows-rdp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
name description tags icon
WIndows VM on GCP with web RDP
Run workspaces as Windows VMs on GCP with easy RDP access from the browser
gcp
windows
rdp
web-rdp
browser-rdp
/icon/windows.svg

Coder GCP Windows VM Template with Web RDP

This template provisions a Windows VM on GCP with easy RDP access from the browser.

Prerequisites

  • Google Cloud Platform account and project already setup.
  • Coder host should have the google cloud auth credentials setup. See here for more details.

Getting started

  1. Clone the template repository.

    git clone https://github.com/matifali/gcp-windows-rdp.git
  2. Create the new template by running:

    cd gcp-windows-rdp
    coder templates create gcp-windows-rdp \
    --variable project_id=<your-gcp-project-id>
  3. Navigate to the Coder dashboard and create a new workspace using the template.

Notes

  • The first time you run the template, it will take a few minutes to create the VM and install the necessary software. subsequent runs will be much faster.