https://catalogartifact.azureedge.net/publicartifacts/pcloudhosting.proxymanage-f050de43-4879-43c9-8f08-35f7f9fdbc7a/image2_pcloud.txt.png
Nginx Proxy Manager
por pcloudhosting
Need custom pricing or terms? Request a private offer directly from the seller - tailored for your organization.
Just a moment, logging you in...
Version 2.15.1 + Free Support on Ubuntu 26.04
Nginx Proxy Manager is an open-source web-based reverse proxy management solution built on Nginx. It provides an easy-to-use graphical interface for configuring proxy hosts, SSL/TLS certificates, redirects, access lists, and domain-based routing. Nginx Proxy Manager helps simplify the secure management and exposure of web applications, APIs, dashboards, and other services.
Features of Nginx Proxy Manager:- Manage Nginx reverse proxy hosts through an easy-to-use web interface.
- Configure domain-based routing for web applications and backend services.
- Create and manage SSL/TLS certificates using Let's Encrypt.
- Support automatic SSL certificate renewal for configured domains.
- Configure redirects, access lists, and basic access control.
- Manage multiple domains and backend applications from a centralized interface.
Nginx Proxy Manager Usage:
$ sudo su $ cd /opt/nginx-proxy-manager $ Start Nginx Proxy Manager: docker compose up -d $ Check container status: docker compose ps $ Access the administration interface in your browser: http://server-ip:81 # View Login credentials: $ cat /var/nginx/credentials.txt $ Verify version: docker exec nginx-proxy-manager cat /app/package.json | grep '"version"'