When I set up ngrok to open port 5900, or 5901 I get a URL that does not have a port number attached to it.
Most of the VNC clients I have expect there to be a port number after the URL, and some of them will default to adding port 5900 if you do not add one yourself.
Consequently I can't use ngrok to point to my VNC server. Anyone know of a way round that?
Are you invoking ngrok asking for a TCP tunnel? (ngrok -proto=tcp 5901)
Most helpful comment
Are you invoking ngrok asking for a TCP tunnel? (
ngrok -proto=tcp 5901)