DEV Community

Cover image for Public Your localhost URLs with Pinggy
Asitha Lakshan
Asitha Lakshan

Posted on

1

Public Your localhost URLs with Pinggy

Pinggy is a secure tunneling service to localhost that allows you to share your website or app easily with the public. It Creates HTTP, TCP, or TLS tunnels to your Mac / PC even if it is sitting behind firewalls and NATs.

You do not need to configure a cloud or server to host your websites or do not need to install any apps or packages into your local PC.

Also, Pinggy provides a powerful TUI and a Web Debugger for monitoring and debugging incoming requests in real-time.

Share your localhost URL

  1. Run your application on localhost
  2. Find the localhost port where your application is running
  3. Goto pinggy.io and enter the Your local port

Image description

  1. Copy the command generated by the pinggy.io and run it on your localhost to start the tunnel ssh -p 443 -R0:localhost:3000 -L4300:localhost:4300 qr@a.pinggy.io
  2. After running the command you can see the public URL and the QR code for the tunnel.

Image description

Speedy emails, satisfied customers

Postmark Image

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay