RegioDesk Manager
The admin dashboard
An Electron-based desktop app that bundles the RegioDesk management UI, RustDesk runtime and the RegioDeskAgent in a single installer. Use it to enrol machines, monitor agent status, manage two-factor authentication, audit connections and launch remote sessions. Manage your Windows, macOS and Linux machines from one place: remote terminal, script execution and disk-health (SMART) monitoring across the whole fleet.
Install on the machines of administrators and IT staff who manage your fleet — not on the machines being controlled.
Released July 15, 2026
- Centralised machine inventory and live status
- TOTP 2FA + trusted devices for connections
- Real-time agent telemetry over WebSocket
- Connection audit log per machine and per user
- Remote terminal and scripts on managed machines
- Disk-health (SMART) monitoring across the fleet
Download for
Linux — install from the terminal
A single command installs the Manager AND the RustDesk client (pre-configured for the RegioDesk relay), so Connect works right away. Ubuntu/Debian, root required. Prefer no terminal? The .deb installs with a double-click — RustDesk is set up the same way.
sudo apt update && sudo apt install -y curl && curl -fsSL https://api.regiodisplay.net/desktop-updates/install-linux.sh | sudo sh