Ubuntu – KVM Virt-Manager Error: No active connection to Installed on

kvmqemuvirtualization

When I tried to install new virtual machine in virt-manager, virtualization – localhost (QEMU) is not connected.

It shows Error: No active connection to installed on.
How to fix this problem.

Best Answer

Make sure your username is part of the libvirt group. Try running sudo adduser <username> libvirt. This fixed the problem for me.

Related Question