Cockpit software is to view your system info. in a browser.
Information like CPU, Memory, Networking, Storage, Users, etc.,
Install and setup instructions for Fedora :
1. Install like:
dnf install cockpit.x86_64
2. Then, Enable it like:
sudo systemctl enable cockpit.socket
3. Start cockpit service
systemctl start cockpit.socket
4. Enable firewall access
firewall-cmd --add-service=cockpit
5. Make it permanent
firewall-cmd --add-service=cockpit --permanent
https://ip-address-of-machine:9090
You can access following components:
No comments:
Post a Comment