Install Cockpit, Firewalld & KVM


dnf -y install cockpit firewalld
systemctl enable --now cockpit.socket
systemctl enable firewalld
systemctl start firewalld
systemctl status firewalld
firewall-cmd --add-service=cockpit --permanent
firewall-cmd --reload

dnf install -y qemu-kvm virt-manager libvirt virt-install virt-viewer virt-top libguestfs-tools
systemctl start libvirtd
systemctl enable --now libvirtd
systemctl status libvirtd

dnf install -y cockpit-machines
systemctl restart cockpit
systemctl status cockpit