Cockpit is an interactive Linux server admin interface. You can use it to monitor/ manage a Linux node through a web browser.
Install Cockpit on the Linux machine
yum install cockpit -y
systemctl start cockpit
systemctl enable --now cockpit.socket
Cockpit is an interactive Linux server admin interface. You can use it to monitor/ manage a Linux node through a web browser.
yum install cockpit -y
systemctl start cockpit
systemctl enable --now cockpit.socket