To install Cockpit on Fedora, first update your system with
sudo dnf -y update, then install the Cockpit package using
sudo dnf -y install cockpit. Next, enable and start the Cockpit service with
sudo systemctl enable --now cockpit.socket. Finally, allow Cockpit through
the firewall with
sudo firewall-cmd --add-service=cockpit --permanent and
sudo firewall-cmd --reload, then access it in your browser at
https://your-server-ip:9090.