Skip to content

Instantly share code, notes, and snippets.

@abarrak
Last active September 16, 2022 17:01
Show Gist options
  • Save abarrak/0bbd58b6ad784e8c7d8140d6e86b7f01 to your computer and use it in GitHub Desktop.
Save abarrak/0bbd58b6ad784e8c7d8140d6e86b7f01 to your computer and use it in GitHub Desktop.
Install & Allow Cockpit on RHEL
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