ABOUT
LibreNMS is an open-source, community-driven network monitoring system that provides automatic discovery, alerting, and performance tracking for network devices. It supports a wide range of hardware and integrates with various notification and logging platforms.
infoAfter installation, the admin user credentials are saved in the file ~/librenms.creds inside the container.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU2048 MB RAM4 GB disk
Config path/opt/librenms/config.php and /opt/librenms/.env
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/librenms.sh'; sha='9232d5368b6344b7a6d694ae3a01563c5983b286bae3673b14681d3a168bd9a8'; 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/librenms.shSHA-256 9232d5368b6344b7a6d694ae3a01563c5983b286bae3673b14681d3a168bd9a8 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.