Linux/Cockpit

From NodeSpace Wiki
Jump to navigation Jump to search

Cockpit is a web-based GUI for managing servers.

Compatible Distros[edit | edit source]

Cockpit can be added to almost any distro and is installed by default on most. It's installed by default on AlmaLinux, Rocky Linux, CentOS, Oracle Linux, and Red Hat Enterprise Linux.

Enabling Cockpit[edit | edit source]

Run the command systemctl enable --now cockpit.socket and then you can access it at https://<server IP>:9090

Allow Root Access[edit | edit source]

By default, root is not permitted access. You will need to remove the root user by editing /etc/cockpit/disallowed-users file.