-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Marc Pope edited this page Jul 26, 2026
·
12 revisions
A self-hosted web console for RustDesk servers, with a native in-browser client.
- Strategies (Device Policies) — push client settings to devices
- Single Sign-On (OIDC) — console and RustDesk client sign-in via your identity provider
- Two-Factor Authentication — TOTP and recovery codes
- Web client requires HTTPS — why, and how to get a trusted certificate on an internal network
- RustDesk server in Docker — the prerequisite: hbbs and hbbr from scratch, every port, and the key
- Install with Docker — the published image, Compose with MySQL, TLS and the web-client bridge
- Install on a VM — nginx + php-fpm + MySQL, no Docker
- Reverse proxy and TLS — Caddy, Traefik and nginx examples, the WebSocket paths, and trusted proxies
- How to Upgrade — Docker and manual installs
- Releases
- Report an issue