Skip to main content
๐ŸŽ“ Claude Code Masterclass Learn AI-assisted development on Udemy โ€” plus the companion book on Leanpub & Amazon. Start Learning
Install Grafana on Ubuntu 24.04 LTS
DevOps

Install Grafana on Ubuntu 24.04 LTS: Complete Guide (2026)

Step-by-step guide to install Grafana on Ubuntu 24.04 LTS. Repository setup, installation, configuration, and verification.

LB
Luca Berton
ยท 1 min read

Here is how to install Grafana on Ubuntu 24.04 LTS. Tested and verified.

Prerequisites

  • Ubuntu 24.04 LTS installed and updated
  • Root or sudo access
  • Internet connection

Step 1: Update System

sudo apt update && sudo apt upgrade -y

Step 2: Add Official Repository

Grafana should be installed from the official repository to get the latest stable version and security updates.

# Add the official Grafana repository
# Check Grafana documentation for the latest repo URL
sudo apt install -y curl gnupg2

Step 3: Install Grafana

sudo apt install -y grafana

Step 4: Verify Installation

grafana version

Expected output should show the installed version.

Step 5: Post-Install Configuration

# Enable and start the service (if applicable)
sudo systemctl enable --now grafana

# Verify status
sudo systemctl status grafana

Troubleshooting

Package Not Found

Make sure the repository was added correctly:

# List configured repositories
apt repolist

Permission Denied

Ensure your user has the correct group membership:

sudo usermod -aG grafana $USER
newgrp grafana

Uninstall

sudo apt remove -y grafana

About the Author

I am Luca Berton, AI and Cloud Advisor. Book a consultation to get help with your infrastructure setup.

#Grafana #Ubuntu 24.04 LTS #Installation #Linux #DevOps
Share:
Free Consultation

Need help implementing this?

I help enterprises design AI infrastructure, Kubernetes platforms, and automation strategies. Free 30-minute discovery call.

Want to operate this yourself, in production?

Take the free AI Platform Engineer Readiness Scorecard to see which skills transfer โ€” then build a production-shaped AI platform in the 4-week Bootcamp.

Take the Scorecard โ†’
Luca Berton โ€” The Production AI Expert, Docker Captain

Luca Berton

The Production AI Expert ยท Docker Captain ยท KubeCon Speaker

15+ years in enterprise infrastructure. Author of 8 technical books, creator of Ansible Pilot (1M+ YouTube views, 648K site users). Former Red Hat engineer. Speaker at KubeCon EU 2026 and Red Hat Summit 2026.

Free 30-min Production AI consultation

Book Now