Skip to content
TurbotunnelTurbotunnel
Esc
navigateopen⌘Jpreview
On this page

Install Turbotunnel

Install Turbotunnel and the tools needed to deploy a gateway.

Install Turbotunnel globally to use tt in any project. This page also shows how to verify the installed command.

Requirements

Turbotunnel requires Node.js 22 or newer. Deploying a gateway also requires the Vercel CLI and a Vercel account that can create projects.

Install globally

Install the CLI and Vercel CLI, then authenticate:

npm i -g turbotunnel vercel
vercel login

Both tt and turbotunnel run the same CLI:

tt --help
turbotunnel --help

Continue with Get started to deploy a gateway and open your first tunnel. If you already know the job you need to finish, open use cases.

Was this page helpful?