From 9846d12e501bf2856998f67b39669cf792bf93bd Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Mon, 11 Dec 2023 17:42:06 +0800 Subject: [PATCH] Update _index.en.md --- .../self-host/rustdesk-server-oss/windows/_index.en.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/self-host/rustdesk-server-oss/windows/_index.en.md b/content/self-host/rustdesk-server-oss/windows/_index.en.md index fa95d36..3b2f086 100644 --- a/content/self-host/rustdesk-server-oss/windows/_index.en.md +++ b/content/self-host/rustdesk-server-oss/windows/_index.en.md @@ -43,7 +43,7 @@ doesn't change after the service is installed). Now get back to Command prompt. We will be using `C:\Program Files\RustDesk Server` in this example. ```cmd -nssm install "RustDesk hbbs service" "C:\Program Files\RustDesk Server\hbbs.exe" -r 0.0.0.0 -k _ +nssm install "RustDesk hbbs service" "C:\Program Files\RustDesk Server\hbbs.exe" -k _ nssm install "RustDesk hbbr service" "C:\Program Files\RustDesk Server\hbbr.exe" -k _ ``` **Note:** @@ -51,7 +51,7 @@ nssm install "RustDesk hbbr service" "C:\Program Files\RustDesk Server\hbbr.exe" - You can change `RustDesk hbbr service` to whatever you desire to name hbbr the service - You can change `C:\Program Files\RustDesk Server\hbbs.exe` to wherever you placed the RustDesk binaries - You can change `C:\Program Files\RustDesk Server\hbbr.exe` to wherever you placed the RustDesk binaries -- You do not need the `-k _` option which is optional, it's just for better security +- You do not need the `-k _` option which is optional, it's just for better security. In `Pro` version, `-k _` is applied implicitly. **Command templates:** @@ -95,11 +95,11 @@ pm2-startup install #### Run hbbr and hbbs -Download the Windows version of [RustDesk Server](https://github.com/rustdesk/rustdesk-server/releases). Unzip the program to the C: drive. Run the following four commands (take care to edit the `-r` parameter): +Download the Windows version of [RustDesk Server](https://github.com/rustdesk/rustdesk-server/releases). Unzip the program to the C: drive. Run the following four commands: ```cmd cd C:\rustdesk-server-windows-x64 -pm2 start hbbs.exe -- -r +pm2 start hbbs.exe pm2 start hbbr.exe pm2 save ```