2019-09-13 10:23:58 -05:00
+++
title = "Requirements"
description = "Requirements for Grafana"
keywords = ["grafana", "installation", "documentation"]
type = "docs"
[menu.docs]
name = "Requirements"
identifier = "requirements"
parent = "installation"
2019-11-13 06:04:06 -06:00
weight = 100
2019-09-13 10:23:58 -05:00
+++
2019-12-03 10:06:43 -06:00
# Grafana requirements
2019-09-13 10:23:58 -05:00
2019-12-03 10:06:43 -06:00
This page lists the minimum hardware and software requirements to install Grafana.
To run Grafana, you must have a supported operating system, hardware that meets or exceeds minimum requirements, a supported database, and a supported browser
2019-09-13 10:23:58 -05:00
2019-11-13 06:04:06 -06:00
## Supported operating systems
2019-09-13 10:23:58 -05:00
2019-11-13 06:04:06 -06:00
The following operating systems are supported for Grafana installation:
2019-09-13 10:23:58 -05:00
2019-12-05 06:09:57 -06:00
- [Debian / Ubuntu ]({{< relref "debian" >}} )
- [RPM-based Linux (CentOS, Fedora, OpenSuse, RedHat) ]({{< relref "rpm" >}} )
- [macOS ]({{< relref "mac" >}} )
- [Windows ]({{< relref "windows" >}} )
2019-09-13 10:23:58 -05:00
2019-12-03 10:06:43 -06:00
While you can install Grafana on other operating systems, we do not recommend doing so and do not provide support for that use case.
2019-09-13 10:23:58 -05:00
2020-02-04 15:40:25 -06:00
Installation of Grafana on other operating systems is possible, but not supported.
2019-12-05 06:09:57 -06:00
2019-12-03 10:06:43 -06:00
## Hardware recommendations
2019-09-13 10:23:58 -05:00
2019-12-03 10:06:43 -06:00
Grafana does not use a lot of resources and is very lightweight in use of memory and CPU.
2019-09-13 10:23:58 -05:00
2019-12-03 10:06:43 -06:00
Minimum recommended memory: 255 MB
Minimum recommended CPU: 1
2019-09-13 10:23:58 -05:00
2019-12-03 10:06:43 -06:00
Some features might require more memory or CPUs. Features require more resources include:
2019-09-13 10:23:58 -05:00
2019-12-05 06:09:57 -06:00
- [Server side rendering of images ]({{< relref "../administration/image_rendering/#requirements" >}} )
- [Alerting ]({{< relref "../alerting/rules" >}} )
- Data source proxy
2019-09-13 10:23:58 -05:00
2019-12-03 10:06:43 -06:00
## Supported databases
2019-09-13 10:23:58 -05:00
2019-12-03 10:06:43 -06:00
Grafana requires a database to store its configuration data, such as users, data sources, and dashboards. The exact requirements depend on the size of the Grafana installation and features used.
2019-09-13 10:23:58 -05:00
Grafana supports the following databases:
- SQLite
- MySQL
- PostgreSQL
2019-12-03 10:06:43 -06:00
By default, Grafana installs with and uses SQLite, which is an embedded database stored in the Grafana installation location.
2019-09-13 10:23:58 -05:00
## Supported web browsers
2019-11-13 06:04:06 -06:00
Grafana is supported in the current version of the following browsers. Older versions of these browsers might not be supported, so you should always upgrade to the latest version when using Grafana.
2019-09-13 10:23:58 -05:00
- Chrome/Chromium
- Firefox
- Safari
- Microsoft Edge
2019-11-13 06:04:06 -06:00
- Internet Explorer 11 is only fully supported in Grafana versions prior v6.0.
2019-09-13 10:23:58 -05:00
2019-11-13 06:04:06 -06:00
> Note: Always enable JavaScript in your browser. Running Grafana without JavaScript enabled in the browser is not supported.