Answer-first summary

Par ou commencer dans la documentation InstaTunnel ?

Ordre recommande : installer le CLI, s authentifier, lancer le premier tunnel, puis passer a MCP/webhooks/referrals selon votre cas. Utilisez CLI Flags et Troubleshooting au quotidien.

Derniere revision : March 5, 2026
Compatibilite : La documentation principale couvre CLI v1 par defaut et MCP --transport v2 pour les clients streaming.

Commande rapide

instatunnel auth login -e you@example.com && instatunnel 3000 --subdomain docs-demo

Erreurs courantes et corrections rapides

  • Auth non persistee-Executez instatunnel auth set-key it_your_api_key pour enregistrer votre cle localement.
  • Erreurs 401 de signature webhook-Utilisez les guides de verification de secret sur /docs/webhooks avant les tests de production.

Preuves et confiance

Utilisez ces references pour evaluer la compatibilite, la fiabilite et la securite.

Cadence des releases

Les release notes CLI et docs sont mises a jour en continu, avec des notes de compatibilite par version.

Voir les release notes

Controles de securite

Consultez le security whitepaper pour les politiques, l auth et les protections operationnelles.

Ouvrir le security whitepaper

Options avancees

Advanced InstaTunnel features for power users, complex applications, and enterprise environments.

⚡ Framework Shortcuts

React Development

# Auto-detect React dev server (port 3000)
$ instatunnel --react
🔍 Auto-detected service on port 3000
✅ Tunnel created: https://abc123.instatunnel.my

Automatically detects React development server running on port 3000.

Next.js Development

# Auto-detect Next.js dev server (port 3000)
$ instatunnel --next
🔍 Auto-detected service on port 3000
✅ Tunnel created: https://def456.instatunnel.my

Automatically detects Next.js development server running on port 3000.

Laravel Development

# Auto-detect Laravel dev server (port 8000)
$ instatunnel --laravel
🔍 Auto-detected service on port 8000
✅ Tunnel created: https://ghi789.instatunnel.my

Automatically detects Laravel development server running on port 8000.

📱 Additional Features

QR Code Generation

# Generate QR code for mobile testing
$ instatunnel 3000 --qr
✅ Tunnel created: https://abc123.instatunnel.my
📱 QR code available for mobile testing

Generates a QR code that mobile devices can scan to quickly access your tunnel.

Social Sharing

# Generate social media sharing templates
$ instatunnel --share
📱 InstaTunnel Share Text Generator
đŸŽ¯ Copy one of these templates:
🚀 Check out my local app live: [TUNNEL_URL]

Provides ready-to-use templates for sharing your tunnels on social media.

🔐 Authentication & Security

Password Protection

# Protect your tunnel with a password
$ instatunnel 3000 --password mypassword123
✅ Tunnel created: https://abc123.instatunnel.my
🔒 Password protection enabled

Visitors will be prompted for a password before accessing your application. Perfect for client demos or staging environments.

Basic Authentication

# HTTP Basic Auth
$ instatunnel 3000 --auth username:password
✅ Tunnel created: https://abc123.instatunnel.my
🔒 Basic authentication enabled

Standard HTTP Basic Authentication. More secure than password protection for API access.

🌐 Custom Domains & URLs

Custom Domains (Pro)

# Use your own domain (Pro/Business only)
$ instatunnel 3000 --domain myapp.example.com
✅ Tunnel created: https://myapp.example.com
📋 SSL certificate auto-generated

âš ī¸ Note: Custom domain feature is available in CLI but requires Pro/Business plan. Domain configuration is handled through the dashboard.

⚡ Server Configuration

Regional Selection

# Choose server region (default: us)
$ instatunnel 3000 --region us
✅ Tunnel created via US region
# Short form
$ instatunnel 3000 -r us

â„šī¸ Current Implementation: Region selection is available but currently only 'us' region is supported.

⚡ Advanced Usage: Combine multiple options for powerful workflows: instatunnel 3000 --subdomain myapp --password demo123 --qr --region us

Besoin d un chemin rapide ?

Consultez les offres puis suivez un guide de demarrage.

Pour les endpoints MCP sur Pro/Business, utilisez : instatunnel 8787 --mcp.

Documentation | InstaTunnel