Ngrok: vnc over ngrok

Created on 17 Feb 2015  路  1Comment  路  Source: inconshreveable/ngrok

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?

Most helpful comment

Are you invoking ngrok asking for a TCP tunnel? (ngrok -proto=tcp 5901)

>All comments

Are you invoking ngrok asking for a TCP tunnel? (ngrok -proto=tcp 5901)

Was this page helpful?
0 / 5 - 0 ratings