Installation

Multiple ways to install InstaTunnel. We recommend NPM for the best experience.

🥇 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? Automatic updates, works on all platforms, integrates with Node.js workflows, and provides the latest features.

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: Once installed, jump to the "Your First Tunnel" section to create your first tunnel in seconds!

Besoin d un chemin rapide ?

Consultez les offres puis suivez un guide de demarrage.

For MCP endpoints on Pro/Business, use instatunnel 8787 --mcp.

Documentation | InstaTunnel