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:
Install from Applications:
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
this allows you to load metrics
dnf install dnf-automatic systemctl enable --now dnf-automatic-install.timer
more