-
Notifications
You must be signed in to change notification settings - Fork 0
Dashboard Guide
Paco5687 edited this page Jul 16, 2026
·
5 revisions
The dashboard at http://<hub-ip>:8765 is your main interface β and your
client. Screen sharing and terminals run right in the browser.
Click the π icon and paste the admin token (printed by the hub on first
run, or in ~/.config/autormm/server.env). It's stored in your browser so you
only do this once per browser.
Each host is a card showing:
- Status dot β green (online) or red (offline).
- CPU / memory bars and a CPU sparkline.
-
Alert chips β e.g.
high CPU,disk / almost full,offline. - Terminal and Remote buttons (enabled when available for that host).
The header shows how many hosts are online and a β alerts badge when something is firing.
Click a card to open its detail view:
- Device info β IP + MAC address, CPU model and core count, total RAM, OS / kernel version, virtualization (e.g. kvm/vmware), and the agent version.
- Time-series graphs β CPU, memory, disk, and network over a selectable range (1h / 6h / 24h / 7d). Requires the history DB (on by default).
- Top processes β by CPU / memory, each with β³ restart (stop and relaunch it with the same command line β best-effort; service-managed processes are better handled with the service controls) and β force-kill.
- Patches (Linux hosts) β Check for updates (counts available + security updates and whether a reboot is pending), Install updates (apt/dnf upgrade), and Reboot. Windows patching is coming once the agent can run elevated.
-
Service control β enter a service name and Start / Stop / Restart
(
systemctlon Linux,Start/Stop/Restart-Serviceon Windows). On Linux headless hosts the agent is root, so this just works; on Windows the agent runs as the logged-in user, so controlling most services needs the host's service permissions (an unelevated agent can't stop system services). - Software inventory β click Load software inventory to list installed packages (dpkg/rpm on Linux, installed programs on Windows, brew on macOS) with a filter box.
- Terminal and Remote buttons for that host.
| Button | What it does |
|---|---|
| οΌ Add host | Copy-paste install commands per OS β see Onboarding Hosts |
| π Scripts | Manage, run, and schedule scripts β see Scripts & Scheduling |
| π | Set / change your access token |
- Terminal β a full shell in the browser (see Terminal & Remote Desktop).
- Remote β the host's live screen with mouse + keyboard (desktop hosts only).