Cockpit


Cockpit is a server manager that makes it easy to administer your GNU/Linux servers via a web browser.

Cockpit works with RedHat,CentOS,Fedora,Ubuntu,Debian

On CentOS

Install cockpit:


sudo yum install cockpit

Enable cockpit:


sudo systemctl enable --now cockpit.socket

Open the firewall if necessary:


sudo firewall-cmd --permanent --zone=public --add-service=cockpit

sudo firewall-cmd --reload

These writings represent my own personal views alone.
Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.