Linux/Cockpit

From NodeSpace Wiki
Revision as of 18:18, 3 June 2023 by Travis (talk | contribs) (Created page with "Cockpit is a web-based GUI for managing servers. == Compatible Distros == 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 === Run the command <code>systemctl enable --now cockpit.socket</code> and then you can access it at https://<server IP>:9090 === Allow Root Access === By default, root is not permitted acces...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.