Proxmox VE

Node stats plus start/stop/power control over every QEMU VM and LXC container on a Proxmox VE node - add it by address and an API token from Proxmox's own Datacenter > Permissions > API Tokens page (no ticket/CSRF dance needed, unlike a regular login session).

Node and guests

The node itself gets CPU and memory sensors. Every VM/LXC container discovered on it gets its own CPU/memory sensors, a status switch (start / hard-stop), and power-action buttons - shutdown/reboot/suspend/resume for both guest kinds, plus reset for QEMU VMs only (LXC containers have no hardware-reset equivalent). Buttons are always shown regardless of the guest's current state - pressing one at the wrong time (e.g. resume on an already-running guest) just errors, same as the rest of this app's fire-and-forget command handling.

Scope

This integration controls existing guests - it doesn't manage snapshots (create/rollback/ migrate) or multi-node clusters, and suspend always suspends to RAM rather than disk. One connection row models one Proxmox node.

Works with Dashboard cards, History, and Automations exactly like every other integration.