From 80a735ee89456b43a19110cb02b8a4719c0baf14 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Tue, 19 Apr 2022 13:32:08 +0800 Subject: [PATCH] fix buy --- content/self-host/install/_index.en.md | 15 +++++++++++---- content/self-host/install/_index.zh-cn.md | 13 ++++++++++--- content/self-host/install/_index.zh-tw.md | 11 ++++++++--- 3 files changed, 29 insertions(+), 10 deletions(-) diff --git a/content/self-host/install/_index.en.md b/content/self-host/install/_index.en.md index dbf30e2..f91f33f 100644 --- a/content/self-host/install/_index.en.md +++ b/content/self-host/install/_index.en.md @@ -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. + + 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 -./hbbr +./hbbs -r -m +./hbbr -m ``` + +{{% notice note %}} +**Please input `demo` for 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 %}} \ No newline at end of file +{{% /notice %}} diff --git a/content/self-host/install/_index.zh-cn.md b/content/self-host/install/_index.zh-cn.md index c40e836..05d3ba0 100644 --- a/content/self-host/install/_index.zh-cn.md +++ b/content/self-host/install/_index.zh-cn.md @@ -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。 + + 提供版本: - 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 +./hbbs -r -m +./hbbr -m ``` + +{{% notice note %}} +**请为 输入 `demo` 进行试用。** +{{% /notice %}} + {{% notice note %}} hhbs的-r参数不是必须的,他只是方便你不用在客户端指定中继服务器。客户端指定的中继服务器优先级高于这个。 {{% /notice %}} diff --git a/content/self-host/install/_index.zh-tw.md b/content/self-host/install/_index.zh-tw.md index e2e04a2..18a0136 100644 --- a/content/self-host/install/_index.zh-tw.md +++ b/content/self-host/install/_index.zh-tw.md @@ -31,9 +31,14 @@ Linux版本在Centos7構建,在 Centos7/8,Ubuntu 18/20上測試過,Debian 在服務器上運行 hbbs/hbbr (Centos 或 Ubuntu)。建議使用[pm2](https://pm2.keymetrics.io/) 管理服務。 ``` -./hbbs -r -./hbbr +./hbbs -r -m +./hbbr -m ``` + +{{% notice note %}} +**請為 輸入 `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 %}} \ No newline at end of file +{{% /notice %}}