Skip to content
Paco5687 edited this page Jul 13, 2026 · 2 revisions

autormm

Lightweight, self-hosted RMM + remote-desktop for a homelab — a hub, a host agent, and a browser-based client, in three small Go binaries with no runtime dependencies.

Start here:

How it fits together

  browser ─────►  hub (autormm-server)  ◄───── agents dial out (autormm-agent)
  dashboard        metrics · dashboard          one per monitored host
  & viewer         relay · REST API             (Linux / Windows)
  • Agents dial out to the hub over a single WebSocket — no inbound ports or port-forwards on the hosts.
  • The dashboard is your client: screen sharing and terminals run in the browser. A CLI (autormm-client) is optional.
  • Keep the hub on your LAN (IP:port) and reach it remotely through a zero-trust overlay — never put it on the open internet.

Clone this wiki locally