diff --git a/content/self-host/pro/_index.zh-cn.md b/content/self-host/pro/_index.zh-cn.md new file mode 100644 index 00000000..aac10d5f --- /dev/null +++ b/content/self-host/pro/_index.zh-cn.md @@ -0,0 +1,44 @@ +--- +title: 專業版 +weight: 100 +--- + +自架專業版基於開源版本,但提供更多功能。 + +- OIDC, ldap, 2FA (電子郵件驗證) +- 通訊錄 +- 重新命名 +- 記錄管理 +- 裝置管理 +- 設定同步 +- 權限控制 +- 多台中繼伺服器 (自動選擇離您最近的中繼伺服器) + +{{% notice note %}} +需要 RustDesk 客戶端 1.2.0 以上版本 +{{% /notice %}} + +## 下載 + +[https://github.com/rustdesk/rustdesk-server-pro/releases/tag/1.1.8](https://github.com/rustdesk/rustdesk-server-pro/releases/tag/1.1.8) + +## 安裝 + +### 簡易安裝 + +為了使過程輕鬆點,我們開發的腳本能幫您搞定一切 (安裝/升級/從開源版本轉換) [簡易安裝腳本](https://rustdesk.com/docs/en/self-host/pro/installscript/) + +{{% notice note %}} +別忘記從 [https://rustdesk.com/pricing.html](https://rustdesk.com/pricing.html) 取得授權,查閱[授權](/docs/en/self-host/pro/license)頁面以了解詳情。 +{{% /notice %}} + +### 手動安裝 + +幾乎與[開源版本](/docs/en/self-host/install/)相同,但您在執行 hbbs/hbbr 時不需加上任何參數,全部都能在網頁控制台中設定。 + +- `-k _` 預設設定 +- `-r ` 如果中繼伺服器跟 hbbs 在同一台伺服器執行,便不需要加上此參數。且您可以在網頁控制台設置多台中繼伺服器。 + +### 額外連接埠 (或使用 Proxy) + +新增一個用於網頁控制台的 tcp 連接埠 `21114`,請在設定防火牆規則和 Docker 連接埠對應時新增此連接埠。 diff --git a/content/self-host/pro/console/_index.zh-cn.md b/content/self-host/pro/console/_index.zh-cn.md new file mode 100644 index 00000000..3b4e902a --- /dev/null +++ b/content/self-host/pro/console/_index.zh-cn.md @@ -0,0 +1,30 @@ +--- +title: 網頁控制台 +weight: 10 +--- + +功能: + +- 新增/變更使用者和使用者群組 +- 變更裝置存取權限 +- 瀏覽裝置連線和其他紀錄檔 +- 更新設定 +- 管理客戶端設定同步策略 + +## 登入 + +如同之前所述,網頁控制台的預設連接埠為 21114。在瀏覽器輸入 `http://:21114` 以進入控制台頁面。如下圖所示 (hbbs 執行在 IP 為 192.168.1.143 的伺服器上): +![](/docs/en/self-host/pro/console/images/console-login.png) + +如果您需要 https,請安裝如 `Nginx` 的網頁伺服器。 + +預設管理員帳號/密碼為 admin/test1234,請記得在登入後變更密碼,在右上角的帳號選單選擇 "設定" 以進入密碼變更頁面,如下圖所示。您也可以建立另一個管理員帳號,並刪除預設帳號,建議啟用電子郵件登入驗證。 + + +![](/docs/en/self-host/pro/console/images/console-home.png?v2) + +非管理員使用者也可以登入來瀏覽他們的裝置和記錄,以及變更他們的使用者設定。 + +## Windows EXE + +For Windows clients, you can leave out the custom server configuration and put the configuration information in the `RustDesk.exe` filename instead. As shown above, please go to the console welcome page and click on `Windows EXE`. **`Client >=1.1.9 Required`**。 diff --git a/content/self-host/pro/installscript/_index.zh-cn.md b/content/self-host/pro/installscript/_index.zh-cn.md new file mode 100644 index 00000000..b7e29a11 --- /dev/null +++ b/content/self-host/pro/installscript/_index.zh-cn.md @@ -0,0 +1,52 @@ +--- +title: 簡易安裝 +weight: 10 +--- + +{{% notice note %}} +別忘了從 https://rustdesk.com/pricing.html 取得授權,查閱[授權](/docs/en/self-host/pro/license)頁面以了解詳情。 +{{% /notice %}} + +## 安裝 + +複製並在您的 Linux 終端機中貼上下列指令以安裝 RustDesk 伺服器專業版。 + +`bash <(wget -qO- https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/install.sh)` + +流程: + +- 安裝依賴套件 +- 在可用情況下設定 ufw 防火牆 +- 建立資料夾 /var/lib/rustdesk-server 和 /var/log/rustdesk-server +- 在 /usr/bin 安裝執行檔 +- 下載 RustDesk 專業版服務並解壓縮到上述資料夾 +- 為 hbbs 和 hbbr 建立 systemd 服務 +- 如果您選擇了 Domain,將安裝 Nginx 和 certbot,讓 API 能夠在連接埠 443 (https) 存取,並透過連接埠 80 取得 SSL 證書,這將自動更新 + +## 升級 + +複製並在您的 Linux 終端機中貼上下列指令以升級現有的 RustDesk 伺服器專業版安裝。您可以使用 cron 定期執行此指令。 + +`bash <(wget -qO- https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/update.sh)` + +流程: + +- 檢查 RustDesk-Server-Pro 的新版本 +- 如果找到新版本,移除 API 檔案並下載新執行檔和 API 檔案 + +## 從開源版本轉換 + +複製並在您的 Linux 終端機中貼上下列指令以從 RustDesk 伺服器轉換至 RustDesk 伺服器專業版。 + +`bash <(wget -qO- https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/convertfromos.sh)` + +流程: + +- 停用並移除舊服務 +- 安裝依賴套件 +- 在可用情況下設定 ufw 防火牆 +- 建立資料夾 /var/lib/rustdesk-server 並將證書複製到該資料夾 +- 刪除 /var/log/rustdesk 並建立 /var/log/rustdesk-server +- 下載 RustDesk 專業版服務並解壓縮到上述資料夾 +- 為 hbbs 和 hbbr 建立 systemd 服務 +- 如果您選擇了 Domain,將安裝 Nginx 和 certbot,讓 API 能夠在連接埠 443 (https) 存取,並透過連接埠 80 取得 SSL 證書,這將自動更新 diff --git a/content/self-host/pro/license/_index.zh-cn.md b/content/self-host/pro/license/_index.zh-cn.md new file mode 100644 index 00000000..8d13b87a --- /dev/null +++ b/content/self-host/pro/license/_index.zh-cn.md @@ -0,0 +1,24 @@ +--- +title: 授權 +weight: 15 +--- + +## 購買授權 + +請從 https://rustdesk.com/pricing.html 取得授權,在 Stripe 結帳頁面輸入有效的電子郵件地址。授權將在付款完成後寄送到您的電子郵件地址。 + +![](/docs/en/self-host/pro/license/images/stripe.jpg) + +## 設定授權 + +您將須在網頁控制台輸入授權,或變更授權。 + + | 設定授權 | 變更授權 | + | -- | -- | + ![](/docs/en/self-host/pro/license/images/set.png) | ![](/docs/en/self-host/pro/license/images/change.png) | + +## 發票和轉移 + +授權只能在一台機器上使用 (僅 hbbs,hbbr 不需授權),如果您想要轉移至其他機器,或下載發票,請前往 [https://rustdesk.com/self-host/account/](https://rustdesk.com/self-host/account/)。透過在 Stripe 結帳頁面輸入的電子郵件地址登入,解除綁定舊機器,如下圖所示。新機器將在您於網頁控制台設定授權時自動註冊。 + +![](/docs/en/self-host/pro/license/images/unbind.jpg)