sudo apt-get install -y adduser libfontconfig1 musl wget https://dl.grafana.com/grafana-enterprise/release/12.4.2/grafana-enterprise_12.4.2_23531306697_linux_amd64.deb sudo dpkg -i grafana-enterprise_12.4.2_23531306697_linux_amd64.deb
Read the Ubuntu / Debian installation guide. We also provide an APT repository.
sudo yum install -y https://dl.grafana.com/grafana-enterprise/release/12.4.2/grafana-enterprise_12.4.2_23531306697_linux_amd64.rpm
Read the Red Hat and Fedora installation guide. We also provide a YUM repository.
wget https://dl.grafana.com/grafana-enterprise/release/12.4.2/grafana-enterprise_12.4.2_23531306697_linux_amd64.rpm sudo rpm -Uvh grafana-enterprise_12.4.2_23531306697_linux_amd64.rpm
Read the OpenSUSE and SUSE installation guide. We also provide a YUM / zypper repository.
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 (SQLite, 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 the side menu (click the Grafana icon in the top menu), head to Data Sources, and add your data source.
Grafana Cloud Free Tier