Rustdesk Server Pro License Key Install -
On Windows (where host networking is not available), you must remove --net=host and manually assign a MAC address for the hbbs container. See the official Docker documentation for the full command.
: Ubuntu 20.04+, Debian 11+, or Docker installed on any compatible host.
Check the server logs to confirm the license was accepted.
You should already have the hbbs (ID server) and hbbr (Relay server) binaries or Docker containers deployed. rustdesk server pro license key install
docker-compose down && docker-compose up -d
: Ensure port 21114 (HTTP) or 21115 (HTTPS) is accessible to reach the web console. Method 1: Install License via the Web Console (Recommended)
A valid Pro license key from the RustDesk store. Step 1: Open Required Firewall Ports On Windows (where host networking is not available),
Purchasing a license is the first step. RustDesk offers several pricing tiers to fit different needs:
Using Docker Compose is the most efficient way to deploy the Pro server.
If you are using Docker, you need to update your docker-compose.yml file to expose the web console port and define your database path. Here is an optimized example for a Pro configuration: Check the server logs to confirm the license was accepted
Once the server is running, activating your license key is straightforward. The license must be entered via the .
: To move your license to a new server, log in to the RustDesk Self-Service Portal to unbind the old machine first.
[Unit] Description=RustDesk ID Server Pro After=network.target [Service] Type=simple WorkingDirectory=/var/lib/rustdesk-server ExecStart=/usr/bin/hbbs -r ://yourdomain.com -k _ Restart=always [Install] WantedBy=multi-user.target Use code with caution. Create the hbbr service configuration file: sudo nano /etc/systemd/system/rustdesk-hbbr.service Use code with caution. Add the following setup: