mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-13 11:16:20 +00:00
CHILDREN
This commit is contained in:
@@ -20,8 +20,8 @@ pm2-startup install
|
||||
Download the windows version of [server program](https://github.com/rustdesk/rustdesk-server/releases), assuming you unzip it to the C drive. Run the following four lines of commands respectively.
|
||||
```
|
||||
cd c:\rustdesk-server-windows-x64
|
||||
pm2 start hbbr.exe -- -m <Registered email address>
|
||||
pm2 start hbbs.exe -- -r <The address of the host where hbbr is running> -m <Registered email address>
|
||||
pm2 start hbbr.exe -- -m <Registered email address>
|
||||
pm2 save
|
||||
```
|
||||
|
||||
@@ -36,7 +36,7 @@ For example, the new registered email address is test@test.com, and the public a
|
||||
```
|
||||
pm2 delete hbbr hbbs
|
||||
cd c:\rustdesk-server-windows-x64
|
||||
pm2 start hbbr.exe -- -m test@test.com
|
||||
pm2 start hbbs.exe -- -r test.hbbr.com -m test@test.com
|
||||
pm2 start hbbr.exe -- -m test@test.com
|
||||
pm2 save
|
||||
```
|
||||
@@ -19,8 +19,8 @@ pm2-startup install
|
||||
下载Windows版本[服务器程序](https://gitee.com/rustdesk/rustdesk-server/releases),假设你解压缩到了C盘下。分别运行下面四行命令。
|
||||
```
|
||||
cd c:\rustdesk-server-windows-x64
|
||||
pm2 start hbbr.exe -- -m 注册邮箱地址
|
||||
pm2 start hbbs.exe -- -r hbbr运行所在主机的地址 -m 注册邮箱地址
|
||||
pm2 start hbbr.exe -- -m 注册邮箱地址
|
||||
pm2 save
|
||||
```
|
||||
|
||||
@@ -35,7 +35,7 @@ pm2 log hbbs
|
||||
```
|
||||
pm2 delete hbbr hbbs
|
||||
cd c:\rustdesk-server-windows-x64
|
||||
pm2 start hbbr.exe -- -m test@test.com
|
||||
pm2 start hbbs.exe -- -r test.hbbr.com -m test@test.com
|
||||
pm2 start hbbr.exe -- -m test@test.com
|
||||
pm2 save
|
||||
```
|
||||
@@ -19,8 +19,8 @@ pm2-startup install
|
||||
下載Windows版本[服務器程序](https://gitee.com/rustdesk/rustdesk-server/releases),假設你解壓縮到了C盤下。分別運行下面四行命令。
|
||||
```
|
||||
cd c:\rustdesk-server-windows-x64
|
||||
pm2 start hbbr.exe -- -m 註冊郵箱地址
|
||||
pm2 start hbbs.exe -- -r hbbr運行所在主機的地址 -m 註冊郵箱地址
|
||||
pm2 start hbbr.exe -- -m 註冊郵箱地址
|
||||
pm2 save
|
||||
```
|
||||
|
||||
@@ -35,7 +35,7 @@ pm2 log hbbs
|
||||
```
|
||||
pm2 delete hbbr hbbs
|
||||
cd c:\rustdesk-server-windows-x64
|
||||
pm2 start hbbr.exe -- -m test@test.com
|
||||
pm2 start hbbs.exe -- -r test.hbbr.com -m test@test.com
|
||||
pm2 start hbbr.exe -- -m test@test.com
|
||||
pm2 save
|
||||
```
|
||||
Reference in New Issue
Block a user