Skip to content

Publish your localhost application to internet

No signup, download or install is needed

Getting Started

All you have to do is single command on terminal (i believe you have ssh installed by default):

sh
ssh -R 0:localhost:1234 tunnli.dev

this command will publish you app running on port 1234 to internet, you will be given random public subdomain to access your app.

To use static subdomain, you can run command like this:

sh
# you can change "foobar" with any string
ssh -R foobar.tunnli.dev:0:localhost:1234 tunnli.dev

Help

feel free to create an issue in here, we're here to help!