Install Ngrok on Ubuntu
The documentation overview of Ngrok define him as a:
ngrok is your app's front door. ngrok is a globally distributed reverse proxy that secures, protects and accelerates your applications and network services, no matter where you run them. ngrok supports delivering HTTP, TLS or TCP-based applications.
It's possible using many ways on Linux for install Ngrok. In this article, I show how to install using the unzip. To do this, follow this steps:
wget
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgzsudo tar -xvzf
./ngrok-v3-stable-linux-amd64.tgz-C
/usr/local/bin
Now, just run ngrok --help
to see if the tool is installed correctly.
Subscribe to my newsletter
Read articles from Thalles Lossurdo directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by