Cockpit
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.
Cockpit
Installation
Default install:
1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/cockpit.sh)"
Configuration
Config file:
1
/etc/cockpit/cockpit.conf
Notes
Set a root password if using autologin. This will be the Cockpit password. To set root password run
sudo passwd rootIf 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.
Web Interface
Links
This post is licensed under CC BY 4.0 by the author.