[SOLVED] VNC args are not working

dcbasso

New Member
Nov 26, 2024
3
0
1
Hello.
I'm trying to enable the VNC following this: https://pve.proxmox.com/wiki/VNC_Client_Access

But seems not to be working. Even trying to use that:

Code:
netstat -tuln | grep ${PORT}

I don't see anything running and even trying to connect was I was not enabled to make it happen.
Is there any tip to make it work? (I'm using 8.3.0)
 
I've tested this here with
Code:
args: -vnc 0.0.0.0:77
in my VM config. If i execute
Code:
netstat -tuln | grep 77
on my Proxmox VE node i get this output:
Code:
tcp        0      0 0.0.0.0:5977            0.0.0.0:*               LISTEN
So correct, one VM is listen on Display 77.

I use RealVNC as a client. I enter the FQDN of the Proxmox VE Node and the display number of the VM's VNC. And I am connected immediately.

mypvenode.lan:77

Are you getting any error messages?
 
I got it... you are right.
I was forcing a specific number... this was my mistake! Thanks a lot!

I was using:
Code:
args: -vnc 0.0.0.0:6200