Synology

This tutorial is based on latest DSM v6.

Install Docker

Open package manager and install docker

Install RustDesk Server

Search rustdesk-server in Docker’s registry and install by double clickInstalled rustdesk-server image, double click to create rustdesk-server container

Create hbbs container

As mentioned above, double click on rustdesk-server image to create new container, set it name to hbbs.

Click on above “Advanced Settings”.

  • Enable auto-restart

  • Enable “Use the same network as Docker host”, for more about host net, please check

  • Mount a host directory (e.g. Shared/test/) to /root, hbbs will generate some files (including the key file) in this directory

    MountFiles generated in the host directory
  • Set command

    Synology’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.

  • Done

Create hbbr container

Please repeat above hbbs steps, but change container name to hbbr and command to hbbr.

hbbr/hbbs containers

Double click on container and check logDouble confirm hbbs/hbbr using host network