Release cadence
CLI and docs release notes are updated continuously, with version-specific compatibility notes.
View release notesAnswer-first summary
Follow this order: Install CLI, authenticate, run first tunnel, then move to MCP/webhooks/referrals based on your use case. Use CLI Flags and Troubleshooting for day-to-day operations.
Quick command
instatunnel auth login -e you@example.com && instatunnel 3000 --subdomain docs-demoCommon failures and quick fixes
Use these references when evaluating compatibility, reliability, and security posture.
CLI and docs release notes are updated continuously, with version-specific compatibility notes.
View release notesReview policy enforcement, auth layers, and operational safeguards in the security whitepaper.
Open security whitepaperTroubleshooting guides cover common failures, recovery steps, and CLI compatibility baselines.
Read 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.
See plans, then jump into a guided start whenever you are ready.
For MCP endpoints on Pro/Business, use: instatunnel 8787 --mcp.