I have used cockpit and like it. It allows me to quickly see the entirety of my system. But, it doesn't offer any way to review my incus containers. So, I tried wolfstack, which was recently listed on HN. It appears it only supports lxc. I'm surprised, isn't lxc and incus more or less 1:1 synonymous (unless you get into recent more complexities)? I'm feeling like it is hard to find a simple GUI to just review a syste…
Do you mean LXD and Incus? If so, sort of. Incus is a fork of LXD but it diverged quite a bit and due to the LXD licensing change, Incus can't take anything from LXD but LXD can from Incus. Incus is a community project and is a lot more active. They both use LXC under the hood. Finding a simple GUI is not going to be easy because everyone has a different definition of what "simple" means. It also depends on what you…
Cockpit is a web-based graphical interface for servers
81–90 of 188 posts
Re: Cockpit is a web-based graphical interface for servers
#82Re: Cockpit is a web-based graphical interface for servers
#83Re: Cockpit is a web-based graphical interface for servers
#84I have used cockpit and like it. It allows me to quickly see the entirety of my system. But, it doesn't offer any way to review my incus containers. So, I tried wolfstack, which was recently listed on HN. It appears it only supports lxc. I'm surprised, isn't lxc and incus more or less 1:1 synonymous (unless you get into recent more complexities)? I'm feeling like it is hard to find a simple GUI to just review a syste…
Re: Cockpit is a web-based graphical interface for servers
#85Reminds me of cpanel, from the late 1900s: https://en.wikipedia.org/wiki/CPanel
Re: Cockpit is a web-based graphical interface for servers
#86I used Webmin[0] back in the day, I wonder how more recent server web UIs like Cockpit stack up. [0] https://webmin.com/
Re: Cockpit is a web-based graphical interface for servers
#87I used Webmin[0] back in the day, I wonder how more recent server web UIs like Cockpit stack up. [0] https://webmin.com/
It's neutered and not as full featured, but not bad in a pinch. All of these web admin tools are hacks that call out to shell scripts and whatnot. It requires a lot of conditional behavior and/or vertical integration. "Linux" has no consistent API for control, so its all duct tape. Webmin is the same, tbh (swap perl for whatever cockpit is written in) 45Drives uses cockpit as the UI layer of their "Houston" operating…
It's also socket activated, which is nice.
Re: Cockpit is a web-based graphical interface for servers
#88I don‘t like the whole idea because it is less secure to have a web browser instead of a standard client. Think what an attacker could do if they take control of the server.
Re: Cockpit is a web-based graphical interface for servers
#89I 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
Re: Cockpit is a web-based graphical interface for servers
#90I'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…