Alternatives to Nginx Proxy Manager logo

Alternatives to Nginx Proxy Manager

AWS Elastic Load Balancing (ELB), HAProxy, Traefik, Envoy, and DigitalOcean Load Balancer are the most popular alternatives and competitors to Nginx Proxy Manager.
13
15
+ 1
0

What is Nginx Proxy Manager and what are its top alternatives?

It comes as a pre-built docker image that enables you to easily forward to your websites running at home or otherwise, including free SSL, without having to know too much about Nginx or Letsencrypt.
Nginx Proxy Manager is a tool in the Load Balancer / Reverse Proxy category of a tech stack.
Nginx Proxy Manager is an open source tool with 12.8K GitHub stars and 1.5K GitHub forks. Here’s a link to Nginx Proxy Manager's open source repository on GitHub

Top Alternatives to Nginx Proxy Manager

  • AWS Elastic Load Balancing (ELB)
    AWS Elastic Load Balancing (ELB)

    With Elastic Load Balancing, you can add and remove EC2 instances as your needs change without disrupting the overall flow of information. If one EC2 instance fails, Elastic Load Balancing automatically reroutes the traffic to the remaining running EC2 instances. If the failed EC2 instance is restored, Elastic Load Balancing restores the traffic to that instance. Elastic Load Balancing offers clients a single point of contact, and it can also serve as the first line of defense against attacks on your network. You can offload the work of encryption and decryption to Elastic Load Balancing, so your servers can focus on their main task. ...

  • HAProxy
    HAProxy

    HAProxy (High Availability Proxy) is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications. ...

  • Traefik
    Traefik

    A modern HTTP reverse proxy and load balancer that makes deploying microservices easy. Traefik integrates with your existing infrastructure components and configures itself automatically and dynamically. ...

  • Envoy
    Envoy

    Originally built at Lyft, Envoy is a high performance C++ distributed proxy designed for single services and applications, as well as a communication bus and “universal data plane” designed for large microservice “service mesh” architectures. ...

  • DigitalOcean Load Balancer
    DigitalOcean Load Balancer

    Load Balancers are a highly available, fully-managed service that work right out of the box and can be deployed as fast as a Droplet. Load Balancers distribute incoming traffic across your infrastructure to increase your application's availability. ...

  • Google Cloud Load Balancing
    Google Cloud Load Balancing

    You can scale your applications on Google Compute Engine from zero to full-throttle with it, with no pre-warming needed. You can distribute your load-balanced compute resources in single or multiple regions, close to your users and to meet your high availability requirements. ...

  • GLBC
    GLBC

    It is a GCE L7 load balancer controller that manages external loadbalancers configured through the Kubernetes Ingress API. ...

  • F5 BIG-IP
    F5 BIG-IP

    It ensures that applications are always secure and perform the way they should. You get built-in security, traffic management, and performance application services, whether your applications live in a private data center or in the cloud. ...

Nginx Proxy Manager alternatives & related posts

AWS Elastic Load Balancing (ELB) logo

AWS Elastic Load Balancing (ELB)

11.7K
8K
59
Automatically distribute your incoming application traffic across multiple Amazon EC2 instances
11.7K
8K
+ 1
59
PROS OF AWS ELASTIC LOAD BALANCING (ELB)
  • 48
    Easy
  • 8
    ASG integration
  • 2
    Reliability
  • 1
    Coding
  • 0
    SSL offloading
CONS OF AWS ELASTIC LOAD BALANCING (ELB)
    Be the first to leave a con

    related AWS Elastic Load Balancing (ELB) posts

    HAProxy logo

    HAProxy

    2.4K
    2.1K
    558
    The Reliable, High Performance TCP/HTTP Load Balancer
    2.4K
    2.1K
    + 1
    558
    PROS OF HAPROXY
    • 130
      Load balancer
    • 101
      High performance
    • 69
      Very fast
    • 58
      Proxying for tcp and http
    • 55
      SSL termination
    • 31
      Open source
    • 27
      Reliable
    • 20
      Free
    • 18
      Well-Documented
    • 12
      Very popular
    • 7
      Runs health checks on backends
    • 7
      Suited for very high traffic web sites
    • 6
      Scalable
    • 5
      Ready to Docker
    • 4
      Powers many world's most visited sites
    • 3
      Simple
    • 2
      Work with NTLM
    • 2
      Ssl offloading
    • 1
      Available as a plugin for OPNsense
    CONS OF HAPROXY
    • 6
      Becomes your single point of failure

    related HAProxy posts

    Around the time of their Series A, Pinterest’s stack included Python and Django, with Tornado and Node.js as web servers. Memcached / Membase and Redis handled caching, with RabbitMQ handling queueing. Nginx, HAproxy and Varnish managed static-delivery and load-balancing, with persistent data storage handled by MySQL.

    See more
    Tom Klein

    We're using Git through GitHub for public repositories and GitLab for our private repositories due to its easy to use features. Docker and Kubernetes are a must have for our highly scalable infrastructure complimented by HAProxy with Varnish in front of it. We are using a lot of npm and Visual Studio Code in our development sessions.

    See more
    Traefik logo

    Traefik

    772
    1.2K
    93
    The Cloud Native Edge Router
    772
    1.2K
    + 1
    93
    PROS OF TRAEFIK
    • 20
      Kubernetes integration
    • 18
      Watch service discovery updates
    • 14
      Letsencrypt support
    • 13
      Swarm integration
    • 12
      Several backends
    • 6
      Ready-to-use dashboard
    • 4
      Easy setup
    • 4
      Rancher integration
    • 1
      Mesos integration
    • 1
      Mantl integration
    CONS OF TRAEFIK
    • 7
      Not very performant (fast)
    • 7
      Complicated setup

    related Traefik posts

    Gabriel Pa
    Shared insights
    on
    TraefikTraefikNGINXNGINX
    at

    We switched to Traefik so we can use the REST API to dynamically configure subdomains and have the ability to redirect between multiple servers.

    We still use nginx with a docker-compose to expose the traffic from our APIs and TCP microservices, but for managing routing to the internet Traefik does a much better job

    The biggest win for naologic was the ability to set dynamic configurations without having to restart the server

    See more
    Shared insights
    on
    EnvoyEnvoyHAProxyHAProxyTraefikTraefikNGINXNGINX

    We are looking to configure a load balancer with some admin UI. We are currently struggling to decide between NGINX, Traefik, HAProxy, and Envoy. We will use a load balancer in a containerized environment and the load balancer should flexible and easy to reload without changes in case containers are scaled up.

    See more
    Envoy logo

    Envoy

    282
    523
    9
    C++ front/service proxy
    282
    523
    + 1
    9
    PROS OF ENVOY
    • 9
      GRPC-Web
    CONS OF ENVOY
      Be the first to leave a con

      related Envoy posts

      Joseph Irving
      DevOps Engineer at uSwitch · | 7 upvotes · 241.9K views
      Shared insights
      on
      KubernetesKubernetesEnvoyEnvoyGolangGolang
      at

      At uSwitch we wanted a way to load balance between our multiple Kubernetes clusters in AWS to give us added redundancy. We already had ingresses defined for all our applications so we wanted to build on top of that, instead of creating a new system that would require our various teams to change code/config etc.

      Envoy seemed to tick a lot of boxes:

      • Loadbalancing capabilities right out of the box: health checks, circuit breaking, retries etc.
      • Tracing and prometheus metrics support
      • Lightweight
      • Good community support

      This was all good but what really sold us was the api that supported dynamic configuration. This would allow us to dynamically configure envoy to route to ingresses and clusters as they were created or destroyed.

      To do this we built a tool called Yggdrasil using their Go sdk. Yggdrasil effectively just creates envoy configuration from Kubernetes ingress objects, so you point Yggdrasil at your kube clusters, it generates config from the ingresses and then envoy can loadbalance between your clusters for you. This is all done dynamically so as soon as new ingress is created the envoy nodes get updated with the new config. Importantly this all worked with what we already had, no need to create new config for every application, we just put this on top of it.

      See more
      Shared insights
      on
      EnvoyEnvoyHAProxyHAProxyTraefikTraefikNGINXNGINX

      We are looking to configure a load balancer with some admin UI. We are currently struggling to decide between NGINX, Traefik, HAProxy, and Envoy. We will use a load balancer in a containerized environment and the load balancer should flexible and easy to reload without changes in case containers are scaled up.

      See more
      DigitalOcean Load Balancer logo

      DigitalOcean Load Balancer

      87
      94
      0
      Scale your applications and improve availability across your infrastructure in a few clicks
      87
      94
      + 1
      0
      PROS OF DIGITALOCEAN LOAD BALANCER
        Be the first to leave a pro
        CONS OF DIGITALOCEAN LOAD BALANCER
        • 1
          No Let's Encrypt wildcard certificate support

        related DigitalOcean Load Balancer posts

        Google Cloud Load Balancing logo

        Google Cloud Load Balancing

        49
        43
        0
        A global load balancing on Google's worldwide network
        49
        43
        + 1
        0
        PROS OF GOOGLE CLOUD LOAD BALANCING
          Be the first to leave a pro
          CONS OF GOOGLE CLOUD LOAD BALANCING
            Be the first to leave a con

            related Google Cloud Load Balancing posts

            GLBC logo

            GLBC

            49
            53
            0
            Ingress controller for Google Cloud
            49
            53
            + 1
            0
            PROS OF GLBC
              Be the first to leave a pro
              CONS OF GLBC
                Be the first to leave a con

                related GLBC posts

                F5 BIG-IP logo

                F5 BIG-IP

                48
                59
                0
                It provides the availability, performance, and security
                48
                59
                + 1
                0
                PROS OF F5 BIG-IP
                  Be the first to leave a pro
                  CONS OF F5 BIG-IP
                    Be the first to leave a con

                    related F5 BIG-IP posts