Release-Kadenz
CLI- und Docs-Release-Notes werden laufend aktualisiert, inkl. versionsspezifischer Kompatibilitatshinweise.
Release Notes ansehenAnswer-first summary
Empfohlene Reihenfolge: CLI installieren, authentifizieren, ersten Tunnel starten und danach MCP/Webhooks/Referrals je Use Case. Fur den Alltag nutze CLI Flags und Troubleshooting.
Schnellbefehl
instatunnel auth login -e you@example.com && instatunnel 3000 --subdomain docs-demoHaufige Fehler und schnelle Fixes
Nutze diese Referenzen fur Kompatibilitat, Zuverlassigkeit und Sicherheitslage.
CLI- und Docs-Release-Notes werden laufend aktualisiert, inkl. versionsspezifischer Kompatibilitatshinweise.
Release Notes ansehenPrufe Policy-Enforcement, Auth-Layer und operative Schutzmechanismen im Security Whitepaper.
Security Whitepaper offnenTroubleshooting-Guides decken haufige Fehler, Recovery-Schritte und CLI-Baselines ab.
Troubleshooting-Guides lesenConfigure InstaTunnel with config files and environment variables for persistent settings.
Create a global config file at ~/.instatunnel.yaml:
💡 Tip: Config file is automatically loaded if present in your home directory.
Use a custom config file location with the --config flag:
InstaTunnel automatically reads environment variables that match config keys:
🔒 Security: Never commit API keys to version control. Use environment variables for sensitive data.
InstaTunnel follows this configuration priority (highest priority first):
--api-key your_keyAPI_KEY=your_key~/.instatunnel.yaml| Option | Flag | Env Variable | Description |
|---|---|---|---|
api_key | --api-key | API_KEY | Your InstaTunnel API key |
server_url | --server | SERVER_URL | InstaTunnel server URL |
🎯 Best Practice: Store your API key in the config file (~/.instatunnel.yaml) or environment variable for convenience. Use command-line flags for temporary overrides.
Plane ansehen und dann gefuhrt starten.
Fur MCP-Endpunkte auf Pro/Business nutze: instatunnel 8787 --mcp.