Hello,
I'm running Qemu with the following VNC args
Then I'm setting the password with
This let me connect regular VNC client to VM on the 6001 port, and it works very well :D
My problem is since proxmox 3.3, the great noVNC console is shutting down the VNC port when launched.
When I start a noVNC console, the 6001 port no more reply (which could be fine during the noVNC session).
The problem is when I close the noVNC popup, proxmox doesn't give me back the direct VNC port. :(
Any idea how to restore the vnc server on port 6001 when noVNC is closed ?
Thanks !
RCK
I'm running Qemu with the following VNC args
Code:
args: -vnc 0.0.0.0:101,password
Code:
pvesh create /nodes/localhost/qemu/101/monitor -command 'set_password vnc mypasswd'
My problem is since proxmox 3.3, the great noVNC console is shutting down the VNC port when launched.
When I start a noVNC console, the 6001 port no more reply (which could be fine during the noVNC session).
The problem is when I close the noVNC popup, proxmox doesn't give me back the direct VNC port. :(
Any idea how to restore the vnc server on port 6001 when noVNC is closed ?
Thanks !
RCK