Install Ngrok in Termux - Port Forwarding - Hacking Tools - J Techcode

To create an Account in Ngrok.com

  1. Visit https://ngrok.com
  2. Create account click Sign Up
  3. Login Now
  4. Your Account opened
  5. Download ngrok zip file (Note : Download Linux (ARM) For Termux)
  6. File downloaded successfully
  7. Open file manager and check file in DOWNLOAD folder ( ngrok-stable-linux-arm.zip )

Unzip file and Configure in Termux

  1. Open Termux
  2. Termux-setup-storage (Setup the storage) 
  3. ls
  4. cd storage
  5. ls
  6. Now showing your internal storage files
  7. Check ngrok file downloaded folder & open that folder Ex: File in download folder cd Downloads
  8. unzip  ngrok-stable-linux-arm.zip
  9. File unziped now and move to termux
  10. mv ngrok /$HOME
  11. cd -- (File moved now back)
  12. ls
  13. chmod +x ngrok (change permission)
  14. ls
  15. ./ngrok
  16. Now all commands and helpline for ngrok usage
  17. Now copy and paste the Authtoken (open your ngrok account and copy Authtoken and paste in termux to run)
  18. For example ( ./ngrok authtoken 8hfiInX8Fei2uu3JQU98inMi2uu3JQU98inM )
  19. Now authtoken successfully configured
  20. ./ngrok http 80 (run ngrok ./ngrok protocol port )
  21. Connecting your account

WiFi + Hacking Gadgets