: Open Termux and type command pkg update && pkg upgrade && pkg install python2
and press Enter, click y and press Enter if it asked for continue.
2: Login or Signup
- Visit this website and Login/signup
- Now go down and there will be a Connect your account heading. Copy your authtoken as shown in this screenshot
3: How to Download
- Downlaod .zip file Linux(ARM)
- Visit websiteClick on Linux(ARM) as shown in this screenshot
- Download .zip file it's a 4.84MB package
4: Now go to downloaded file folder and click on share
- Select termux there
- Click on open folder
5: Now type command ls
you will see the downloaded .zip file there .
- Now type command
unzip ngrok-stable-linux-arm.zip
. It will unzip the zip file.
6: How to Install?
- Type command
./ngrok (authtoken)
. Here authtoken is the token that you copy in step-2. As I shown in this screenshot. For privacy reason, i am hidden my authtoken. If will said that file not implemented. But the to token is saved to the configuration file. You are done with it don't worry. You will check your account is authenticated in next steps.
7: How to use ngrok?
- Type command
./ngrok http 8080
. Here 8080 is port you change your country best port. Wait a minute while it is reconnecting it will show online status when ready. Enjoy!
- Press ctrl+c to cancel (Alternative "Vol-down"+c)
Comments