Skip to content

For help, click the link below to get free database assistance or contact our experts for personalized support.

Install PMM Client with Percona repositories

PMM Client supports both x86_64 and ARM64 architectures.
On Debian or Red Hat Linux, install percona-release and use a Linux package manager (apt/dnf) to install PMM Client. The package manager will automatically select the appropriate version for your system architecture.

Tip

If you have used percona-release before, disable and re-enable the repository:

percona-release disable all
percona-release enable pmm3-client

To install PMM Client: {.power-number} 1. Configure repositories:

wget https://repo.percona.com/apt/percona-release_latest.generic_all.deb
dpkg -i percona-release_latest.generic_all.deb
2. Enable pmm3-client repository:
percona-release enable pmm3-client
3. Install the PMM Client package: !!! hint “Root permissions”
apt update
apt install -y pmm-client
4. Verify the installation by checking the PMM Client version:
pmm-admin --version
5. Register the node.

  1. Configure repositories:
    yum install -y https://repo.percona.com/yum/percona-release-latest.noarch.rpm
    
  2. Enable pmm3-client repository:
    percona-release enable pmm3-client
    
  3. Install the PMM Client package:
    yum install -y pmm-client
    
  4. Verify the installation by checking the PMM Client version:
    pmm-admin --version
    
  5. Register the node.

Package manager – manual download

To manually download package manager: {.power-number} 1. Visit the Percona Monitoring and Management 3 download page. 2. Under Select Product Version select the one you want (usually the latest). 3. Under Select Platform, select the item matching your software platform and architecture (x86_64 or ARM64). 4. Click to download the package file: - For Debian, Ubuntu: .deb - For Red Hat, CentOS, Oracle Linux: .rpm (Alternatively, copy the link and use wget to download it.)

dpkg -i *.deb
dnf localinstall *.rpm
Download page links

Here are the download page links for each supported platform: - Red Hat/CentOS/Oracle 8 - Red Hat/CentOS/Oracle 9 - Debian 11 (Bullseye) - Debian 12 (Bookworm) - Ubuntu 20.04 (Focal Fossa) - Ubuntu 22.04 (Jammy Jellyfish) - Ubuntu 24.04 (Noble Numbat)