Hello,
I'm running Qemu with the following VNC argsargs: -vnc 0.0.0.0:101,password
Then I'm setting the password withpvesh create /nodes/localhost/qemu/101/monitor -command 'set_password vnc mypasswd'
This let me connect regular VNC client to VM on the 6001 port, and it works very well :D
My...