Documentation

Complete guide to using InstaTunnel - the professional ngrok alternative. Get up and running in under 30 seconds.

Navigation

Quick Start Guide

Get up and running with InstaTunnel in under 30 seconds. No signup required for basic usage.

# Install InstaTunnel
$ npm install -g instatunnel
# Expose your local app instantly
$ instatunnel 3000
✅ Tunnel created: https://abc123.instatunnel.my
📋 URL copied to clipboard!

🚀 Zero Configuration

Just run instatunnel 3000 and your app is live instantly. No config files, no signup required.

🔒 HTTPS by Default

Every tunnel gets automatic HTTPS with valid SSL certificates. Perfect for testing webhooks and APIs.

What happens when you run InstaTunnel?

  1. InstaTunnel connects to our global tunnel network
  2. A unique subdomain is assigned (e.g., abc123.instatunnel.my)
  3. SSL certificate is automatically provisioned
  4. Your localhost:3000 is now accessible worldwide
  5. Real-time analytics start tracking your traffic

💡 Pro Tip

InstaTunnel automatically detects common development ports. Just run instatunnel without a port number and we'll find your running application.