Lightweight Docker container image using an Alpine base image.
docker run -d --name=grafana -p 3000:3000 grafana/grafana-enterprise:7.5.11
Alternative Docker container image for those who prefer an Ubuntu base image.
docker run -d --name=grafana -p 3000:3000 grafana/grafana-enterprise:7.5.11-ubuntu
Read the Docker installation guide.
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