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 works seamlessly with all major development frameworks. Here are optimized setups for popular tools and frameworks.
React development servers typically run on port 3000. InstaTunnel automatically detects this and creates your tunnel instantly.
--subdomain my-react-app for consistent URLs during developmentPerfect for testing SSR, API routes, and sharing Next.js applications with clients or team members.
Vite uses port 5173 by default, while Vue CLI uses 8080. InstaTunnel auto-detects both.
Angular CLI serves on port 4200. Perfect for sharing prototypes and testing PWA features.
Perfect for API development, webhook testing, and sharing backend services.
Great for testing Laravel applications, sharing with clients, and webhook integrations.
Flask typically runs on port 5000. Perfect for ML model APIs and Python web services.
Perfect for sharing static sites and testing GraphQL queries.
Great for GitHub Pages development and blog previews.
Fast static site sharing and content preview.
Vue.js SSR applications and universal apps.
Add InstaTunnel to your npm scripts for quick access:
Run InstaTunnel alongside your containerized applications for easy sharing.
⚡ Universal Tip: Most development servers can be auto-detected by running just instatunnel without a port number. InstaTunnel will scan common ports and connect to the first running application it finds.
See plans, then jump into a guided start whenever you are ready.
For MCP endpoints on Pro/Business, use: instatunnel 8787 --mcp.