curl http://localhost:21114/check_license
sudo chmod 600 /path/to/rustdesk/working/directory/id_ed25519 sudo chown rustdesk:rustdesk /path/to/rustdesk/working/directory/id_ed25519 Use code with caution. rustdesk server pro license key install
sudo systemctl daemon-reload sudo systemctl start rustdesk-hbbs rustdesk-hbbr sudo systemctl enable rustdesk-hbbs rustdesk-hbbr sudo systemctl status rustdesk-hbbs If you share with third parties, their policies apply
services: hbbs: image: rustdesk/rustdesk-server-pro:latest container_name: rustdesk-hbbs-pro command: hbbs volumes: - ./data:/root environment: - ENCRYPTED_ONLY=1 - RUSTDESK_LICENSE=<YOUR_LICENSE_KEY_GOES_HERE> # <-- CRITICAL LINE network_mode: host restart: unless-stopped Create a directory for your configuration files
This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later.
Create a directory for your configuration files. Download compose.yml : Download the Pro configuration file: wget rustdesk.com/pro.yml -O compose.yml Use code with caution. Run the Server: Start the containers in detached mode: sudo docker compose up -d Use code with caution. Step 2: Accessing the Web Console