BJ Support

Pre-configured installer for managed deployments

The client below is the official RustDesk application, published unmodified and signed by RustDesk. Server settings are applied at install time by the deployment script — nothing is repackaged.

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.ps1

RustDesk 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.exe

MSI Installer (Enterprise)

For GPO, Intune, or SCCM where an MSI is required. Supports msiexec /quiet for automated rollout.

Download BJSupport-Setup.msi

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

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

RustDesk is free software licensed under the GNU AGPL-3.0. We redistribute the official binary without modification; see source information for the exact upstream version and where to get its source code. BJ Business Solutions is not affiliated with the RustDesk project.