Skip to main content
ngrok logo

Download ngrok

ngrok is your app’s front door—and the fastest way to put anything on the internet.

Agent

FreeBSD

Installation

Download a standalone executable with zero run time dependencies. Don’t know your architecture?

In a terminal, extract ngrok:

sudo tar -xvzf ~/Downloads/ngrok-v3-stable-freebsd-amd64.tgz -C /usr/local/bin

Configure and run

Add your authtoken:

Don’t have an authtoken? for a free account.

ngrok config add-authtoken 

Start an endpoint:

ngrok http 80

Congratulations, you have an endpoint online!