Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Localtunnel running problem, doesn't work at all

Tags:

localtunnel

I installed localtunnel globaly by runnnig this command npm install -g localtunnel.

After that when I run lt --port 8080, absolutely nothing happens. Does anyone know why?

like image 774
henri kinaski Avatar asked Dec 23 '19 11:12

henri kinaski


People also ask

How do I start Localtunnel?

When localtunnel is installed globally, just use the lt command to start the tunnel. Thats it! It will connect to the tunnel server, setup the tunnel, and tell you what url to use for your testing. This url will remain active for the duration of your session; so feel free to share it with others for happy fun time!

Is Localtunnel safe to use?

The npm package localtunnel was scanned for known vulnerabilities and missing license, and no issues were found. Thus the package was deemed as safe to use.


2 Answers

It appears that the author isn't maintaining Local Tunnel much these days, but there was a helpful comment on the github issue dealing with this. At the time of writing this, you can generate a Local Tunnel with

lt -h "http://serverless.social" -p 8080
like image 85
Walldro Avatar answered Oct 02 '22 23:10

Walldro


run this

lt -h "https://serverless.social" -p 8080

it should work

like image 38
Petit Emmanuel Avatar answered Oct 03 '22 00:10

Petit Emmanuel