Help build the future of open source observability software Open positions

Check out the open source projects we support Downloads

We cannot remember your choice unless you click the consent notice at the bottom.

The open platform for beautiful analytics and monitoring. No matter where your data is, or what kind of database it lives in, you can bring it together with Grafana. Beautifully.

Download Grafana

Grafana Cloud
You can use Grafana Cloud to avoid installing, maintaining, and scaling your own instance of Grafana. Create a free account to get started, which includes free forever access to 10k metrics, 50GB logs, 50GB traces, & more.
Version:
Edition:
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.
License:
Release Date:
August 23, 2023
Ubuntu and Debian(ARM64)SHA256: 73be4ef4e2405c1105435e5660d4134bab3f489eb023b0e55e8cbd634d5e32e4
sudo apt-get install -y adduser libfontconfig1 musl
wget https://dl.grafana.com/oss/release/grafana_10.1.0_arm64.deb
sudo dpkg -i grafana_10.1.0_arm64.deb
Ubuntu and Debian(ARMv6)SHA256: 7719606c0a09b9e9b669e499c1a93ca2e433aeab950fb04b71d8c6c1f9322f02
sudo apt-get install -y adduser libfontconfig1 musl
wget https://dl.grafana.com/oss/release/grafana-rpi_10.1.0_armhf.deb
sudo dpkg -i grafana-rpi_10.1.0_armhf.deb
Ubuntu and Debian(ARMv7)SHA256: 7719606c0a09b9e9b669e499c1a93ca2e433aeab950fb04b71d8c6c1f9322f02
sudo apt-get install -y adduser libfontconfig1 musl
wget https://dl.grafana.com/oss/release/grafana_10.1.0_armhf.deb
sudo dpkg -i grafana_10.1.0_armhf.deb
Standalone Linux Binaries(ARM64)SHA256: a7233616ac72c324b4b9c5af846ce846972a1ff2c4f812e74568de9090735ef8
wget https://dl.grafana.com/oss/release/grafana-10.1.0.linux-arm64.tar.gz
tar -zxvf grafana-10.1.0.linux-arm64.tar.gz
Standalone Linux Binaries(ARMv6)SHA256: 5f1a220b689b26a99f3e330f007839b72dd5164d270adada3c5a7ff690079e23
wget https://dl.grafana.com/oss/release/grafana-10.1.0.linux-armv6.tar.gz
tar -zxvf grafana-10.1.0.linux-armv6.tar.gz
Standalone Linux Binaries(ARMv7)SHA256: 52d558ced8d586abd4e2da40aac163b0f9ba289c02091fc92f90d774dc1f02b5
wget https://dl.grafana.com/oss/release/grafana-10.1.0.linux-armv7.tar.gz
tar -zxvf grafana-10.1.0.linux-armv7.tar.gz
Red Hat, CentOS, RHEL, and Fedora(ARM64)SHA256: 384138fc8f940b181201193a790a19f76d3a5145d2bf88357edf534a0d60f379
OpenSUSE and SUSE(ARM64)SHA256: 384138fc8f940b181201193a790a19f76d3a5145d2bf88357edf534a0d60f379
wget https://dl.grafana.com/oss/release/grafana-10.1.0-1.aarch64.rpm
sudo rpm -Uvh grafana-10.1.0-1.aarch64.rpm
Red Hat, CentOS, RHEL, and Fedora(ARMv7)SHA256: 78652d8488d51e9465b676766f922955496fed850b52c8063e7ab58085f2b558
OpenSUSE and SUSE(ARMv7)SHA256: 78652d8488d51e9465b676766f922955496fed850b52c8063e7ab58085f2b558
wget https://dl.grafana.com/oss/release/grafana-10.1.0-1.armhfp.rpm
sudo rpm -Uvh grafana-10.1.0-1.armhfp.rpm

Choose your Configuration Options

The Grafana backend has a number of configuration options defined in its config file (usually located at /etc/grafana/grafana.ini on linux systems).

In this config file you can change things like the default admin password, http port, grafana database (sqlite3, mysql, postgres), authentication options (google, github, ldap, auth proxy) along with many other options.

Start your grafana server. Login with your admin user (default admin/admin). Open side menu (click the Grafana icon in top menu) head to Data Sources and add your data source.


Create a free Grafana Cloud Account

  • Includes the full Grafana observability stack
  • Free access for 3 users, 10k metrics, 50GB logs and 2 week data retention
  • 14-day trial of Grafana Cloud Pro
Get Started