Install and Manage Cockpit
Cockpit is a web-based graphical interface for servers, easy, graphical way to administer servers
Cockpit is included in Ubuntu 17.04 and later, and available as an official backport for 16.04 LTS and later. Backports are enabled by default, but if you customized apt sources you might need to enable them manually.
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
If you already have Cockpit on your server, point your web browser to: https://ip-address-of-machine:9090
Use your system user account and password to log in.



Reference: https://cockpit-project.org/ https://www.youtube.com/watch?v=1HEO7qXa6jo
Last updated
Was this helpful?