Quick Start
Get your first tunnel running in under 60 seconds.
1. Start Your Local App
First, make sure you have a local application running. For example:
2. Expose It
In another terminal, expose your local app:
You'll see output like:
✓ Connected to tunnel server
✓ Tunnel established
→ Local: http://localhost:3000
→ Public: https://abc123.xpoz.xyz
Press Ctrl+C to stop the tunnel
3. Test It
Open the public URL in your browser or test with curl:
That's it! Your local app is now accessible from anywhere on the internet.
Common Use Cases
Web Development
API Testing
Webhook Testing
Next Steps
- Learn about configuration options
- Explore all available commands