RustDesk New client install or Upgrade.

Method one AUTO

Windows Script AUTO

The below script is for RustDesk Client for NEW install or UPGRADE or configuring settings.

Open a Powershell as Administrator and then copy / paste and run with the below command.

Run in Powershell as Administrator :

Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force; Invoke-Expression (Invoke-WebRequest -Uri "https://docs.greenhome.stream/attachments/21" -UseBasicP) | Out-Null

Done.


Method two MANUAL

First install the Rustdesk client from the below official link.

https://rustdesk.com/download

Windows guide setup.

To import the settings for ID/Relay follow the steps below.

Step 1

rustdesk-win-1.png

Step 2

rustdesk-win-2.png

Step 3

rustdesk-win-3.png

Step 4

rustdesk-win-4.png

Step 5

Copy the text below and paste it at the below button where the red arrow show.
RustDesk Key

9JiI6ISeltmIsIiI6ISawFmIsISbhVmc0NnLl12bo5WZlJ3Zus2clRGdzVnciojI5FGblJnIsISbhVmc0NnLl12bo5WZlJ3Zus2clRGdzVnciojI0N3boJye

rustdesk-win-5.png

Windows client check server connection.

rustdesk-win-check.png

You are ready.


Android guide setup.

Step 1

rustdesk-android-1.jpg

Step 2

rustdesk-android-2.jpg

Step 3

Copy the text below and paste it at the below button where the red arrow show.

9JiI6ISeltmIsIiI6ISawFmIsISbhVmc0NnLl12bo5WZlJ3Zus2clRGdzVnciojI5FGblJnIsISbhVmc0NnLl12bo5WZlJ3Zus2clRGdzVnciojI0N3boJye

rustdesk-android-3.jpg

Android client check server connection.

rustdesk-android-check.png

RustDesk ports Allow from local subnet :

For full LAN direct connect (green status), also allow these inbound on target :

Use similar PowerShell :

Allow TCP Ports
New-NetFirewallRule -DisplayName "RustDesk TCP LAN" -Direction Inbound -LocalPort 21115-21119 -Protocol TCP -RemoteAddress LocalSubnet -Action Allow
Allow UDP Ports
New-NetFirewallRule -DisplayName "RustDesk UDP LAN" -Direction Inbound -LocalPort 21115-21119 -Protocol UDP -RemoteAddress LocalSubnet -Action Allow

You are ready.



Revision #26
Created 2025-02-27 18:21:20 EET by Green
Updated 2026-05-05 20:58:42 EEST by Green