This commit is contained in:
rustdesk
2026-03-20 18:42:55 +08:00
parent 1736869d5f
commit 56cfd26e35
463 changed files with 6538 additions and 62 deletions
@@ -9,6 +9,19 @@ Use this guide to install RustDesk Server OSS on Synology DSM 7.2 with Container
After DSM 7.2 update, Synology renamed their "Docker" package to "Container Manager". It brings a new GUI, and comes with "docker-compose" within its GUI, which make you create Docker more easily.
## When should you use the DSM 7.2 guide?
Use this guide when your Synology NAS runs DSM 7.2 and you want to deploy RustDesk Server with Synology Container Manager. It is the current Synology path and is easier to maintain than the older DSM 6 Docker workflow.
## DSM 7.2 deployment checklist
- Confirm your NAS model supports Container Manager.
- Install `Container Manager` from Package Center.
- Create a persistent shared folder for RustDesk data.
- Deploy both `hbbs` and `hbbr` in one compose project.
- Retrieve `id_ed25519.pub` and configure your clients.
- Forward the required RustDesk ports on your router.
## Supported models and requirements
Container Manager brings ARM64 support for some low-end models, such as J series, for detail list of supported model, please check [Synology website](https://www.synology.com/en-us/dsm/packages/ContainerManager).