S squirell Member Apr 1, 2021 50 2 13 Jun 9, 2021 #1 Is there a way to connect to VM VNC console externally? In this case qemu should listen port 5900-59xx
Is there a way to connect to VM VNC console externally? In this case qemu should listen port 5900-59xx
oguz Proxmox Retired Staff Retired Staff Nov 19, 2018 5,207 800 118 Jun 9, 2021 #2 hi, take a look here [0] [0]: https://pve.proxmox.com/wiki/VNC_Client_Access Reactions: squirell
S squirell Member Apr 1, 2021 50 2 13 Jun 9, 2021 #3 oguz said: hi, take a look here [0] [0]: https://pve.proxmox.com/wiki/VNC_Client_Access Click to expand... Great, thanks
oguz said: hi, take a look here [0] [0]: https://pve.proxmox.com/wiki/VNC_Client_Access Click to expand... Great, thanks
H hessian Member Proxmox Subscriber Aug 16, 2021 4 0 6 46 Sep 7, 2021 #4 It seems this is out of date, or at least does not apply for v7? ``` kvm: -vnc:0.0.0.0:105: invalid option ``` Last edited: Sep 7, 2021
It seems this is out of date, or at least does not apply for v7? ``` kvm: -vnc:0.0.0.0:105: invalid option ```
H hessian Member Proxmox Subscriber Aug 16, 2021 4 0 6 46 Sep 7, 2021 #5 ... nevermind ... my syntax error ... should be ``` args: -vnc 0.0.0.0:105 ``` ... i had a colon after the vnc ``` args: -vnc:0.0.0.0:105 ```
... nevermind ... my syntax error ... should be ``` args: -vnc 0.0.0.0:105 ``` ... i had a colon after the vnc ``` args: -vnc:0.0.0.0:105 ```