TSK Invent RustDeskSelf-hosted remote access
🔒 Console Login
This is a monitored RustDesk server. All device registrations, connections and relay sessions are logged and reviewed by TSK Invent IT. Use is restricted to authorized personnel.

Client Connection Settings

Enter these in RustDesk → Settings → Network → ID/Relay Server.

ID Server
rustdesk.tskinvent.com
Relay Server
rustdesk.tskinvent.com
API Server
https://rustdesk.tskinvent.com
Key
loading…
Setup: Open RustDesk → ☰ menu (top-right of your ID) → ID/Relay Server → paste the values above → OK. Your device then registers with this server automatically.

Deploy to a device

Get a device online without typing any settings.

Option 1 — portable, one file (quickest)
Download the official RustDesk portable client, then rename the .exe to exactly:
loading…
Run it — the server & key auto-apply on first launch.
Option 2 — managed install (fleet / RMM)
In an elevated PowerShell — downloads RustDesk, installs, sets the server + key, sets an unattended password (auto-generated & printed, or pass -Password 'xxx'), and prints the device ID:
irm https://rustdesk.tskinvent.com/Deploy-RustDesk-TSK.ps1 -OutFile "$env:TEMP\d.ps1"; & "$env:TEMP\d.ps1"
Config is written to the admin-only service profile. Download: Deploy-RustDesk-TSK.ps1 · RustDesk2.toml
Already have RustDesk? Report this PC's name to the console (no admin needed):
irm https://rustdesk.tskinvent.com/Enroll-RustDesk-TSK.ps1 | iex
© TSK Invent · rustdesk.tskinvent.com