-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Paco5687 edited this page Jul 13, 2026
·
2 revisions
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:
- Installation — stand up the hub in one command
- Onboarding Hosts — add machines with a single copy-paste
- Dashboard Guide — find your way around
- Terminal & Remote Desktop — shell into and view hosts
- Scripts & Scheduling — run and schedule scripts fleet-wide
- Remote Access (Zero-Trust) — reach your lab from anywhere, safely
- Troubleshooting
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.