Free to start · No account needed

Expose localhost to the internet
in one command

SSH tunnels with automatic HTTPS, Cloudflare WAF, and a live request dashboard. No installs. No config files.

$ ssh -R myapp:80:localhost:3000 [DOMAIN] copy
Start for free See tunnel types →

Free tier · 60 min · no signup required

1
command to start
4
tunnel protocols
60s
to live HTTPS URL
bandwidth on all plans
Three steps. That's it.
1

Run the SSH command

No client to install. Just SSH. Pick a subdomain or get a random one.

ssh -R myapp:80:localhost:3000 [DOMAIN]
2

Get your live URL

Your terminal shows the live HTTPS URL and a dashboard with real-time request logs.

https://myapp.[DOMAIN]
3

Share & demo

Send the URL to anyone. Webhook testing, client demos, IoT — it just works.

HTTP, TCP, TLS, UDP

Every protocol supported out of the box. Switch tunnel types with a single keyword.

HTTP / HTTPS

Web apps, APIs, webhooks. Automatic HTTPS with Cloudflare WAF protection.

ssh -R myapp:80:localhost:3000 [DOMAIN]

TCP

SSH remote access, databases, game servers — any TCP service exposed directly.

ssh -R 0:localhost:22 [DOMAIN]

TLS

End-to-end encrypted tunnels. Traffic never decrypted in transit — zero-trust ready.

ssh -R myapp:443:localhost:8443 [DOMAIN]

UDP

VoIP, game servers, IoT sensors. Low-latency datagram tunneling.

ssh -R 0:localhost:5353 [DOMAIN]
See every request as it happens

No browser tab needed. Your terminal shows traffic, timing, and bytes — in real time.

ssh -R myapp:80:localhost:3000 [DOMAIN]
_ __ ___ _ _ ___ _ ___ _ ___ _ __ | '_ ` _ \ | || | / _ \| | / _ \| '_/ _ \ |/ / | | | | | || || || (_) | |_| (_) | || __/ < |_| |_| |_||___/ \___/|____\___/|_| \___|_|\_\ https://myapp.[DOMAIN] http://myapp.[DOMAIN] expires 59:42 upgrade for unlimited req 24 active 1 184KB 12KB ── requests ──────────────────────────────── 02:14:08 GET /api/products 02:14:09 POST /api/checkout 02:14:11 GET /api/products/42 02:14:14 GET /static/main.js Ctrl+C to close tunnel
Everything you need, nothing you don't

Cloudflare WAF

Every HTTP tunnel sits behind Cloudflare's Web Application Firewall. DDoS protection included, zero config.

Automatic HTTPS

Every tunnel gets a valid TLS certificate instantly. No Certbot, no Let's Encrypt dance.

Live request log

See method, path, bytes in/out — right in your terminal. No browser tab needed.

Custom subdomains

Pick your subdomain. myapp.[DOMAIN] instead of random gibberish.

Bandwidth metrics

Track bytes sent and received per tunnel session. Know exactly what's flowing.

No client install

Pure SSH. Works on any machine that has ssh — Linux, Mac, Windows WSL.

Start free. Upgrade when you need to.
Free
$0 / forever
No account. No credit card. Just SSH and go.
  • HTTP, TCP, TLS, UDP tunnels
  • Custom subdomain
  • Automatic HTTPS
  • Cloudflare WAF
  • Live request dashboard
  • 60 minute timeout
  • No persistent subdomains
Copy SSH command

Your localhost. Live in 10 seconds.

No account. No install. Just one SSH command.

$ ssh -R myapp:80:localhost:3000 [DOMAIN] copy

Get a Pro token →