Deployment ScriptRecommended
The supported way to install on a managed endpoint. Downloads the official client, installs it as a Windows service, and points it at the BJ Business servers. Run it from your RMM, via GPO, or by hand in an elevated PowerShell prompt.
Download Deploy-RustDesk.ps1RustDesk Client (EXE)
The official installer on its own. Use this for a one-time session, or together with the deployment script above.
Download RustDesk-Setup.exeMSI Installer (Enterprise)
For GPO, Intune, or SCCM where an MSI is required.
Supports msiexec /quiet
for automated rollout.
Deploy with the script (recommended)
.\Deploy-RustDesk.ps1
# With this machine's permanent password:
.\Deploy-RustDesk.ps1 -DevicePasswordFile C:\path\pw.txt
Run it in an elevated PowerShell prompt. The downloaded script already knows the server address and key, so no arguments are required.
Silent installation (client only, unconfigured)
RustDesk-Setup.exe --silent-install
GPO Deployment (MSI)
msiexec /i \\server\share\BJSupport-Setup.msi /quiet /norestart
Intune Win32 App Configuration
Install command: msiexec /i BJSupport-Setup.msi /quiet /norestart
Uninstall command: msiexec /x {ProductCode} /quiet /norestart
Detection rule: File exists %ProgramFiles%\RustDesk\rustdesk.exe
What the deployment script configures
- ID Server: rustdesk.bjbusiness.ca
- Relay Server: rustdesk.bjbusiness.ca
- API Server: https://rustdesk.bjbusiness.ca
- Windows service, auto-start enabled (unattended access)
- Permanent password — only when supplied per machine with
-DevicePassword
The plain download above sets no password and no server settings; it is the stock RustDesk client until the script is run.
Uninstallation
"%ProgramFiles%\RustDesk\rustdesk.exe" --uninstall
Verify your download
SHA-256 checksums: /download/checksums