version: '3' services: hbbs: container_name: rustdesk-hbbs image: rustdesk/rustdesk-server-pro:latest # Make sure you use the pro image command: hbbs -r ://yourdomain.com volumes: - /opt/rustdesk:/root # Maps your host folder containing id_ed25519 to /root network_mode: "host" depends_on: - mariadb # Or postgresql if using a database backend restart: unless-stopped hbbr: container_name: rustdesk-hbbr image: rustdesk/rustdesk-server-pro:latest command: hbbr volumes: - /opt/rustdesk:/root network_mode: "host" restart: unless-stopped Use code with caution. Step 3: Recreate the Containers
If you are upgrading from the open-source version, ensure you back up your existing id_ed25519 key before starting the Pro container.
Default login: username , password test1234 . rustdesk server pro license key install
RustDesk offers three primary installation paths. , because it makes updates and rollbacks trivial and keeps the environment reproducible.
On every client machine (Windows/Mac/Linux): RustDesk offers three primary installation paths
Default Password: test1234 (You will be prompted to change this immediately upon first login).
A Linux server (Ubuntu/Debian recommended). A Linux server (Ubuntu/Debian recommended)
Click . The client status bar at the bottom should change to "Ready". Troubleshooting License Activation Issues Verification Failure Check that ports 21114 and 443 are completely unrestricted.
Manage users, peers, and access permissions via a graphical interface.
Look for: [INFO] License valid. Welcome to RustDesk Pro
# For systemd installations systemctl status rustdesk-server-pro