RedHat Cockpit This note was created on 2023-03-20 This note was last edited on 2023-03-20 === Installation === 1. Install Cockpit with additional modules: # dnf install cockpit cockpit-podman cockpit-machines cockpit-networkmanager cockpit-packagekit cockpit-storaged 2. Configure firewall: # firewall-cmd --add-service=cockpit --permanent # firewall-cmd --reload 3. Start Cockpit service: # systemctl enable --now cockpit.socket