Install Ngrok And Use It In Termux
Hi viewer, if you are searching the best article about what is Ngrok and how to use it in termux then this article is perfect for you.
Here are the another tutorial, in this post I will show you what is Ngrok and how you can use it in termux. So let start....
What Is Ngrok ?
Ngrok is a cross-platform application that enables developers to expose a local development server to the Internet with minimal effort. The software makes your locally-hosted web server appear to be hosted on a subdomain of ngrok.com, (meaning that no public IP or domain name on the local machine is needed) ngrok is able to bypass NAT Mapping and firewall restrictions
How To Use It In Termux ?
1. Sign Up In Ngrok website
2. Download Grok zip file
Dashboard > linux (ARM) > grok file
3. After ngrok zip Downloading completes. Now in the same dashboard page, you can see (3) Connect Your Account in that you can see Authtoken now copy the whole Authtoken...
Now follow me on termux
Open Termux
1. Update your package
apt update
apt upgrade
2. Allow Storage permission
termux-setup-storage
3. Go to download file and search Ngrok zip and unzip this file by using RAR file. And past the unzip file into internal storage
After pasting that open your Termux app and apply the below commands.
cd /sdcard
ls
cp ngrok $HOME
cd
chmod +x *
ls
4. Now past the authtoken that you copy from the Ngrok website
Now the Ngrok is install in your termux
To run Ngrok put this command in your termux
./ngrok http 80
NOTE: OPEN HOTSPOTS TO RUN NGROK SERVER
5. To Stop Ngrok press up volume button + c
