VMDashboard / vmdashboard

web-based open source virtualization management interface for QEMU and KVM virtual machines
https://vmdashboard.org
Other
68 stars 40 forks source link

Cannot connect to console. #17

Open mxrgavinh opened 3 years ago

mxrgavinh commented 3 years ago

I am unable to connect to a console of a VM, the web gui just sits on "Connecting" - any suggestions?

grootsys24 commented 3 years ago

Have you done this?

To use VNC to connect into your virtual machines, you will need to edit the /etc/libvirt/qemu.conf file.
Be sure to allow listening on IP address 0.0.0.0 by uncommenting the line 
#vnc_listen = “0.0.0.0” and saving the file.

sudo nano /etc/libvirt/qemu.conf
rwierenga commented 2 years ago

I have this same issue, but changing vnc_listen did not fix it. please advise.