Home Page Ngrok In Termux
Ngrok in Termux
Ngrok is a tool that provides secure tunnels to expose local servers or services to the internet. It is commonly used by developers to test webhooks, APIs, or websites running on their local machines.
Here are the steps to install Ngrok in Termux. Please follow the steps carefully one by one to avoid any kind of error. Please note that you have to wait for each command to complete.
You Can Install This Tool To Follow These Steps:
Method 1: First of all, open your Termux and then type the below command to update and upgrade your Termux repository.
termux-setup-storage
apt-install
apt update -y
apt upgrade -y
apt install zip -y
pkg install wget -y
Wait for the download to finish. It may take 2 to 5 minutes to download Ngrok depending on your internet speed.
chmod +x setup.sh
bash-setup.sh
Now Ngrok Is Ready To Work.

Method 2: First of all, open your Termux and then type the below command to update and upgrade your Termux repository.
pkg update
pkg upgrade -y
ls- Check Directory
cd- Go Home Directory
Now type the below command. The below command will install zip and wget packages in your Termux. Here zip will be used to unzip the zip folder of Ngrok while wget will be used to download Ngrok.
pkg install zip wget -y
Now type the command as given below to download Ngrok in your Termux.
wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm.zip
Wait for the download to finish. It may take 2 to 5 minutes to download Ngrok depending on your internet speed.
Type the below command in your Termux to unzip the Ngrok folder.
unzip ngrok-stable-linux-arm.zip
After unzip, use the command below to give read, write and execute permissions to Ngrok.
chmod +x ngrok
./ngrok http 8080
Now open the Ngrok website by clicking on the link given below: Ngrok website .
Now you are free to use Ngrok. Thanks, see you in the new post..
Read This Post In Hindi..
Go Home
Discover more from MNS.Code.Blog
Subscribe to get the latest posts sent to your email.
