Last active
September 16, 2022 17:01
-
-
Save abarrak/0bbd58b6ad784e8c7d8140d6e86b7f01 to your computer and use it in GitHub Desktop.
Install & Allow Cockpit on RHEL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo yum install cockpit | |
systemctl enable --now cockpit.socket | |
sudo firewall-cmd --add-service=cockpit --permanent | |
sudo firewall-cmd --reload |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment