Answer-first summary

Wo sollte ich in der InstaTunnel-Dokumentation starten?

Empfohlene Reihenfolge: CLI installieren, authentifizieren, ersten Tunnel starten und danach MCP/Webhooks/Referrals je Use Case. Fur den Alltag nutze CLI Flags und Troubleshooting.

Zuletzt gepruft: March 5, 2026
Kompatibilitat: Die Kern-Dokumentation entspricht CLI v1 (Standard) und MCP --transport v2 fur Streaming-Clients.

Schnellbefehl

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

Haufige Fehler und schnelle Fixes

  • Auth nicht gespeichert-instatunnel auth set-key it_your_api_key ausfuhren, um den Key lokal zu speichern.
  • Webhook-401-Signaturfehler-Nutze die Secret-Verifizierungsanleitungen unter /docs/webhooks vor Produktionstests.

Evidenz und Vertrauen

Nutze diese Referenzen fur Kompatibilitat, Zuverlassigkeit und Sicherheitslage.

Release-Kadenz

CLI- und Docs-Release-Notes werden laufend aktualisiert, inkl. versionsspezifischer Kompatibilitatshinweise.

Release Notes ansehen

Sicherheitskontrollen

Prufe Policy-Enforcement, Auth-Layer und operative Schutzmechanismen im Security Whitepaper.

Security Whitepaper offnen

Installation

Es gibt mehrere Wege, InstaTunnel zu installieren. Wir empfehlen NPM fur die beste Erfahrung.

🥇 Empfohlen: NPM (globale Installation)

# Install globally via NPM
$ npm install -g instatunnel
# Verify installation
$ instatunnel --version
InstaTunnel CLI 1.1.2
# Ready to use!
$ instatunnel 3000

Warum NPM? Automatische Updates, auf allen Plattformen nutzbar, integriert in Node.js-Workflows.

Alternative Installationsmethoden

🍺Homebrew (macOS/Linux)

# Homebrew formula coming soon
# Currently not available
# Use NPM installation for now
$ npm install -g instatunnel

Homebrew formula is planned but not yet available. Use NPM installation instead.

🍫Chocolatey (Windows)

# Chocolatey package coming soon
# Currently not available
# Use NPM installation for now
$ npm install -g instatunnel

Chocolatey package is planned but not yet available. Use NPM installation instead.

📦Direct Binary Download

# Download for your platform
$ curl -L https://api.instatunnel.my/releases/instatunnel-linux-amd64 -o instatunnel
$ chmod +x instatunnel
$ ./instatunnel 3000

Download pre-built binaries for Linux, macOS, and Windows.

🐳Docker

# Docker images not yet available
# Use direct binary or NPM installation
# Download binary directly:
$ curl -L https://api.instatunnel.my/releases/instatunnel-linux-amd64 -o instatunnel
$ chmod +x instatunnel
$ ./instatunnel 3000

Docker images are planned but not yet available. Use direct binary download or NPM installation instead.

Verifizierung und nachste Schritte

# Check if InstaTunnel is installed correctly
$ instatunnel --version
InstaTunnel CLI 1.1.2
# View available commands
$ instatunnel --help
# Test with your first tunnel
$ instatunnel 3000

🎯 Schnellstart: Nach der Installation gehe zu "Dein erster Tunnel", um deinen ersten Tunnel in Sekunden zu erstellen.

Schneller Pfad gesucht?

Plane ansehen und dann gefuhrt starten.

Fur MCP-Endpunkte auf Pro/Business nutze: instatunnel 8787 --mcp.

Dokumentation | InstaTunnel