User-Friendly Interface
Nginx Proxy Manager comes with an intuitive, easy-to-use graphical interface that simplifies the setup and management of proxies.
Free and Open Source
It is free to use and is open-source software, allowing for community contributions and customizable features.
SSL Certificate Management
The platform allows for straightforward management of SSL certificates, including automatic renewal with Let's Encrypt.
Docker Integration
Nginx Proxy Manager is available as a Docker container, making it easy to integrate into various environments and simplifying deployment.
Multi-Host Support
Easily configure multiple hosts and services through the management interface, which is useful for managing a large number of services.
Access Control
It provides customizable access lists and HTTP Basic Authentication to secure your services.
Promote Nginx Proxy Manager. You can add any of these badges on your website.
We have collected here some useful links to help you find out if Nginx Proxy Manager is good.
Check the traffic stats of Nginx Proxy Manager on SimilarWeb. The key metrics to look for are: monthly visits, average visit duration, pages per visit, and traffic by country. Moreoever, check the traffic sources. For example "Direct" traffic is a good sign.
Check the "Domain Rating" of Nginx Proxy Manager on Ahrefs. The domain rating is a measure of the strength of a website's backlink profile on a scale from 0 to 100. It shows the strength of Nginx Proxy Manager's backlink profile compared to the other websites. In most cases a domain rating of 60+ is considered good and 70+ is considered very good.
Check the "Domain Authority" of Nginx Proxy Manager on MOZ. A website's domain authority (DA) is a search engine ranking score that predicts how well a website will rank on search engine result pages (SERPs). It is based on a 100-point logarithmic scale, with higher scores corresponding to a greater likelihood of ranking. This is another useful metric to check if a website is good.
The latest comments about Nginx Proxy Manager on Reddit. This can help you find out how popualr the product is and what people think about it.
Why not just Nginx Proxy Manager? Solves both the Proxy issue as well as TLS/SSL. https://nginxproxymanager.com/. - Source: Hacker News / about 1 month ago
You can use https://nginxproxymanager.com/ to manage various services on your homelab. It works flawlessly with Tailscale - I can connect to my tailnet and simply type http://service.mylocaldomain to open the service. - Source: Hacker News / 2 months ago
Gone are the days of manually managing all of your subdomains and certificates in Cloudflare and Nginx Proxy Manager, just setup a wildcard, and Coolify will handle the rest. - Source: dev.to / 9 months ago
Nginx Proxy Manager โ self-hosted reverse proxy with SSL built-in. - Source: dev.to / 11 months ago
Nginx Proxy Manager: if you want that dashboard life with SSL and subdomain routing. - Source: dev.to / 11 months ago
I began to self-host a Minecraft server using Crafty Controller, an Excalidraw instance, Docmost to replace Notion, Plane to replace Jira, and Penpot to replace Figma. To be able to access them from the internet, I used Nginx Proxy Manager to set up reverse proxies with SSL. You can use Traefik or Caddy instead, but I enjoyed the ease-of-use of NPM. For a dashboard solution, I started with Homarr, but later... - Source: dev.to / about 1 year ago
Pi-hole is a killer application and I've loved it since I got it setup. One other app I highly recommend to run on your Pi in addition to Pi-hole is Nginx Proxy Manager[1]. [1]: https://nginxproxymanager.com/. - Source: Hacker News / about 1 year ago
If anyone is looking for one, https://nginxproxymanager.com/ Been using it for years and itโs been solid. - Source: Hacker News / over 1 year ago
Most people will use nginx-proxy [0] or Traefik [1] for front ending home labs with LetsEncrypt certs... Beyond that people will protect them with things like Tailscale [2], Cloudflare Tunnels [3] or even just mTLS [4] for protected access. Home labbing today has a lot of amazing software and it's hard to keep up! And as for dashboarding [5] on top of all this there are a lot of options. [0]... - Source: Hacker News / over 1 year ago
Take a look at NginxProxyManager. This would give you the opportunity to put everything in the form of service1.domain.com , service2.domain.com ,etc. Source: over 2 years ago
So I'm going into the log folder and I'm getting this error. It started maybe a week ago. Some of my host will go through, but if the do, its super slow. Others just out right refuse. I've tried deleting nginx entirely and still comes to the same error. I had nginx running for a few months now, but this got started. To be clear, this is what I've been using https://nginxproxymanager.com/ . I don't know if there is... Source: almost 3 years ago
Hi! I am setting up a home server where I host a number of different services that I want to be accessible exclusively through a proxy (Nginx Proxy Manager). What I mean is that if I serve a website on port 8081, for example, and I try to browse to the server's IP and that port, I won't be able to find the website. Instead I will have to browse to the IP and port that the proxy I set up has configured for that... Source: almost 3 years ago
As far as website hosting, just set up a few Docker containers: one for a web-server of your choice, and one for a reverse proxy. I recommend Nginx Proxy Manager. It handles SSL certificates for you in a super simple way (both the initial acquisition process as well as auto renewal) and makes it easy to expand to using multiple web servers in the future, or setting up redirects without filling up your DNS records. Source: almost 3 years ago
I'm trying to set up Nginx Proxy Manager on an existing box. Since it's already set up with a few services I don't want to mess with, and a firewall I don't particularly want to migrate (nftables, a good solution that docker apparently doesn't play nice with), I turned off docker's iptables management (despite the warnings, yes). Source: almost 3 years ago
Nginx has a few uis, proxy manager is probably the best of them. Source: almost 3 years ago
UPDATE: Hello everyone, finally after doing some research about reverse proxies I have found a way of adding https to my webapps. I found this service called https://nginxproxymanager.com/ and followed the tutorial on their website its pretty easy. Thanks for your help guys!! Source: almost 3 years ago
Docker runs on the 3B+ so you could use this [Github] or the one I have deployed here [NGINX Proxy Manager site] amongst others. Source: almost 3 years ago
Is Reverse Proxy enough to be safe? I was thinking about trying Nginx Proxy Manager. Also... Do I also have to separately setup Nginx before installing the Proxy Manager? Source: almost 3 years ago
For a few TB of data you have many options. I use a Beelink Mini S12 with a 4TB SSD and a 2TB NVMe in it. It is powerful enough to run several services and stream photos and video to my phone, desktop, and TV (using an Amazon Fire Stick on the TV). I use Photoprism and Jellyfin for that. I access it remotely using Tailscale. It helps if you own a domain so you can setup SSL certs. I have devpl.us and home.devpl.us... Source: almost 3 years ago
I'm trying to use the react-express-mysql awesome-compose as a framework for setting up multiple react apps that are tied to the same domain. Once dev is complete, I update the Dockerfile for the frontend to add in Nginx and have Nginx serve the frontend so that it is not running using npm start. I additionally am using Nginx Proxy Manager as a reverse proxy to route where I need and manage SSL termination for me. Source: almost 3 years ago
I ended up using the NGINX Proxy Manager [the projects home site] and added certificates but I'm seeing a fair number of installs going with https://traefik.io on YouTube. Source: almost 3 years ago
Do you know an article comparing Nginx Proxy Manager to other products?
Suggest a link to a post with product alternatives.
Is Nginx Proxy Manager good? This is an informative page that will help you find out. Moreover, you can review and discuss Nginx Proxy Manager here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.