You are on page 1of 1

CARA INSTALL NGROK in TERMUX

1. pkg update && pkg upgrade -y


2. pkg install zip wget -y (This command will
install zip and wget packages in your Termux.
Here zip will be used to unzip the zipped folder of
Ngrok while wget will be used to download the
Ngrok.)
3. download Ngrok to your termux :
wget
https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-
stable-linux-arm.zip
4. Unzip : unzip ngrok-stable-linux-arm.zip
5. chmod +x ngrok (give permission to read, write
and execute)
6. sign up Ngrok and log in
7. go to your authtoken and copy your auth token
8. ./ngrok authtoken
(YOUR_AUTH_TOKEN_HERE)
9. Successful install Ngrok
10. ./ngrok help
11. ./ngrok tcp 1234 – to test your Ngrok
12. If fail, open your hotspot and then try again

You might also like