mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-10 01:36:14 +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
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ weight: 15
|
||||
|
||||
Please get your license from [https://rustdesk.com/pricing.html](https://rustdesk.com/pricing.html), enter a valid email address in the Stripe checkout page. The license (and the invoice in a separate mail) will be sent to your email once payment is done successfully.
|
||||
|
||||

|
||||

|
||||
|
||||
## Set license
|
||||
|
||||
@@ -15,10 +15,10 @@ You will be required to enter license in the web console, or change license late
|
||||
|
||||
| Set license | Change license |
|
||||
| -- | -- |
|
||||
|  |  |
|
||||
|  |  |
|
||||
|
||||
## Invoices and Migration
|
||||
|
||||
The license can be only used on one machine (for hbbs only, hbbr does not require license), if you want to migrate to the other machine, or download invoices, please go to [https://rustdesk.com/self-host/account/](https://rustdesk.com/self-host/account/). Log in with the email address used for Stripe checkout, unbind the old machine you want to migrate from as below, when you set the license in the new servers web console it will assign the license and register automatically in the console.
|
||||
|
||||

|
||||

|
||||
|
||||
Reference in New Issue
Block a user