Installation Guide
Fedora
#Install cockpit:
sudo dnf install cockpit
#Enable cockpit:
sudo systemctl enable --now cockpit.socket
Created symlink /etc/systemd/system/sockets.target.wants/cockpit.socket
#Open the firewall if necessary:
sudo firewall-cmd --add-service=cockpit
sudo firewall-cmd --add-service=cockpit --permanentRed Hat Enterprise Linux
#On RHEL 7, enable the Extras repository. RHEL 8 does not need any non-default repositories.
sudo subscription-manager repos --enable rhel-7-server-extras-rpms
#Install cockpit:
sudo yum install cockpit
#Enable cockpit:
sudo systemctl enable --now cockpit.socket
#On RHEL 7, or if you use non-default zones on RHEL 8, open the firewall:
sudo firewall-cmd --add-service=cockpit
sudo firewall-cmd --add-service=cockpit --permanentFedora CoreOS
Project Atomic
CentOS
Debian
Ubuntu
Last updated