Install Cockpit on CentOS 7

 

Cockpit is included in CentOS 7.x:

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

Open Browser to IP address of server port 9090

http://x.x.x.x:9090

and login


WordPress Appliance - Powered by TurnKey Linux