← Dashboard   iMetroTech RMM · Add a device

Pick the option that fits. Every method installs silently and enrolls automatically — the person on the far end makes no choices. Enrollment token: 2d39b1bd86d06c61ed8bbf880f12403a

Windows

Easiest — send them a file (they double-click, click "Yes" once, done)

Download Windows installer (.cmd)

One-line (you run it, or remote session) — paste into an Administrator PowerShell
powershell -NoProfile -ExecutionPolicy Bypass -Command "[Net.ServicePointManager]::SecurityProtocol=[Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12; iwr -UseBasicParsing https://rmm.imetrotech.net/install.ps1 | iex"
Just the binary (advanced / manual)   Download rmm-agent.exe

Linux

One-line install
curl -fsSk https://rmm.imetrotech.net/install.sh | sudo bash

macOS

One-line install
curl -fsSk https://rmm.imetrotech.net/install.sh | sudo bash
Just the binary   Apple Silicon Intel

This server uses a trusted Let's Encrypt certificate — no browser warnings. Installers run silently and enroll automatically.