"note":"You will need QEMU and some other dependencies on your host:<br><b>sudo apt install qemu qemu-kvm libvirt-clients libvirt-daemon-system bridge-utils virt-manager</b><br><br>Then, enable libvirt and load the KVM kernel module:<br><b>sudo systemctl enable --now libvirtd<br>sudo systemctl enable --now virtlogd<br><br>sudo modprobe kvm<<br><br>echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs</b><br><br>If you enable the password in the QEMU console, type change vnc password user<br>",