Cockpit

Uit WaaaghPedia

https://cockpit-project.org/running.html#centos

CentOS 7

sudo yum install cockpit storaged pcp -y
systemctl start pmcd
systemctl enable pmcd
systemctl start pmie
systemctl enable pmie
systemctl start pmlogger
systemctl enable pmlogger
systemctl start cockpit.socket
systemctl enable --now cockpit.socket
firewall-cmd --permanent --zone=public --add-service=cockpit
firewall-cmd --reload