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

getenforce                              //check
selinuxsetenforce 0               //temp turn off selinux

(firewall-cmd –add-port=9090/tcp –permanent   /firewall-cmd –permanent –zone=public –add-service=cockpit
firewall-cmd –reload )       // select one of option
192.168.1.128:9090

Gentoo:
git clone https://github.com/cockpit-project/cockpit.git
cd cockpit
./autogen.sh      (need NPM)
after autogen.sh, will show configure
./configure
emerge –search node
emerge -vp net-libs/nodejs
emerge -vp dev-vcs/git
LIBSYSTEMD_CFLAGS=”” LIBSYSTEMD_LIBS=”” ./configure

Cockpit – A Powerful Tool to Monitor and Administer Multiple Linux Servers Using a Web Browser


https://github.com/cockpit-project/cockpit