RMM Agent

Download and run the agent on any machine to start monitoring it. No installation required.

🐧
Linux
x64 — Ubuntu, Debian, RHEL
Download
🪟
Windows
x64 — Windows 10/11, Server
Download
🍎
macOS
x64 — Intel Mac
Download

Windows — double-click to run

Just double-click rmm-agent.exe. On first launch it will ask for your dashboard URL, then save it so future launches connect automatically.

Linux / macOS — terminal

chmod +x rmm-agent-linux && ./rmm-agent-linux

It will prompt you for the dashboard URL on first run and save it for next time.

Your dashboard URL

https://YOUR-DASHBOARD-URL

Paste this when the agent asks for the server URL.

Optionally set RMM_AGENT_ID to a fixed name (e.g. my-server) to keep the same device identity across restarts.

RMM Server

Want to run the dashboard on your own Windows server or RDP instead of Replit? Download the server package — no installation needed, just extract and run.

🖥️
Windows Server Package
x64 — Includes .NET runtime, no install needed (~54 MB)
Download

How to run the server

1. Extract the zip to a folder (e.g. C:\RmmServer) 2. Double-click start-rmm-server.bat 3. Open http://localhost:5000 in your browser 4. Point your agents at http://YOUR-SERVER-IP:5000

Make sure port 5000 is open in your Windows Firewall if agents will connect from other machines.

← Back to dashboard