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? Sign up for a free account.
ngrok config add-authtoken
Start an endpoint:
ngrok http 80
Congratulations, you have an endpoint online!