CentOS
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
