Installation

Installation

The Enterprise Edition is the default and recommended edition. It includes all the features of the OSS Edition, can be used for free and can be upgraded to the full Enterprise feature set, including support for Enterprise plugins.

Install from APT

Complete the following steps to install Grafana from the APT repository

  1. Install the prerequisite packages:

    sudo apt-get install -y apt-transport-https software-properties-common wget
  2. Import the GPG key:

    sudo mkdir -p /etc/apt/keyrings/
    wget -q -O - https://apt.grafana.com/gpg.key | gpg --dearmor | sudo tee /etc/apt/keyrings/grafana.gpg > /dev/null
  3. To add a repository for stable releases, run the following command:

    echo "deb [signed-by=/etc/apt/keyrings/grafana.gpg] https://apt.grafana.com stable main" | sudo tee -a /etc/apt/sources.list.d/grafana.list
  4. Run the following command to update the list of available packages:

    sudo apt-get update
  5. To install Grafana Enterprise, run the following command:

    sudo apt-get install grafana-enterprise

Download and install

For Ubuntu/Debian, run the below command to install the Grafana enterprise

Refrences

Last updated