Skip to content

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

Easy install

Run Docker via the Easy-install script

Caution

You can download and check the installation script before running it from our Github:

Linux or macOS

Download and install PMM Server using cURL or wget:

curl -fsSL https://www.percona.com/get/pmm | /bin/bash
wget -O - https://www.percona.com/get/pmm | /bin/bash
What does the script do?

This script does the following: - Installs Docker if it is not already installed on your system. - Stops and renames any currently running PMM Server Docker container from pmm-server to pmm-server-{timestamp}. This old pmm-server container is not a recoverable backup. - Pulls and runs the latest PMM Server Docker image. - Can run in Interactive mode to change the default settings:

curl -fsSLO https://www.percona.com/get/pmm (or wget https://www.percona.com/get/pmm) 
chmod +x pmm
./pmm --interactive

Next steps

Start by installing PMM Client: Install PMM Client