How to Install Nginx Proxy Manager on Kali Linux Latest

Nginx Proxy Manager is an open-source tool designed to control Nginx servers used as HTTP(s) reverse proxy. In this tutorial, you will learn how to install Nginx Proxy Manager on Kali Linux Latest.

Requirements

Step 1: Update System and Install Required Packages

First, update your Kali Linux system to the latest version and ensure that Docker and Docker Compose are installed.

sudo apt update && sudo apt upgrade -y

sudo apt install -y docker.io docker-compose

Step 2: Clone Nginx Proxy Manager Repository

Next, clone the Nginx Proxy Manager repository from Github.

git clone https://github.com/jc21/nginx-proxy-manager.git

Step 3: Build and Start Nginx Proxy Manager

After cloning, navigate to the Nginx Proxy Manager directory and execute the following command to build and start the container:

cd nginx-proxy-manager/

sudo docker-compose up -d

This will build the Docker container and start the Nginx Proxy Manager service.

Step 4: Access Nginx Proxy Manager

Finally, access the Nginx Proxy Manager web interface by opening a web browser and navigating to the following URL:

http://localhost:81/

You will be prompted to create an administrator account for Nginx Proxy Manager. Once you have done that, you can start configuring your proxies as needed.

Conclusion

Nginx Proxy Manager is an excellent tool for managing and configuring Nginx servers used as reverse proxies. Installing it on Kali Linux using Docker is a quick and easy process, and once installed, you can create and manage your proxies easily.

If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!

Alternatively, for the best virtual desktop, try Shells!