Powered by Mintlify
Auto-generate your docs
Learn how to expose your local server to the internet using Ngrok, including installation, authentication, and starting a tunnel.
tar -xvzf ngrok-v3-stable-linux-amd64.tgz
/usr/local/bin
cp ngrok /usr/local/bin
ngrok config add-authtoken <auth-token>
~/.config/ngrok/ngrok.yml
ngrok http 80 # With a custom domain (if you claimed one) ngrok http --domain=<domain-name> 80