How to install ngrok on Kali Linux 2022

In this article, we will see how to install ngrok on Kali Linux 2022 step by step.

ngrok is a free service that helps us to share a site or server running on our local machine.

How to install ngrok on Kali Linux 2022

1. Go to ngrok download page or copy the below link and paste in the web browser.

https://ngrok.com/download

2. Select the operating system type and click on download.

How to install ngrok on Kali Linux 2022

3. After download is completed, extract the zip file using below command.

tar zxvf ngrok-v3-stable-linux-amd64.tgz

4. If you havent signup in ngrok, then sign up. Once you sign up successfully, you receive an email. Go to email and click on the link for verification. otherwise, we will get errors.

5. Now login to ngrok. https://dashboard.ngrok.com/login

6. Now, add the auth token to connect to account.

ngrok config add-authtoken 22dwe2e8djw8dj8djd....

7. To start a HTTP tunnel forwarding to your local port 80, run this next:

./ngrok http 80

Then, we must get output like below:

8. Copy the forwaring link which ends with ngrok.io as highlighted below.

9. Paste it in the browser.

10. Now you can add webapges to /var/www/html/ directory.

We have successfully installed ngrok on Kali Linux.

Watch below tutorial, please video:

Leave a Reply

Your email address will not be published. Required fields are marked *