Cockpit - richiedennis/Tech-Journal-SYS265- GitHub Wiki
How to configure, install, and get everything right with Cockpit:
- First we have to install the repository: sudo yum -y install cockpit
- Start and enable the program: systemctl start cockpit, and then systemctl enable cockpit.socket
- Configure the firewall: sudo firewall-cmd --add-service=cockpit --permanent, and then reload, firewall-cmd --reload
NOTE: It's important to note that Cockpit doesn't come with Cockpit-Dashboard auto-installed. You will have to do that with the following command:
- sudo yum install cockpit cockpit-dashboard
- sudo systemctl restart cockpit.socket