Questions tagged [localtunnel]

Local tunnel helps you to share localhost web servers to the rest of the world

Local tunnel helps you to share localhost web servers to the rest of the world

65 questions
32
votes
1 answer

How tunneling services like 'Localtunnel' works without SSH?

I want to understand how my local IP address (localhost) can be exposed to Internet. For that I've read [here] a method of port forwarding using SSH. Which basically does routing from publicly available server to our localhost using SSH. But I…
Kaushal28
  • 503
  • 1
  • 6
  • 18
19
votes
9 answers

Localtunnel running problem, doesn't work at all

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?
henri kinaski
  • 211
  • 1
  • 2
  • 6
10
votes
2 answers

Localtunnel: Unable to register tunnel. Perhaps service is down?

I tried running localtunnel with this command: localtunnel 3000 and got this error: [Error] Unable to register tunnel. Perhaps service is down? Is the service down or is there something I can do to fix it?
Keith Johnson
  • 730
  • 2
  • 9
  • 19
8
votes
5 answers

Is the responsive-simulation in Chrome DevTools always accurate?

So I'm building a site and want it to be responsive and mobile compatible. I've been using Chrome DevTools to view the site by different models of devices and it seems to be fine. Anyway, went to test it using localtunnel on my phone and the…
5
votes
0 answers

Hotjar returns 413 Request Entity Too Large

I'm using react-use-hotjar and I can see from adding logging call backs that hotjar is successfully initialising with the correct site id and identifyHotjar calls are working also. However, no recordings are showing up in the hotjar dashboard. In…
sauntimo
  • 1,531
  • 1
  • 17
  • 28
5
votes
2 answers

localtunnel.me fixed url regeneration eveytime server restarts

I am using localtunnel.me (https://github.com/localtunnel/localtunnel) to create a connection to my localhost. I am using the following command at the terminal: lt --port 80 --subdomain test Everytime I restart the server the url is regenerated to a…
the_big_blackbox
  • 1,056
  • 2
  • 15
  • 35
5
votes
1 answer

How localtunnel works under the hood?

I've been using localtunnel for quite a while and now I wonder how it works under the hood. Here is one article I read which explains the same. Here are few terminologies which I don't understand from the above article: the localtunnel server…
Kaushal28
  • 5,377
  • 5
  • 41
  • 72
5
votes
6 answers

Localtunnel alternative not working

I connect my app to Localtunnel. It was working very well until last week, but now it's not working:
Harry1992
  • 453
  • 1
  • 5
  • 12
4
votes
0 answers

Localtunnel with Traefik and ssh

I'm looking for a solution with Traefik to do my own Ngrok alternative. I have multiple a home assistant with the Autossh plugin installed on an another server and would like to access to it by entered the url : home-assistant.server.com Authssh is…
Matthieu
  • 199
  • 2
  • 3
  • 15
4
votes
3 answers

Error: connection refused: localtunnel.me:undefined (check your firewall settings)

I'm trying to set up localtunnel on Ubuntu, but I keep getting the error : your url is: undefined /usr/local/lib/node_modules/localtunnel/bin/client:58 throw err; ^ Error: connection refused: localtunnel.me:undefined (check your…
Program-Me-Rev
  • 6,184
  • 18
  • 58
  • 142
4
votes
0 answers

Websocket communication works with localtunnel but not ngrok

I created a little multiplayer game to learn how Python's asyncio worked. I tested everything on localhost first -- everything worked. I then used ngrok to expose my localhost so I could play with some friends. However, every time they connected…
Peter Wang
  • 1,808
  • 1
  • 11
  • 28
4
votes
1 answer

Localtunnel gem / Net::SSH not working

As per the instructions at http://progrium.com/localtunnel/ and elsewhere: gem install localtunnel localtunnel -k ~/.ssh/id_rsa.pub 3000 I get the error: /path/to/gems/net-ssh-2.6.7/lib/net/ssh/transport/packet_stream.rb:103:in `block in…
3
votes
3 answers

How to SSH tunnel from jump server to another server without directly logging in to the jump server

I know, this question has been asked a lot, but still I have problems using ssh proxy. I have an EC2 server (running a simple web server) which is in a private network in aws. And have a jumphost to connect to it. jumphost is in a public network.…
Jananath Banuka
  • 2,951
  • 8
  • 57
  • 105
3
votes
1 answer

Beyond Code Expose | expose: command not found error in linux

I've composer installed in my linux machine. I wanted to use recently released tunnel application expose which is ngrok alternative. check this here . But after installing I cannot use it as it shows error expose: command not found. Someone posted…
fahim152
  • 2,531
  • 1
  • 10
  • 29
3
votes
1 answer

Only allow computers on the same network using Express-ip-filter

So I'm using localtunnel to expose my ports over the internet, but I only want to let devices on the same network as the server access the server. I'm using express-ip-filter to filter away anything that's on a different network. I tried a few…
Corrado
  • 645
  • 1
  • 6
  • 16
1
2 3 4 5