RustDesk — set up this PC for remote control

Installs RustDesk as a service, points it at the self-hosted server, and prints this PC's ID + a fresh password.

Download setup script

Then double-click the downloaded rd.bat and approve the Windows (UAC) prompt. Wait ~1 min — it prints this PC's ID and password. Write both down.


Prefer one line? Paste this into PowerShell (it self-elevates):

irm https://rustdesk.appfoundry.cc/rd.bat -OutFile $env:TEMP\rd.bat; Start-Process $env:TEMP\rd.bat

Windows only. After it finishes, connect from another PC: open RustDesk, set ID Server 209.38.91.37 + the key, then enter this PC's ID and password.