Every Linux VM that AcornOps observes runs the VM agent. The agent opens an outbound WebSocket to the control plane, reports host snapshots, and executes read-only VM tools during troubleshooting runs.Documentation Index
Fetch the complete documentation index at: https://docs.acornops.dev/llms.txt
Use this file to discover all available pages before exploring further.
Register a VM
- Open a workspace in the management console.
- Go to Virtual Machines.
- Register a VM with a name and optional hostname.
- Copy the generated systemd install instructions.
- Run the instructions on the Linux host.
- Confirm the VM shows as connected.
{ virtualMachine, agentKey, installInstructions }. Treat installInstructions.command as authoritative.
Agent behavior
The VM agent authenticates with the issued agent key and connects to:Inventory and findings
VM snapshots populate:- host summary and OS metadata,
- process inventory,
- systemd service inventory,
- listening ports,
- metrics history,
- findings derived from host health signals.
Tools and MCP
The VM built-in tools include:get_host_summarylist_processesget_processlist_servicesget_service_statusget_logssearch_logscheck_portlist_listening_ports