16
4
Is it possible to specify VNC port number in built-in VNC client of Mac OS X?
I'm trying to connect to Xen VPS machine with Finder's built-in VNC client. I used address like this.
vnc://server:port
But it fails because it uses another port, and Finder's built-in VNC cannot handle port number. As I know it handles the number after colon as display-number, not a port number. Is there a way to specify port number on the VNC client?
Or any workaround for this? (port forwarding??? I have no idea about it...)
Right. In my experience, you cannot use the
vnc://server:1
convention with the Mac built-in VNC client. You have to use the real port number, which would bevnc://server:5901
– wisbucky – 2019-02-28T01:13:20.133