Ngrok
#2623
Replies: 1 comment 2 replies
-
apt update
apt install -y wget proot git
git clone https://github.com/MFDGaming/ubuntu-in-termux.git
cd ubuntu-in-termux/
chmod +x ubuntu.sh
./ubuntu.sh
./startubuntu.sh
apt update
apt install -y zip unzip
wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm64.tgz
tar -xzvf ngrok-stable-linux-arm64.tgz
cd ngrok-stable-linux-arm64
./ngrok authtoken [Token] Tokens can be obtained here |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys how do i install and run ngrok in termux.(im new)
Beta Was this translation helpful? Give feedback.
All reactions