custom client generator for rustdesk
  • HTML 60.4%
  • Python 39.2%
  • Dockerfile 0.4%
Find a file
Maxetto ef21bc963c
Some checks failed
update docker image / build (push) Has been cancelled
Update Company Name (#266)
* Update Company Name WIN

* Update Company Name WSh

* Update Company Name W86

* Update and Fix Company Name MAC

* Update Company Name AND

* Update Company Name LIN

* Update Company Name in Generator

* Keep backwards compatibility W86

* Keep Backwards Compatibility WIN

* Keep backwards compatibility WSh

* Keep backwards compatibility MAC

* Missed those 2

* Consistency

* Keep backwards compatibility LIN

* Change company in main.rs

* Change Company in main.rs WIN

* Change company in main.rs WSh

* Change company in main.rs MAC

* Keep backwards compatibility AND
2026-07-08 10:40:17 -05:00
.github Update Company Name (#266) 2026-07-08 10:40:17 -05:00
rdgen docker stuff 2026-02-15 19:19:25 -06:00
rdgenerator Update Company Name (#266) 2026-07-08 10:40:17 -05:00
.dockerignore Made the Docker image significantly smaller 2025-01-30 10:59:56 +01:00
.gitignore Formatted the markdowns and moved the venv in .venv 2025-01-23 11:09:14 +01:00
docker-compose.yml docker stuff 2026-02-15 19:12:24 -06:00
Dockerfile Added an unprivileged user, an healthcheck and unbuffered outputs 2025-01-30 11:22:03 +01:00
gunicorn.conf.py gunicorn stuff 2026-02-17 16:36:58 -06:00
LICENSE Create LICENSE 2024-09-29 13:07:03 -05:00
manage.py initial commit 2024-09-24 16:04:47 -05:00
README.md delete secrets artifact, update readme 2026-02-11 22:57:32 -06:00
requirements.txt Hide inputs from action logs 2026-01-12 17:31:05 -06:00
setup.md self hosted setup 2026-02-14 12:24:03 -06:00

RDGen, a RustDesk client generator to use with your self-hosted RustDesk server

The client generator is currently hosted here. If you would like to host the generator yourself, see here

Features

Generate RustDesk clients from command line instead of using a web browser

Save your configuration from the rdgen web interface, or generate your own, then use that json file with @AlekseyLapunov's rdgen-cli to build from the command line on Windows, Linux, or MacOS like this: python rdgen-cli -f my_config.json --set-version 1.4.5 --set-platform windows -s https://rdgen.crayoneater.org

Notes

  • Icons should be square (256x256 recommended)
  • Avoid special characters or non-English characters in app name and file name
  • Build time is currently 30 - 45 minutes