Wednesday 18 July 2018

How to Install And Configure Ngrok tool in Termux




What is Ngrok?
Ngrok exposes local servers behind NATs and firewalls to the public internet over secure tunnels.

How it works

You download and run a program on your machine and provide it the port of a network service, usually a web server.
It connects to the ngrok cloud service which accepts traffic on a public address and relays that traffic through to the ngrok process running on your machine and then on to the local address you specified
A few great features

Secure Tunnels
Request Inspection
Fast
No more port forwarding
Password Protected
TCP Tunnels
Websocket Support
Multiple Simultaneous Tunnels
Replay Webhook Requests
Target virtual-host sites
Automate ngrok via API
Shared account access for teams

HOW  TO  DOWNLOAD  AND  INSTALL  NGROK  TOOL IN  TERMUX 

 Step 1: First of all go to ngrok website and then signup.

Website link:-  https://dashboard.ngrok.com/user/signup

Step 2: After signup. Login your account.

Step 3: Now click on Download.After completing download. Unzip that file in same folder

 

Step 4: Now open Termux.

Step 5: NOW setup storage

Termux-setup-storage


Then click on allow.

NOTE:- With this step 5 you can access your storage file in termux. (IF you already step up this then skip this step)

Step 6: Now go to your download folder by using cd

 

Step 7: 

cd ngrok-stable-linux-arm

Step 8: 

mv -v ngrok /$HOME


Step 9:

cd

Step 10:

chmod +x ngrok

Step 11:

./ngrok authtoken <YOUR_AUTH_TOKEN>

NOTE:- USE your token(you will get token from website(ngrok) ).

Step 12: 

./ngrok http 40


Thanks it..

Thanks for reading/visting our website.

Note: if you have any queries then you can comment below. I will clear your doubts and error.
this tutorials is for educational purpose only.

subscribe my website to get latest stuff like this..

 


No comments:

Post a Comment