This guide installs Grafana from the official package repository.
sudo apt update
sudo apt install -y grafana
If the package is not available, add the official Grafana repository as described in the docs.
sudo systemctl enable --now grafana-server
Open http://SERVER_IP:3000 and log in with the default admin credentials.
See Grafana Configuration for configuration guidance.
Any questions?
Feel free to contact us. Find all contact information on our contact page.
Prefer automation? See Grafana Ansible Setup for an example playbook.
Prefer containers? See Grafana Docker Setup.
See Grafana Security for hardening guidance.