This example runs a RustDesk server (with detailed/debug logs enabled and secured with id_ed25519 key that only you can use in your machines if you configure RustDesk clients) and you can use the server resources instead of RustDesk public resources.
- For clients, use nightly builds of RustDesk (Patiently waiting 1.2.0 version https://github.com/rustdesk/rustdesk/releases/tag/nightly)
- Use the
docker-compose.yaml
file and runsudo docker-compose up
- Allow these ports open to public:
- TCP ports:
- 21115
- 21116
- 21117
- 21118
- 21119
- 8000
- UDP Ports:
- 21116
- TCP ports:
- Open and read the file
./rustdesk-data/id_ed25519.pub
, copy its contents - Open your RustDesk Client go to settings, enter network menu and enter:
- ID Server: hbbs.yourdomain.com (as you entered in docker-compose.yaml)
- Key: Enter the contents of
id_ed25519.pub
file that you have read.
- Close setting and check bottom of the menu that service is Ready
You can use this even in your mobile RustDesk app, just copy your domain and key and generate a json like this:
config={"host": "hbbs.yourdomain.com", "key": "<YOUR id_ed25519.pub KEY>"}
And then go to a QR Code Generator site like https://www.qr-code-generator.com and paste it, and on RustDesk mobile app go to Settings and tap the QR code icon on top right and scan the qr code.
- https://rustdesk.com/docs/en/self-host/install/
- https://rustdesk.com/docs/en/self-host/install/#key
- https://github.com/rustdesk/rustdesk/wiki/FAQ
- https://rustdesk.com/docs/en/manual/mobile/
- https://github.com/rustdesk/rustdesk/wiki/FAQ#change-id-addressbookapilogin-and-web-console
- https://github.com/rustdesk/rustdesk-server/blob/4d6d439b1ad797f8f8741a42672fa46c1503672e/src/rendezvous_server.rs#L608
- After a stable id/login registration configuration enabled, add config here and show the world we don't need T.V. anymore.
- Add anything new here.