4.2 KiB
title, weight, description, keywords
| title | weight | description | keywords | |||||
|---|---|---|---|---|---|---|---|---|
| Windows Install (deprecated) | 5 | Legacy guide for installing RustDesk Server Pro on Windows. Includes prerequisites, license setup, and download steps, but Linux or Docker is recommended instead. |
|
This is the legacy Windows installation path for RustDesk Server Pro. Use Linux or Docker instead when possible.
{{% notice note %}} Windows security policy is tricky, if this tutorial does not work for you, or you encounter unstable connection, please migrate to a Linux server. {{% /notice %}}
{{% notice note %}}
The GUI version, RustDeskServer.setup.exe has not been maintained any more, not recommended.
{{% /notice %}}
Should you use the Windows install path?
Use this guide only when your RustDesk Server Pro host must stay on Windows. For new self-hosted deployments, Linux or Docker is the better default because it is easier to automate, update, and operate reliably.
Windows install quick answers
- Treat this as a legacy path, not the preferred deployment method.
- Install the Microsoft Visual C++ Redistributable before starting.
- The old GUI installer is no longer maintained.
- If you need a long-term stable deployment, move to Linux or Docker.
- If you stay on Windows, plan how you will run the services and proxy the web console.
Install
The Microsoft Visual C++ Redistributable is required to run rustdesk on Windows. You can download it here
- Get your license from https://rustdesk.com/pricing.html, check license page for more details.
- Download the the Windows installer from GitHub.
- Unzip the Windows installer.
- Run the Installer and follow the steps on screen. Or manually install with PM2 or NSSM.
- Once its completed open RustDesk Server.
- Follow the prompts as they guide you through the install.
- Click
Servicesand thenStart. - Once the install is complete go to
http://youripaddress:21114. - Log in with the username
adminand passwordtest1234. - Enter your license code purchased in step 1.
Use IIS as Proxy
Please ensure Dynamic Content Compression is installed (this is an IIS Feature which can be installed with Server Roles).
- Open IIS (Or install it).
- Create a new website for RustDesk with the bindings (Ideally 443) and relevant certificate. Basic settings should point this to a blank folder. (If you use the default site, make sure there are no other files in the folder).
- On IIS, install Application Request Routing and URL Rewrite.
Application Request Routing
- Under the IIS Server Host open Application Request Routing.
- Go to Server Proxy Settings.
- Enable proxy and all settings will appear, you can leave them as the defaults.
- Save the settings and we can go to the next step: URL Rewrite.
URL Rewrite
- Open the site on IIS on the left pane and double-click on URL Rewrite.
- Click
Add rules. - Set up a new reverse proxy rule.
- Setup the local address (the 21114 address)
Inbound Rule – the RustDesk internal 21114 address
Outbound Rules –Fromis the RustDesk internal 21114 address andTois the external address.
Note: No http / https before the addresses – they are automatically handled. Also, ensure all the addresses are accessible both internally and externally.
Compression
- Disable
Dynamic Content Compression.
Troubleshooting
If you have an error 500.52 add the mentioned variables: IIS acting as reverse proxy: Where the problems start.
You maybe need to change your SSL Settings to "Require SSL → Ignore".