Skip to content

Install PMM client with Percona repositories

On Debian or Red Hat Linux, install percona-release and use a Linux package manager (apt/dnf) to install PMM Client.

Tip

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

percona-release disable all
percona-release enable original release

To install PMM client:

  1. Configure repositories.

    wget https://repo.percona.com/apt/percona-release_latest.generic_all.deb
    dpkg -i percona-release_latest.generic_all.deb
    
  2. Install the PMM Client package.

    Root permissions

    apt update
    apt install -y pmm2-client
    
  3. Check.

    pmm-admin --version
    
  4. Register the node.

  1. Configure repositories.

    yum install -y https://repo.percona.com/yum/percona-release-latest.noarch.rpm
    
  2. Install the PMM Client package.

    yum install -y pmm2-client
    
  3. Check.

    pmm-admin --version
    
  4. Register the node.

Package manager – manual download

To manually download package manager:

  1. Visit the Percona Monitoring and Management 2 download page.
  2. Under Version:, select the one you want (usually the latest).
  3. Under Software:, select the item matching your software platform.
  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.

Get expert help

If you need assistance, visit the community forum for comprehensive and free database knowledge, or contact our Percona Database Experts for professional support and services.