diff --git a/content/self-host/windows/_index.en.md b/content/self-host/windows/_index.en.md index 2753861..53fe826 100644 --- a/content/self-host/windows/_index.en.md +++ b/content/self-host/windows/_index.en.md @@ -1,10 +1,10 @@ --- -title: Windows & pm2 or NSSM +title: Windows & PM2 or NSSM weight: 20 --- ## A cross roads -You now either have two choices, you can either use pm2 (easier) or NSSM (a bit harder) to start the RustDesk server +You now either have two choices, you can either use PM2 (easier) or NSSM (a bit harder) to start the RustDesk server There are some benefits to using NSSM: - Backwards compatibility with older Windows (Windows Server 2008R2/Windows 7 and earlier although untested). - Ideal for Windows Server @@ -12,7 +12,7 @@ There are some benefits to using NSSM: - Running both binaries as Services. - Standalone (no dependency on Node.js) -While the benefits of pm2 include: +While the benefits of PM2 include: - Good idea if you run the server on the same computer as your main work computer - You logon regularly to the user that created the rustdesk startup entry - More user friendly @@ -64,27 +64,27 @@ nssm install nssm start ``` - **Done!** (The method above has been tested on Windows Server Core 2022 Standard). ## or -## Installing using pm2 +## Installing using PM2 ### Install Node.js Please [download](https://nodejs.org/dist/v16.14.2/node-v16.14.2-x86.msi) and install Node.js. -Node.js is the runtime environment of pm2, so you need to install Node.js first。 +Node.js is the runtime environment of PM2, so you need to install Node.js first。 -### Install pm2 +### Install PM2 Enter belows in `cmd.exe`, press the Enter key for each line, and run them line by line.