Installation
Install HAProxy Enterprise on BSD
Using HAProxy Fusion?
If you’re using HAProxy Fusion, then see the HAProxy Fusion - Nodes topic instead.
This section describes how to install HAProxy Enterprise on BSD.
Supported operating systems Jump to heading
HAProxy Enterprise is distributed through the Operating System package manager for the following Linux distributions:
| HAProxy Enterprise version | Release date | End of life | Supported OS (architecture) |
|---|---|---|---|
| 3.3r1 | Feb 2026 | Feb 2027 |
|
Other HAProxy Enterprise versions
| HAProxy Enterprise version | Release date | End of life | Supported OS (architecture) |
|---|---|---|---|
| 3.3r1 | Feb 2026 | Feb 2027 |
|
| 3.2r1 | Oct 2025 | Feb 2030 |
|
| 3.0r1 | Oct 2024 | Feb 2029 |
|
| 2.8r1 | Oct 2023 | Feb 2028 |
|
| 2.6r1 | Sep 2022 | Feb 2027 |
|
Install HAProxy Enterprise Jump to heading
The following procedure adds package repositories and installs HAProxy Enterprise.
-
Optional: To verify the integrity of the script before installing, first download the script and its SHA hash to a local directory:
nixwget https://www.haproxy.com/static/install_haproxy_enterprise.shwget https://www.haproxy.com/static/install_haproxy_enterprise.sh.sha512.ascnixwget https://www.haproxy.com/static/install_haproxy_enterprise.shwget https://www.haproxy.com/static/install_haproxy_enterprise.sh.sha512.ascThen run these commands to verify the checksum of the script against the SHA hash:
nixgpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 0xCA2DF14657C5A207gpg --verify ./install_haproxy_enterprise.sh.sha512.ascnixgpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 0xCA2DF14657C5A207gpg --verify ./install_haproxy_enterprise.sh.sha512.ascCheck for the output Good signature.
-
To install HAProxy Enterprise, run the following command, replacing
<HAProxy Enterprise Key>with your HAProxy Enterprise license key.Install the softwarenixwget https://www.haproxy.com/static/install_haproxy_enterprise.shsudo bash ./install_haproxy_enterprise.sh \--version 3.3r1 \--key <HAProxy Enterprise key>nixwget https://www.haproxy.com/static/install_haproxy_enterprise.shsudo bash ./install_haproxy_enterprise.sh \--version 3.3r1 \--key <HAProxy Enterprise key>nixwget https://www.haproxy.com/static/install_haproxy_enterprise.shsudo bash ./install_haproxy_enterprise.sh \--version 3.2r1 \--key <HAProxy Enterprise key>nixwget https://www.haproxy.com/static/install_haproxy_enterprise.shsudo bash ./install_haproxy_enterprise.sh \--version 3.2r1 \--key <HAProxy Enterprise key>nixwget https://www.haproxy.com/static/install_haproxy_enterprise.shsudo bash ./install_haproxy_enterprise.sh \--version 3.0r1 \--key <HAProxy Enterprise key>nixwget https://www.haproxy.com/static/install_haproxy_enterprise.shsudo bash ./install_haproxy_enterprise.sh \--version 3.0r1 \--key <HAProxy Enterprise key>nixwget https://www.haproxy.com/static/install_haproxy_enterprise.shsudo bash ./install_haproxy_enterprise.sh \--version 2.8r1 \--key <HAProxy Enterprise key>nixwget https://www.haproxy.com/static/install_haproxy_enterprise.shsudo bash ./install_haproxy_enterprise.sh \--version 2.8r1 \--key <HAProxy Enterprise key>nixwget https://www.haproxy.com/static/install_haproxy_enterprise.shsudo bash ./install_haproxy_enterprise.sh \--version 2.6r1 \--key <HAProxy Enterprise key>nixwget https://www.haproxy.com/static/install_haproxy_enterprise.shsudo bash ./install_haproxy_enterprise.sh \--version 2.6r1 \--key <HAProxy Enterprise key> -
Enable and start the HAProxy Enterprise service:
Enable and start the servicenixsudo service hapee_33_lb onestartnixsudo service hapee_33_lb onestartnixsudo service hapee_32_lb onestartnixsudo service hapee_32_lb onestartnixsudo service hapee_30_lb onestartnixsudo service hapee_30_lb onestartnixsudo service hapee_28_lb onestartnixsudo service hapee_28_lb onestartnixsudo service hapee_26_lb onestartnixsudo service hapee_26_lb onestart
Install additional modules Jump to heading
HAProxy Enterprise comes with additional native and third-party modules.
Search for additional modules Jump to heading
nixsudo pkg search -g -r 'HAPEE33' '*'sudo pkg search -g -r 'HAPEEEXTRAS' '*'
nixsudo pkg search -g -r 'HAPEE33' '*'sudo pkg search -g -r 'HAPEEEXTRAS' '*'
nixsudo pkg search -g -r 'HAPEE32' '*'sudo pkg search -g -r 'HAPEEEXTRAS' '*'
nixsudo pkg search -g -r 'HAPEE32' '*'sudo pkg search -g -r 'HAPEEEXTRAS' '*'
nixsudo pkg search -g -r 'HAPEE30' '*'sudo pkg search -g -r 'HAPEEEXTRAS' '*'
nixsudo pkg search -g -r 'HAPEE30' '*'sudo pkg search -g -r 'HAPEEEXTRAS' '*'
nixsudo pkg search -g -r 'HAPEE28' '*'sudo pkg search -g -r 'HAPEEEXTRAS' '*'
nixsudo pkg search -g -r 'HAPEE28' '*'sudo pkg search -g -r 'HAPEEEXTRAS' '*'
nixsudo pkg search -g -r 'HAPEE26' '*'sudo pkg search -g -r 'HAPEEEXTRAS' '*'
nixsudo pkg search -g -r 'HAPEE26' '*'sudo pkg search -g -r 'HAPEEEXTRAS' '*'
Install modules Jump to heading
For example, install the update module:
nixsudo pkg install hapee-3.3r1-lb-update
nixsudo pkg install hapee-3.3r1-lb-update
For example, install the update module:
nixsudo pkg install hapee-3.2r1-lb-update
nixsudo pkg install hapee-3.2r1-lb-update
For example, install the update module:
nixsudo pkg install hapee-3.0r1-lb-update
nixsudo pkg install hapee-3.0r1-lb-update
For example, install the update module:
nixsudo pkg install hapee-2.8r1-lb-update
nixsudo pkg install hapee-2.8r1-lb-update
For example, install the update module:
nixsudo pkg install hapee-2.6r1-lb-update
nixsudo pkg install hapee-2.6r1-lb-update
See other parts of this documentation for instructions on how to enable and configure each package.
Locate installed directories Jump to heading
HAProxy Enterprise files are installed in the following directories.
- Binaries and documentation are in
/usr/local/opt/hapee-3.3/.
text/usr/local/opt/hapee-3.3/|-- bin|-- dev|-- doc|-- modules|-- sbin|-- version
text/usr/local/opt/hapee-3.3/|-- bin|-- dev|-- doc|-- modules|-- sbin|-- version
- Configuration is installed in
/usr/local/etc/hapee-3.3/.
text/usr/local/etc/hapee-3.3/|-- hapee-lb.cfg
text/usr/local/etc/hapee-3.3/|-- hapee-lb.cfg
initscripts are installed in/usr/local/etc/rc.d/.
text/usr/local/etc/rc.d/|-- hapee_33_lb
text/usr/local/etc/rc.d/|-- hapee_33_lb
- Binaries and documentation are in
/usr/local/opt/hapee-3.2/.
text/usr/local/opt/hapee-3.2/|-- bin|-- dev|-- doc|-- modules|-- sbin|-- version
text/usr/local/opt/hapee-3.2/|-- bin|-- dev|-- doc|-- modules|-- sbin|-- version
- Configuration is installed in
/usr/local/etc/hapee-3.2/.
text/usr/local/etc/hapee-3.2/|-- hapee-lb.cfg
text/usr/local/etc/hapee-3.2/|-- hapee-lb.cfg
initscripts are installed in/usr/local/etc/rc.d/.
text/usr/local/etc/rc.d/|-- hapee_32_lb
text/usr/local/etc/rc.d/|-- hapee_32_lb
- Binaries and documentation are in
/usr/local/opt/hapee-3.0/.
text/usr/local/opt/hapee-3.0/|-- bin|-- dev|-- doc|-- modules|-- sbin|-- version
text/usr/local/opt/hapee-3.0/|-- bin|-- dev|-- doc|-- modules|-- sbin|-- version
- Configuration is installed in
/usr/local/etc/hapee-3.0/.
text/usr/local/etc/hapee-3.0/|-- hapee-lb.cfg
text/usr/local/etc/hapee-3.0/|-- hapee-lb.cfg
initscripts are installed in/usr/local/etc/rc.d/.
text/usr/local/etc/rc.d/|-- hapee_30_lb
text/usr/local/etc/rc.d/|-- hapee_30_lb
- Binaries and documentation are in
/usr/local/opt/hapee-2.8/.
text/usr/local/opt/hapee-2.8/|-- bin|-- dev|-- doc|-- modules|-- sbin|-- version
text/usr/local/opt/hapee-2.8/|-- bin|-- dev|-- doc|-- modules|-- sbin|-- version
- Configuration is installed in
/usr/local/etc/hapee-2.8/.
text/usr/local/etc/hapee-2.8/|-- hapee-lb.cfg
text/usr/local/etc/hapee-2.8/|-- hapee-lb.cfg
initscripts are installed in/usr/local/etc/rc.d/.
text/usr/local/etc/rc.d/|-- hapee_28_lb
text/usr/local/etc/rc.d/|-- hapee_28_lb
- Binaries and documentation are in
/usr/local/opt/hapee-2.6/.
text/usr/local/opt/hapee-2.6/|-- bin|-- dev|-- doc|-- modules|-- sbin|-- version
text/usr/local/opt/hapee-2.6/|-- bin|-- dev|-- doc|-- modules|-- sbin|-- version
- Configuration is installed in
/usr/local/etc/hapee-2.6/.
text/usr/local/etc/hapee-2.6/|-- hapee-lb.cfg
text/usr/local/etc/hapee-2.6/|-- hapee-lb.cfg
initscripts are installed in/usr/local/etc/rc.d/.
text/usr/local/etc/rc.d/|-- hapee_26_lb
text/usr/local/etc/rc.d/|-- hapee_26_lb