Download ngrok
ngrok is your app’s front door—and the fastest way to put anything on the internet.
ngrok is your app’s front door—and the fastest way to put anything on the internet.
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/binAdd your authtoken:
Don’t have an authtoken? Sign up for a free account.
ngrok config add-authtoken <token>Start an endpoint:
ngrok http 80Congratulations, you have an endpoint online!