This tutorial is based on latest DSM v6. **Install Docker** Open package manager and install docker {{ :rust.png?600 |}} Install RustDesk Server Search rustdesk-server in Docker’s registery and install by double click Installed rustdesk-server image, double click to create rustdesk-server container {{ :rust_2.png?600 |}} **Create hbbs container** As mentioned above, double click on rustdesk-server image to create new container, set it name to hbbs. {{ :rust_3.png?600 |}} Click on above “Advanced Settings”. • Enable auto-restart {{ :rust_4.png?600 |}} • Enable “Use the same network as Docker host”, for more about host net, please check {{ :rust_5.png?600 |}} • Mount a host directory (e.g. Shared/test/) to /root, hbbs will generate some files (including the key file) in this directory Mount Files generated in the host directory {{ :rust_6.png?600 |}} • Set command Synogy’s OS is Debian based, so host net (–net=host) works fine, we do not need to map ports with -p option. 192.168.16.98 is an intranet ip used here for demonstration only, please set it to a public ip when you deploy. {{ :rust_7.png?600 |}} • Hbbs -r public ip -k _ {{ :rust_8.png?600 |}} **Create hbbr container** Please repeat above hbbs steps, but change container name to hbbr and command to hbbr. hbbr -k _ {{ :rust_9.png?600 |}} **hbbr/hbbs containers** {{ :rust_10.png?600 |}} Double click on container and check log Double confirm hbbs/hbbr using host network {{ :rust_11.png?600 |}}