v1.0.1 — Now in beta

Expose local servers
to the internet

A self-hosted reverse tunnel. One command to make your localhost reachable from anywhere — no configuration, no cloud lock-in.

Start tunneling View on GitHub
apextunnel — zsh
$ ./apex.sh --port 8000 --subdomain test
 
ApexTunnel v1.0.1
─────────────────────────────────────
Account you@gmail.com (Free)
Status ● online
Forwarding https://test.apextunnel.top → localhost:8000
─────────────────────────────────────
 
Requests
10:32:01 GET /api/health 200
10:32:04 POST /auth/login 200
10:32:09 GET /dashboard 200
$
How it works

Five steps.
Zero complexity.

01

Register & get your token

Create a free account. You'll receive a unique token for authentication

here
02

Get client file

Download/ clone clientServer from our official github page using this command

git clone https://github.com/braverachacha/ExposureApp.git
03

Authentication

Authenticate your client server using the example below.

./apex.sh authtoken <your-token>
04

Tunneling

Tunnel your local apllication using the following command

./apex.sh --port <your-port eg 3000>
05

Share your URL

Your local server is now live at xxxxx.apextunnel.top. Share it, test webhooks, demo to clients.

Pricing

Simple, honest pricing.

Free
$0 / forever

Perfect for development, testing, and side projects.

  • 1 active tunnel
  • Random subdomains
  • HTTP + HTTPS
  • Auto-reconnect
  • Reserved subdomains
  • Multiple tunnels
  • Priority support
Get started free

Ready to expose
your localhost?

Free forever. No credit card. No lock-in.

Create free account