Header ngtunnel

Expose your localhost with ngTunnel

ngTunnel allows you to expose the local applications just with one command.

You can try the below commands to start the remote forwarding:

HTTP Tunnels

ssh -R 80:127.0.0.1:8000 connect.ngtunnel.com

This will generate a Random subdomain that will connect with your private application. You can browse the website with or without the SSL/TLS termination. In addition to it, you can simply scan the QR code to view your application into mobile.

HTTPS/TLS Tunnels

ssh -R 443:127.0.0.1:4443 connect.ngtunnel.com

Again, this will also connnect with your local enviornment with the default ngTunnel SSL Certificate.

TCP Tunnels

ssh -R 0:127.0.0.1:3389 connect.ngtunnel.com

This will generate a random TCP Port and you can access your application globally with that unique TCP port.