Votre premier tunnel

Create your first tunnel in 30 seconds or less. This guide walks you through the process step by step.

Prerequisites: Make sure you have InstaTunnel installed. If not, check the Installation section first.

Step 1: Start Your Application

First, make sure your local application is running:

# Example: Start a simple HTTP server
$ python -m http.server 3000
Serving HTTP on 0.0.0.0 port 3000...

Step 2: Create Your First Tunnel

# Create tunnel to port 3000
$ instatunnel 3000
[OK] Tunnel created: https://abc123.instatunnel.my
[INFO] URL copied to clipboard.
[INFO] Forwarding https://abc123.instatunnel.my -> localhost:3000

Step 3: Test Your Tunnel

Open the tunnel URL in your browser or share it with others. Your local application is now accessible worldwide!

Congratulations. You have created your first InstaTunnel. The URL stays active while the tunnel is running.

Besoin d un chemin rapide ?

Consultez les offres puis suivez un guide de demarrage.

For MCP endpoints on Pro/Business, use instatunnel 8787 --mcp.

Documentation | InstaTunnel