the opinion you didn't ask for: avoid admin UIs... at best they make you lazy, at worst a security nightmare
I just want to check from my phone how my home server is doing. Maybe someone else gets a perverse pleasure out of catting /proc/meminfo but I don't understand the need to make things more complicated than necessary.
Cockpit is a web-based graphical interface for servers
141–150 of 188 posts
Re: Cockpit is a web-based graphical interface for servers
#142Re: Cockpit is a web-based graphical interface for servers
#143Re: Cockpit is a web-based graphical interface for servers
#144I remember Tenable used it. Not sure if Tenable contributes back into this project.
Re: Cockpit is a web-based graphical interface for servers
#145Earlier quoted context omitted.
Part of the technical assessment I have for hiring new platform engineers involves troubleshooting a service hosted in a headless Linux vm. 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…
One of my favorite interview questions: "Here are some SSH credentials. What does this system do?" Sometimes there aren't any docs. Sometimes the docs are wrong. It's important to be able to establish what the actual running situation is.
They asked me to double check that part because they assumed I just hadn't done that part, because apparently I was the first person who didn't need help with an SSH tunnel.
Re: Cockpit is a web-based graphical interface for servers
#146Earlier quoted context omitted.
Going for a shameless plug - I am working on an observability dashboard for Docker Swarm: https://github.com/Radiergummi/cetacean Also works for a single node cluster. Maybe that’s closer to what you’re looking for.
can you please add some screenshots?
Re: Cockpit is a web-based graphical interface for servers
#147Cockpit could actually get away with being a decent NAS interface. You can config storage, you can run VMs, containers from it. What else do you need?
Re: Cockpit is a web-based graphical interface for servers
#148However, I was wondering if there was any way to login using an SSH key rather than a password?
I could of course pipe it via SSH. But is there any way we can authenticate using SSH on the web?
Maybe someone here can help?