cockpit fedora

Install cockpit:

sudo dnf install cockpit

Enable cockpit:

sudo systemctl enable --now cockpit.socket

Open the firewall if necessary:

sudo firewall-cmd --add-service=cockpit
sudo firewall-cmd --add-service=cockpit --permanent

Connect:

https://ipaddress:9090/

Virtual Machines

Install from Applications:

  • Machines (for virtual machines)

or from the commandline:

dnf install cockpit-machines

dnf install @virtualization

sudo systemctl start libvirtd

start on boot: sudo systemctl enable libvirtd

verify working: lsmod | grep kvm more

Install cockpit-pcp

this allows you to load metrics

install dnf update

dnf install dnf-automatic systemctl enable --now dnf-automatic-install.timer more