mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-18 22:30:01 +00:00
fix images in tr
This commit is contained in:
@@ -102,7 +102,7 @@ Please run with the `-h` option to see help if you want to choose your own port.
|
||||
|
||||
Click on the Menu button [ ⋮ ] on the right side of ID as shown below, and choose "ID/Relay Server".
|
||||
|
||||

|
||||

|
||||
|
||||
Enter the `hbbs` host or IP Address in the **ID Server** input box (local side + remote side). The other two addresses can be left blank, RustDesk will automatically deduce (if not specially set), and the Relay Server refers to `hbbr` (port 21117).
|
||||
|
||||
@@ -118,7 +118,7 @@ or
|
||||
hbbs.example.com:21116
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
#### Put config in rustdesk.exe file name (Windows only)
|
||||
|
||||
|
||||
@@ -13,33 +13,33 @@ Open package manager and install docker
|
||||
|
||||
| | |
|
||||
| -- | -- |
|
||||
|  |  |
|
||||
|  |  |
|
||||
|
||||
|
||||
### Install RustDesk Server
|
||||
|
||||
| Search rustdesk-server in Docker's registry 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
|
||||

|
||||

|
||||
|
||||
- Enable "Use the same network as Docker host", for more about host net, please [check](install/#net-host)
|
||||

|
||||

|
||||
|
||||
- Mount a host directory (e.g. `/home/rustdesk/`) to `/root`, hbbs will generate some files (database and `key` files) in this directory which need to be persistent over reboots.
|
||||
| Mount | Files generated in the host directory |
|
||||
| -- | -- |
|
||||
|  |  |
|
||||
|  |  |
|
||||
|
||||
- Set command
|
||||
{{% notice note %}}
|
||||
@@ -49,26 +49,26 @@ Synology's OS is Debian based, so host net (--net=host) works fine, we do not ne
|
||||
|
||||
{{% /notice %}}
|
||||
|
||||

|
||||

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

|
||||

|
||||
|
||||
### Create hbbr container
|
||||
|
||||
Please repeat above `hbbs` steps, but name the container `hbbr` and command (for Set Command Step) should be `hbbr -k _`.
|
||||
|
||||

|
||||

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

|
||||

|
||||
|
||||
|
||||
| Double click on container and check log | Double confirm hbbs/hbbr using host network |
|
||||
| -- | -- |
|
||||
|  |  |
|
||||
|  |  |
|
||||
|
||||
### Retrieve your Key
|
||||
|
||||
|
||||
Reference in New Issue
Block a user