Skip to content

Dashboard Guide

Paco5687 edited this page Jul 13, 2026 · 5 revisions

Dashboard Guide

The dashboard at http://<hub-ip>:8765 is your main interface β€” and your client. Screen sharing and terminals run right in the browser.

Signing in

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.

The host grid

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.

Host detail

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.
  • Service control β€” enter a service name and Start / Stop / Restart (systemctl on Linux, Start/Stop/Restart-Service on 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.

Top-bar actions

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

Remoting into a host

  • Terminal β†’ a full shell in the browser (see Terminal & Remote Desktop).
  • Remote β†’ the host's live screen with mouse + keyboard (desktop hosts only).

Clone this wiki locally