Cockpit

Centos:

yum -y install cockpit
yum -y install cockpit-*          //install all modules
#yum install cockpit-docker (cockpit-storaged, cockpit-kubernetes,cockpit-ws)
systemctl start cockpit
systemctl enable cockpit (systemctl enable –now cockpit.socket)
systemctl stop firewalld

systemctl disable firewalld Continue reading “Cockpit”