Cockpit is a server manager that makes it easy to administer your GNU/Linux servers via a web browser.
Cockpit works with RedHat,CentOS,Fedora,Ubuntu,Debian
On CentOS
sudo yum install cockpit
sudo systemctl enable --now cockpit.socket
sudo firewall-cmd --permanent --zone=public --add-service=cockpit
sudo firewall-cmd --reload