localtunnel: Unable to start LocalTunnel

I tried running localtunnel with command lt --port 2019 but it didn’t work. It didn’t show any error message, any success/warnings. Absolute blank. I had to use Ctrl + C to come out of it.

I used npm i -g localtunnel to install it.

Can anyone help me??

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 51
  • Comments: 51 (1 by maintainers)

Most upvoted comments

I found this workaround. Add -h http://localtunnel.me/ and use the url with http instead of https

please try below code:

“webhook”: “lt -h ‘http://serverless.social’ -p 5000”

I’m fearing this project has been abandoned. 😞

lt -h “http://serverless.social” -p 3000
this worked for me.

lt -h “http://serverless.social” -p 3000

It doesn’t seem to be working anymore.

It was great while it was running. But free stuff can’t last forever. We should donate for server and domain hosting. Sign me up.

A minute of silence for a great project with terrible maintainers

lt -h http://serverless.social -p 3000

this is the fix i found that works well

F for respect

I am now hosting localtunnel.me for this project so it should work like before. The only difference is that I’m handing out subdomains under the domain *.loca.lt instead of *.localtunnel.me (that’s because I don’t have full DNS control and without it can’t get a free wildcard cert for the domain without). Let me know if you run into any issues.

@sasagr this isn’t working for me, which is no surprise as browsing http://localtunnel.me or 92.51.164.34 doesn’t respond with a web page. The server responds to pings, but there doesn’t seem to be a server running.

I’m guessing what happened is that first the ssl certificate expired, resulting in the tunnel not opening, and now either the domain expired as well or the server that was used to host the backend isn’t rented anymore. I guess this project is dead 😕

But, over at https://github.com/localtunnel/server you can find the backend, so you could set it up yourself 😃

So I am guessing this project is now dead. Combination of original #332 @defunctzombie host certificate expiring, @Pirngruber taking over for a while now absent, looks like this is over. Bummer.

I thought @Pirngruber had taken over hosting #338

Enabling debug logs with DEBUG=* show some related information

  localtunnel:client tunnel server offline: connect ECONNREFUSED 92.51.164.34:443, retry 1s +1s
  follow-redirects options {
  protocol: 'https:',
  maxRedirects: 21,
  maxBodyLength: 10485760,
  path: '/?new',
  method: 'GET',
  headers: {
    Accept: 'application/json, text/plain, */*',
    'User-Agent': 'axios/0.19.0'
  },
  agent: undefined,
  auth: undefined,
  hostname: 'localtunnel.me',
  port: null,
  nativeProtocols: {
    'http:': {
      _connectionListener: [Function: connectionListener],
      METHODS: [Array],
      STATUS_CODES: [Object],
      Agent: [Function],
      ClientRequest: [Function: ClientRequest],
      IncomingMessage: [Function: IncomingMessage],
      OutgoingMessage: [Function: OutgoingMessage],
      Server: [Function: Server],
      ServerResponse: [Function: ServerResponse],
      createServer: [Function: createServer],
      get: [Function: get],
      request: [Function: request],
      maxHeaderSize: [Getter],
      globalAgent: [Getter/Setter]
    },
    'https:': {
      Agent: [Function: Agent],
      globalAgent: [Agent],
      Server: [Function: Server],
      createServer: [Function: createServer],
      get: [Function: get],
      request: [Function: request]
    }
  }
}

I have the same problem 😦

Not able to resolve yet. I guess the project is not active anymore.