forked from extern/doc.rustdesk.com
fix buy
This commit is contained in:
parent
3b147c2c64
commit
80a735ee89
@ -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 %}}
|
||||
|
@ -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/8,Ubuntu 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 %}}
|
||||
|
@ -31,9 +31,14 @@ Linux版本在Centos7構建,在 Centos7/8,Ubuntu 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 %}}
|
||||
|
Loading…
Reference in New Issue
Block a user