This commit is contained in:
rustdesk 2022-04-19 13:32:08 +08:00
parent 3b147c2c64
commit 80a735ee89
3 changed files with 29 additions and 10 deletions

View File

@ -8,7 +8,9 @@ weight: 10
### STEP-1 : Download server-side software programs
[Download](https://github.com/rustdesk/rustdesk-server/) or use docker rustdesk/rustdesk-server, **Note:** You need [buy license](https://rustdesk.com/server/) When using this software
[Download](https://github.com/rustdesk/rustdesk-server/) or use docker rustdesk/rustdesk-server.
<!-- **Note:** You need [buy license](https://rustdesk.com/server/) When using this software -->
Platform versions provided:
- Linux
@ -32,9 +34,14 @@ The hardware requirements are very low, the minimum configuration of the cloud s
Run hbbs/hbbr on your server (Centos or Ubuntu). We suggust you use [pm2](https://pm2.keymetrics.io/) managing your service.
```
./hbbs -r <relay-server-ip>
./hbbr
./hbbs -r <relay-server-ip> -m <registered_email>
./hbbr -m <registered_email>
```
{{% notice note %}}
**Please input `demo` for <registered_email> for trial.**
{{% /notice %}}
{{% notice note %}}
The -r parameter of hhbs is not necessary, it is just convenient for you not to specify a relay server on the client side. The relay server specified by the client has a higher priority than this.
{{% /notice %}}
@ -109,4 +116,4 @@ does not affect the connection, but the connection cannot be encrypted. If you p
{{% notice note %}}
Key can also be seen on the [console](/docs/en/self-host/console/) welcome page (Click on Windows EXE).
{{% /notice %}}
{{% /notice %}}

View File

@ -8,7 +8,9 @@ weight: 10
### 步骤1: 下载服务器端软件程序
[下载](https://gitee.com/rustdesk/rustdesk-server/)或者使用docker rustdesk/rustdesk-server**注意** 你需要[购买许可](https://rustdesk.com/server/)才能正常运行本程序
[下载](https://gitee.com/rustdesk/rustdesk-server/)或者使用docker rustdesk/rustdesk-server。
<!-- **注意** 你需要[购买许可](https://rustdesk.com/server/)才能正常运行本程序 -->
提供版本:
- Linux
@ -31,9 +33,14 @@ Linux版本在Centos7构建在 Centos7/8Ubuntu 18/20上测试过Debian
在服务器上运行 hbbs/hbbr (Centos 或 Ubuntu)。建议使用[pm2](https://pm2.keymetrics.io/) 管理服务。
```
./hbbs -r <hbbr运行所在主机的地址>
./hbbr
./hbbs -r <hbbr运行所在主机的地址> -m <registered_email>
./hbbr -m <registered_email>
```
{{% notice note %}}
**请为 <registered_email> 输入 `demo` 进行试用。**
{{% /notice %}}
{{% notice note %}}
hhbs的-r参数不是必须的他只是方便你不用在客户端指定中继服务器。客户端指定的中继服务器优先级高于这个。
{{% /notice %}}

View File

@ -31,9 +31,14 @@ Linux版本在Centos7構建在 Centos7/8Ubuntu 18/20上測試過Debian
在服務器上運行 hbbs/hbbr (Centos 或 Ubuntu)。建議使用[pm2](https://pm2.keymetrics.io/) 管理服務。
```
./hbbs -r <hbbr運行所在主機的地址>
./hbbr
./hbbs -r <hbbr運行所在主機的地址> -m <registered_email>
./hbbr -m <registered_email>
```
{{% notice note %}}
**請為 <registered_email> 輸入 `demo` 進行試用。**
{{% /notice %}}
{{% notice note %}}
hhbs的-r參數不是必須的他只是方便你不用在客戶端指定中繼服務器。客戶端指定的中繼服務器優先級高於這個。
{{% /notice %}}
@ -105,4 +110,4 @@ cat ./id_ed25519.pub
{{% notice note %}}
在[控制台](/docs/zh-tw/self-host/console/)歡迎頁面點擊Windows EXE也可以看到Key。
{{% /notice %}}
{{% /notice %}}