Answer-first summary

InstaTunnel docs wa doko kara hajimeru no ga yoi desu ka?

Kono junban ga suisho desu: CLI install -> auth -> first tunnel, sono ato use case ni awasete MCP/webhooks/referrals. Nichijou unyou wa CLI Flags to Troubleshooting o tsukatte kudasai.

Last reviewed: March 5, 2026
Compatibility: Core docs wa CLI v1 default to streaming client no tame no MCP --transport v2 ni taiou shiteimasu.

Quick command

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

Common failures and quick fixes

  • Auth not persisted-instatunnel auth set-key it_your_api_key de key o local ni hozon shite kudasai.
  • Webhook 401 signature errors-Production test mae ni /docs/webhooks no provider betsu secret verification guide o shiyou shite kudasai.

Evidence and trust

Compatibility, reliability, security posture no kakunin ni tsukatte kudasai.

Release cadence

CLI to docs no release notes wa tsune ni update sare, version goto no compatibility note ga arimasu.

View release notes

Security controls

Security whitepaper de policy enforcement, auth layer, operational safeguards o kakunin dekimasu.

Open security whitepaper

Installation

InstaTunnel niwa fukusu no install houhou ga arimasu. NPM ga osusume desu.

🥇 Recommended: NPM (Global Install)

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

Why NPM? Auto update, cross-platform, Node.js workflow to no integration ga dekimasu.

Alternative Installation Methods

🍺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.

Verification & Next Steps

# 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

🎯 Quick Start: Install go, "Your First Tunnel" section de sugu ni saisho no tunnel o tsukuremasu.

Need a quick path?

Plan o mite, hitsuyo na toki ni guided start o tsukatte kudasai.

Pro/Business no MCP endpoint de wa tsugi o tsukatte kudasai: instatunnel 8787 --mcp.

Docs | InstaTunnel