Install and Manage Cockpit
Cockpit is a web-based graphical interface for servers, easy, graphical way to administer servers
sudo apt-get install cockpitsudo yum install cockpit
sudo systemctl enable --now cockpit.socket
===== Open the firewall if necessary =====
sudo firewall-cmd --permanent --zone=public --add-service=cockpit
sudo firewall-cmd --reloadRunning Cockpit



Last updated