Rustdesk Server Pro License Key Install ❲8K 2027❳
docker run -d --name rustdesk-server-pro
--restart unless-stopped
-p 21114-21119:21114-21119/tcp
-p 21116:21116/udp
-v ./data:/data
-e "RELAY=your-domain.com"
-e "ENCRYPTED_ONLY=1"
rustdesk/rustdesk-server-pro
To make it survive reboots, use NSSM (Non-Sucking Service Manager).
It is critical to understand: The license is for the Server, not the client.
One Pro license key activates one RustDesk ID server (hbbs). You do not need separate keys for your relay server (hbbr). rustdesk server pro license key install
curl http://localhost:21114/api/check_license
Expected response: "valid":true,"type":"pro","expires":"2025-12-31"
sudo cp hbbs /usr/local/bin/
sudo cp hbbr /usr/local/bin/
sudo chmod +x /usr/local/bin/hbbs /usr/local/bin/hbbr
Installing and activating a RustDesk Server Pro license key is straightforward. The key steps are:
Once activated, you gain enterprise features like user management, address book sync, and detailed access controls – all on your own infrastructure. To make it survive reboots, use NSSM (Non-Sucking
Need help? Visit the official RustDesk documentation or contact support@rustdesk.com
Installing a RustDesk Server Pro license key is a straightforward process completed through the server's web console. This differentiates from the open-source version, as the Pro license unlocks centralized management features like OIDC, user permissions, and log auditing. 1. Purchase and Receive License : Licenses are obtained from the RustDesk Pricing Page
: Once payment is processed via Stripe, the license key and invoice are sent to your provided email address. 2. Access the Web Console Navigation : Open your web browser and go to It is critical to understand: The license is
This guide assumes you have already installed RustDesk Server Pro (either on your own server or via the official Docker image) and are currently running the free "Community" edition with limitations (e.g., 2 concurrent connections, no address book sync).
If you prefer Docker:
# Pull the Pro image
docker pull rustdesk/rustdesk-server-pro:latest