INSTALL NGROK ON TERMUX
STEPS
1: Go to https://ngrok.com
2: Create account click signup
3: Login to your account
4: Download ngrok zip file ( Download for Linux )
5: Open the file in download folder ( ngrok-stable-linux-arm.zip )
6: Unzip the zip file using Z Archiver save the file to downloads folder
Open Termux
pkg upgrade
Pkg update
termux-setup-storage
Ls
Cd storage
Cd downloads
Cp ngrok /$HOME
ls
cd --
ls
Now Again open ngrok.com
Copy the token link
Open Termux
Paste the link and enter then
./ngrok http 80
If showing Connecting the Just turn On Your wifi hotspot
Comments
Post a Comment