Nginx Proxy Manager
Nginx Proxy Manager (NPM) is an open-source tool that provides a simple, web-based graphical user interface (GUI) for managing Nginx reverse proxies. It's designed to simplify the complexities of configuring web servers, SSL certificates, and reverse proxies, making it accessible even for users without deep expertise in Nginx or command-line operations.
How to start
- Create a
.envfile based on the.env.examplefile. - Set the
NGINX_DATAandNGINX_LETSENCRYPTvariables in the.envfile. - Run
docker-compose up -dto start the application. - The application will be available at http://localhost:81.
Setup
After starting the application, you can access the web interface and log in with the default credentials:
- Email:
admin@example.com - Password:
changeme
You will be prompted to change the password after your first login.