mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-19 22:50:14 +00:00
synogy
This commit is contained in:
83
content/self-host/synogy/_index.en.md
Normal file
83
content/self-host/synogy/_index.en.md
Normal file
@@ -0,0 +1,83 @@
|
||||
---
|
||||
title: Synogy
|
||||
weight: 22
|
||||
---
|
||||
|
||||
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 registery and install by double click | Installed 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
|
||||

|
||||
|
||||
- Choose host net, for more about host net, please [check](/docs/en/self-host/install/#net-host)
|
||||

|
||||
|
||||
- Mount a host directory (e.g. `Shared/test/`) to `/root`, hbbs's will generate some files in this directory
|
||||
| Mount | Files generated in the host directory |
|
||||
|-- | -- |
|
||||
 | 
|
||||
|
||||
- Set command
|
||||
{{% notice note %}}
|
||||
Synogy's OS is debain 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.
|
||||
|
||||
`demo` is used here for trial only, please set it to a registered email when you deploy. `demo` can be used until we start to sell license.
|
||||
{{% /notice %}}
|
||||
|
||||

|
||||
|
||||
- Done
|
||||
|
||||

|
||||
|
||||
### Create hbbr container
|
||||
|
||||
Please repeat above `hbbs` steps, but change container name to `hbbr` and command to `hbbr -m demo`.
|
||||
|
||||

|
||||
|
||||
### hbbr/hbbs containers
|
||||
|
||||

|
||||
|
||||
|
||||
| Double click on container and check log | Double confirm hbbs/hbbr using host network |
|
||||
|-- | -- |
|
||||
 | 
|
||||
|
||||
### Test
|
||||
|
||||
You can test if hbbs runs well by going to web console built in `hbbs`. Please change `192.168.16.98` to your Synogy's ip. Default login name/password is `admin`/`test1234`.
|
||||
|
||||

|
||||
|
||||
Please change the admin password as belows.
|
||||
|
||||
| | |
|
||||
|- | -|
|
||||
 | 
|
||||
|
||||
Reference in New Issue
Block a user