HAProxy logo
Network · self-hosted

HAProxy in one click.

HAProxy is a high availability tcp and http load balancer you can run on your own machine. Launch it in Even Stacks in one click, serve it over trusted HTTPS, and let your AI agents operate it.

What is HAProxy?

HAProxy is a high-performance TCP and HTTP load balancer and proxy server. It supports health checks, SSL termination, ACL-based routing, and is widely used in production infrastructure at scale.

CategoryNetwork
Default port8622
Container imagehaproxy:3.1-alpine
Official sitewww.haproxy.org

Run HAProxy in Even

Even Stacks launches HAProxy as a managed container on your own machine. No compose files, no manual setup.

  1. Open the Even Stacks panel in Even. The container engine starts on demand.
  2. Find HAProxy in the one-click services and click Launch.
  3. Even pulls the image, starts it on port 8622, and serves it over trusted HTTPS at https://haproxy.localhost.

Drive HAProxy with your AI agents

Even ships an MCP, so any agent you run inside Even (Claude Code, Codex, and more) can operate HAProxy directly, at both the UI level and the container level.

Through the Even MCP an agent can run commands inside it, check its status and logs, and reconfigure it. It runs commands inside the container, reads its logs, and for web apps opens and clicks through the interface in Even's own browser pane. Ask once, for example "set up HAProxy and get it ready", and the agent handles it end to end.

How agents reach it: Edit /usr/local/etc/haproxy/haproxy.cfg in its volume to define frontends, backends, and ACLs. Reload gracefully without downtime with `docker exec haproxy kill -HUP 1`. Enable the stats page in the config; no web UI by default.

More Network services

Other one-click services you can launch in Even Stacks.