Announcing ngrok-go: embed ngrok into your Go apps as a net.Listener. Learn more

Install ngrok

The fastest way to put anything on the internet.

Mac OS
Windows
Linux
Docker
Other
Install ngrok via Homebrew
$ brew install ngrok/ngrok/ngrok
Copied!
or
Download ZIP file
Intel (AMD64)
Download
Then unzip ngrok from the terminal
$ sudo unzip ~/Downloads/ngrok-v3-stable-darwin-amd64.zip -d /usr/local/bin
Copied!
Add authtoken
$ ngrok config add-authtoken <token>
Copied!
Don’t have an authtoken?
Start a tunnel
$ ngrok http 80
Copied!