ABOUT
Self-hosted monitoring for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway, extending to Docker, TrueNAS, and desktop machines, with live state, history, alerts, backup and recovery visibility, and scheduled health checks.
infoGet the first-run bootstrap token on the Proxmox host with `pct exec <ctid> -- /usr/local/bin/pulse bootstrap-token`, then open the web UI and complete the setup wizard.
infoAdd a host node under Settings then Infrastructure, and run the setup command Pulse generates on the Proxmox host.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally1 CPU1024 MB RAM4 GB disk
Config path/etc/pulse
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/pulse.sh'; sha='246b20b48ff28a923535c10f04cdb5ca05e7f25434f3416a3b960547639f80b9'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/pulse.shSHA-256 246b20b48ff28a923535c10f04cdb5ca05e7f25434f3416a3b960547639f80b9 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.