How To install ngrok in termux in short and simple method
Savan KumarCredit : Scripter Army & Team Scripter
• How to install ngrok in termux in short and simple method
• Install termux
• Goto https://ngrok.com sign-up and copy full authtoken code
• download linux arm file and extract in mobile home storage
• Open termux
• termux-setup-storage
• Press allow
• cd /storage/emulated/0/
• ls
• mv -v /storage/emulated/0/ngrok /$HOME
• ls
• Now open new season
• cd && ls
• chmod +x *
• ls
• Ngrok must change color to Green
• Paste full authtoken code in termux
• Turn on your localhost & hot spot
• ./ngrok http 8080
• If status is online copy forwarding link and paste in chrome
• If status is reconnectiong check you must have localhost and hot spot turned on & wait till 15-20 seconds
• If copied link looks like that
Ex: http://ct5t75****.ngro
• Simple change to
Ex: http://ct5t75****.ngrok.io
• Bingo your localhost is connected to ngrok
• To stop ngrok : CTRL+C
• To Start again : ./ngrok http 8080