# Keepalived installation

Keepalived must be installed on each of the machines that will integrate the load balancing scheme. For more information click on the following link:

<p class="callout info">https://www.keepalived.org/doc/installing\_keepalived.html</p>

### Installation on Rocky Linux 8

With **root** user rights, it runs in a terminal window:

```bash
dnf install keepalived
```

### Installation on Ubuntu server 22.04

With **root** user rights, it runs in a terminal window:

```bash
apt install keepalived
```