LE
LocalExpose

LocalExpose

Expose your localhost to the internet with a single command.

terminal
$ssh -R 3000:localhost:3000 localexpose.net
Tunnel created!
Forwarding:https://my-app.localexpose.net

Instant Setup

No signup, no installation. Just SSH and go.

Secure by Default

HTTPS by default with automatic SSL certificates.

Custom Subdomains

Choose your own subdomain or get a random one.

Developer Friendly

Perfect for webhooks, demos, and testing APIs.

Get Started
Generate Your Command

The port your local server is running on

Leave empty for a random subdomain

ssh -R 3000:localhost:3000 localexpose.net
How It Works
1

Run the Command

Copy and paste the SSH command into your terminal

2

Get Your URL

Instantly receive a public HTTPS URL for your local server

3

Share & Test

Share the URL with anyone. Perfect for webhooks and demos.

$ Example Commands

ssh -R 80:localhost:3000 localexpose.net→ Random subdomain
ssh -R myapp:80:localhost:8080 localexpose.net→ https://myapp.localexpose.net
ssh -R api:80:localhost:5000 localexpose.net→ https://api.localexpose.net