Nginx Proxy Manager
Docker container for managing Nginx proxy hosts with a clean UI and free SSL certificates.
Why consider Nginx Proxy Manager?
Nginx Proxy Manager is an open-source reverse proxy administration web console written in Node.js and React by Jamie Curnow. It provides an intuitive GUI to configure NGINX reverse proxies, automated Let's Encrypt SSL certificate generation, access lists, and custom location directives.
Learn Nginx Proxy Manager by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Nginx Proxy Manager
Nginx Proxy Manager exposes a simple web UI to route incoming HTTP domains to internal Docker containers.
Docker Quickstart
version: '3.8'services: app: image: 'jc21/nginx-proxy-manager:latest' restart: unless-stopped ports: - '80:80' - '81:81' - '443:443'Nginx Proxy Manager is licensed under the GNU General Public License v3.0 (GPL-3.0).
Related tools
More options with a similar category or technology profile.
boringproxy
Simple, self-hosted reverse proxy and tunnel manager for exposing private web services securely.
OWASP ModSecurity
Open-source Web Application Firewall (WAF) engine providing cross-platform HTTP security inspection.
OpenCTI
Open-source platform for managing cyber threat intelligence knowledge and STIX2 relationships.
Maltrail
Malicious traffic detection system utilizing public blacklists and heuristic traffic behavior analysis.