Remote Desktop Gateway in Go for deploying on Linux/BSD/Kubernetes
Find a file
2020-07-17 11:23:38 +02:00
.github/workflows Create go.yml 2020-07-13 13:21:12 +02:00
download.go Full hack mode: openid connect, host template and short term tokens 2020-07-17 11:23:38 +02:00
errors.go First working version 2020-06-30 09:40:53 +02:00
go.mod Full hack mode: openid connect, host template and short term tokens 2020-07-17 11:23:38 +02:00
http.go First working version 2020-06-30 09:40:53 +02:00
LICENSE Add license file 2020-07-13 13:06:57 +02:00
main.go Full hack mode: openid connect, host template and short term tokens 2020-07-17 11:23:38 +02:00
rdg.go Full hack mode: openid connect, host template and short term tokens 2020-07-17 11:23:38 +02:00
README.md Update README.md 2020-07-13 21:24:03 +02:00

GO Remote Desktop Gateway

Star us on GitHub — it helps!

RDPGW is an implementation of the Remote Desktop Gateway protocol. This allows you connect with the official Microsoft clients to remote desktops that are made available over HTTPS. These desktops could be, for example, XRDP desktops running in containers on Kubernetes.

AIM

RDPGW aims to provide a full open source replacement for MS Remote Desktop Gateway, including access policies.

TODO

  • Integrate VIPER
  • Integrate Open Policy Agent
  • Integrate GOKRB5
  • Integrate uber-go/zap
  • Integrate prometheus
  • Research: TLS defragmentation

How to build

go build rdg.go main.go http.go errors.go

How to run

Make sure you have a certificate and key file available. You can call those server.pem and key.pem and put them in the same directory as your executable.

./rdg