ABOUT
Cockpit is a web-based graphical interface for managing Linux servers. It allows users to perform tasks like configuring networks, managing storage, and monitoring system performance directly through a web browser. It integrates with existing system tools, making it suitable for both beginners and experienced admins.
infoSet a root password if using autologin. This will be the Cockpit password. To set root password run `sudo passwd root`
warningIf you plan on using 45Drives extension with NFS, you must setup LXC as privileged. Some features of 45Drives don't work on Debian 13, so Debian 12 must be used.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU1024 MB RAM4 GB disk
Config path/etc/cockpit/cockpit.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/ct/cockpit.sh'; sha='a62e3198c7465532f625f4a41460849a36b3b00ebbd6f1ba37d9aeb83b89172d'; 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/cockpit.shSHA-256 a62e3198c7465532f625f4a41460849a36b3b00ebbd6f1ba37d9aeb83b89172d LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.