The Cockpit project is one of my favorite Linux tools - it's a powerful web-based GUI that gives you comprehensive control and visibility over your server. Monitor system resources, manage storage, configure networking, and more, all through a clean, intuitive interface.
Cockpit Dashboard showing system overview
sudo apt-get install cockpit -y
sudo systemctl enable --now cockpit.socket
Once installed, you can access Cockpit through your web browser at:
https://<your-server-ip>:9090
Remember to replace <your-server-ip>
with your actual server's IP address
sudo ufw allow 9090
cockpit-machines
for VM management or cockpit-podman
for container management
© Linux Tools | Made with by TKump