Cockpit is a web-based graphical interface for servers
21–30 of 188 posts
Re: Cockpit is a web-based graphical interface for servers
#22I tried using this to handle my 10-ish Docker containers, but I ended up using Portainer. Sure, not the same thing, but if someone (like me) thought Cockpit might be nice for managing a small Docker host, this didn't work for me
Also works for a single node cluster. Maybe that’s closer to what you’re looking for.
Re: Cockpit is a web-based graphical interface for servers
#23Re: Cockpit is a web-based graphical interface for servers
#241. insisted on a pre-war version of ubuntu
2. insisted on the cockpit. So you no longer can modify the NFS exports over ssh, you need to connect to this HTTP abomination. Very nice. Always wanted to open more ports on my servers
Re: Cockpit is a web-based graphical interface for servers
#25Re: Cockpit is a web-based graphical interface for servers
#26Re: Cockpit is a web-based graphical interface for servers
#27What is the use case for this over standard command line tools like systemctl, journalctl, top, docker ps?
Re: Cockpit is a web-based graphical interface for servers
#28Ripe for a supply chain attack. What safeguards do they have to protect against one?
Aka 0. Security is a theater for the amateurs.
Re: Cockpit is a web-based graphical interface for servers
#29I had a bad experience with it. We hired a contractor and he 1. insisted on a pre-war version of ubuntu 2. insisted on the cockpit. So you no longer can modify the NFS exports over ssh, you need to connect to this HTTP abomination. Very nice. Always wanted to open more ports on my servers
Re: Cockpit is a web-based graphical interface for servers
#30I've used this before in the early days of my Linux SysAdmin work, especially in the homelab. It's pretty solid , but the limited amount of projects and lack of visibility into the CLI it uses on the backend hinder the ability to translate sysadmin work into tangible Linux skills, so I dumped it at home in favor of straight SSH sessions and some TUI stuff. That said, if I gotta babysit Linux in an Enterprise without…
Troubleshooting and fluency on the command line are among what I consider core skills. Being able to dig through abstraction layers is not just essential for when things go wrong, they are essential for building infrastructure, and really tells you whether an architecture is fit for purpose.