Installing and Configuring Grafana Enterprise on AlmaLinux 10

Grafana is a powerful open-source platform for monitoring and observability. Grafana Enterprise provides additional features such as enhanced security, reporting, and enterprise-grade support. This guide will walk you through the installation and configuration of Grafana Enterprise on AlmaLinux 10.

Prerequisites

  • AlmaLinux 10 server with root or sudo access.
  • A firewall configured to allow traffic on port 3000 (Grafana's default port).

Update the System

Keep your system updated to avoid potential compatibility issues,

dnf update -y

Install Grafana Enterprise

Add the Grafana Enterprise Package, Install the latest Grafana Enterprise package using the following command,

yum install -y https://dl.grafana.com/enterprise/release/grafana-enterprise-12.0.1-1.x86_64.rpm

Grafana requires some additional tools for certain features,

dnf install -y fontconfig freetype* urw-fonts

Start and Enable Grafana

Start the Grafana service,

systemctl start grafana-server

Enable it to start at boot,

systemctl enable grafana-server

Verify the service is running,

systemctl status grafana-server

Configure Firewall

Allow HTTP access for Grafana,

firewall-cmd --permanent --add-port=3000/tcp
firewall-cmd --reload

Access Grafana

Open a web browser and navigate to,

http://Your_IP_Address:3000

Note: Replace Your_IP_Address with actual IP Address

Log in with the default credentials,

  • Username: admin
  • Password: admin

images

You’ll be prompted to change the password on first login.

images

After this, the Grafana dashboard will be displayed.

images


CrownCloud - Get a SSD powered KVM VPS at $4.5/month!
Use the code WELCOME for 10% off!

1 GB RAM / 25 GB SSD / 1 CPU Core / 1 TB Bandwidth per month

Available Locations: LAX | MIA | ATL | FRA | AMS