Cadencia de releases
Las notas de release de CLI y docs se actualizan continuamente, con notas de compatibilidad por version.
Ver release notesAnswer-first summary
Sigue este orden: instalar CLI, autenticar, ejecutar primer tunel y luego MCP/webhooks/referrals segun tu caso. Usa CLI Flags y Troubleshooting para operacion diaria.
Comando rapido
instatunnel auth login -e you@example.com && instatunnel 3000 --subdomain docs-demoErrores comunes y solucion rapida
Usa estas referencias para evaluar compatibilidad, confiabilidad y seguridad.
Las notas de release de CLI y docs se actualizan continuamente, con notas de compatibilidad por version.
Ver release notesRevisa enforcement de politicas, capas de auth y salvaguardas operativas en el security whitepaper.
Abrir security whitepaperLas guias de troubleshooting cubren fallos comunes, recuperacion y compatibilidad base de CLI.
Leer troubleshooting guidesInstaTunnel supports two levels of authentication: creating an account for enhanced features, and securing your tunnels with password protection or basic auth.
InstaTunnel works immediately without any signup. Perfect for quick testing and development.
Simple password protection - visitors need to enter the password before accessing your tunnel.
Standard HTTP Basic Authentication - more secure than simple password protection.
🔒 Security: Never hardcode passwords in scripts or commit them to version control. Always use environment variables.
| Feature | Anonymous | With Account | Password/Auth |
|---|---|---|---|
| Setup Required | None | Email registration | Set --password or --auth |
| Session Duration | 24 hours | 24 hours (Free) / Unlimited (Pro) | Same as account level |
| Custom Subdomains | ❌ | ✅ | Same as account level |
| Tunnel Security | Public access | Public access | Protected access |
| Best For | Quick testing | Development | Demos, staging |
💡 Recommended: Start with anonymous usage for testing, create an account for development work, and add password protection for demos or staging environments.
Mira planes y luego sigue una guia cuando quieras.
Para endpoints MCP en Pro/Business, usa: instatunnel 8787 --mcp.