Install ngrok in Termux

3 min read
You are at the right place if you are Looking for How to install Ngrok in Termux ? Here we will show you how to install Ngrok in Termux step by step...

 

How to install Ngrok in Termux ??





Installation

Paste below codes step by step in Termux

pkg update && pkg upgrade -y
pkg install zip wget -y
wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm.zip
unzip ngrok-stable-linux-arm.zip
chmod +x ngrok

Sign Up & Copy Auth Token

Click Here

Replace "Token" with your's
./ngrok authtoken Token

Ngrok has been successfully installed in your Termux. Use the below command to see how to use Ngrok in Termux.

./ngrok help

I am Kunal and I am 14 years old

You may like these posts

  • Termux ak android emulator h,termux android me Kali linux ka environment provide krta h. agr aapke pas pc h to me kali linux use krne ka suggest krunga agr nahi h to Termux ak kali…
  • Hey Termux Lovers, today we will learn about how to install ipattack tool with easy methods. installation done in just two commands. (adsbygoogle = window.adsbygoogle || …
  •   (adsbygoogle = window.adsbygoogle || []).push({}); #professor { border: 1px solid grey; padding-left: 15px; background-color: gainsboro; border-radius: 15px; f…
  • Hey welcome back, in todays topic we will discuss about capturing the flag through termux ?? yes i have ideas about something new so i am here with first Termux CTF Challenge. it i…
  • Hey Termux Lovers, today we will learn about how to run termux tools and script in PC without any software or tools, using this method you can share your termux to anyone. if …
  •   (adsbygoogle = window.adsbygoogle || []).push({}); #professor { border: 1px solid grey; padding-left: 15px; background-color: gainsboro; border-radius: 15px; f…

Post a Comment