doc.rustdesk.com icon indicating copy to clipboard operation
doc.rustdesk.com copied to clipboard

Hbbr container won't start on synology NAS

Open vahaldor opened this issue 2 years ago • 1 comments

I followed the tutorial about installing RustDesk on Synology NAS using Docker. The hbbs container is running, the hbbr container fails to run.

My execution command is: hbbr -r [external IP address]

023-05-02T09:19:23.811997268Z stdout USAGE:
2023-05-02T09:19:23.811958146Z stdout  
2023-05-02T09:19:23.811362178Z stdout [1;31merror:[0m Found argument '[33m-r[0m' which wasn't expected, or isn't valid in this context
2023-05-02T09:18:32.258292590Z stdout For more information try [32m--help[0m
2023-05-02T09:18:32.258267853Z stdout  
2023-05-02T09:18:32.258237268Z stdout hbbr [OPTIONS]

vahaldor avatar May 02 '23 09:05 vahaldor

hbbs -r <your external IP/FQDN>:21117 -k _ hbbr -k _

This is working on my synology forcing the use of my own relay server and key - found in the documentation here: https://rustdesk.com/docs/en/self-host/install/#key

Here's an additional link that really helped when my relay server wasn't ensuring encrypted connections: https://donovanadkisson.com/technology/how-to-solve-rustdesk-relayed-and-unencrypted-connection-issues/

michaelmikelas avatar May 15 '23 12:05 michaelmikelas