ABOUT
Glances is an open-source system cross-platform monitoring tool. It allows real-time monitoring of various aspects of your system such as CPU, memory, disk, network usage etc.
infoExecute within an existing LXC Console (Debian / Ubuntu / Alpine supported)
INSTALL
Approved local installer
DefaultDebian 13
Approved locallyConfig path/usr/local/share/doc/glances/glances.conf
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/tools/addon/glances.sh'; sha='3323968bcfa450a524560b7a12a950be3c0f1ea3d35b91f93b2fd4a0fc43b410'; 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 tools/addon/glances.shSHA-256 3323968bcfa450a524560b7a12a950be3c0f1ea3d35b91f93b2fd4a0fc43b410 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.