How to install ngrok in Termux for automatic

Hello guy’s Welcome to another article, In this article I’m going to show you how to install ngrok in termux for automatic installation script
 
How to install ngrok in Termux for automatic

What is ngrok?

ngrok is a cross-platform application that enables developers to expose a local development server to the Internet with minimal effort. The software makes your locally-hosted web server appear to be hosted on a subdomain of ngrok.com, meaning that no public IP or domain name on the local machine is needed.

Requirement’s

  • Android version 5.0 and above
  • Termux application
  • Git package
  • Update your termux package up-to date

Tested Platform

  • Termux application

How to install ngrok for automatic

Step 1: Clone package

First, we need to download the ngrok automatic installation tool so type this below command in your termux application.

git clone https://github.com/Ch33chOficial/Gr3n0k.git

How to install ngrok in Termux for automatic

Step 2: Change the directory

Now type this below command in your termux application. this command will help you to change your directory to ngrok installation script

cd Gr3n0k

How to install ngrok in Termux for automatic

Step 3: Change the Permission

Now we need to permit to read, Write and execute autenticate.sh bash script file so type this below command in your termux.

chmod +x autenticate.sh

give the permission

Step 4: Install Ngrok

Now type this below command on your termux this command will help you to automatically install the ngrok tool in your termux.

bash autenticate.sh

ngrok installetion script

 

Post a Comment

Previous Post Next Post