Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
Installing on Windows
Description | Download |
---|---|
Latest stable package for Windows | grafana.4.0.2.windows-x64.zip |
Latest beta package for Windows | grafana.4.1.0-beta1.windows-x64.zip |
Configure
The zip file contains a folder with the current Grafana version. Extract
this folder to anywhere you want Grafana to run from. Go into the
conf
directory and copy sample.ini
to custom.ini
. You should edit
custom.ini
, never defaults.ini
.
The default Grafana port is 3000
, this port requires extra permissions
on windows. Edit custom.ini
and uncomment the http_port
configuration option and change it to something like 8080
or similar.
That port should not require extra Windows privileges.
Start Grafana by executing grafana-server.exe
, preferably from the
command line. If you want to run Grafana as windows service, download
NSSM. It is very easy add Grafana as a Windows
service using that tool.
Read more about the configuration options.
Building on Windows
The Grafana backend includes Sqlite3 which requires GCC to compile. So in order to compile Grafana on Windows you need to install GCC. We recommend TDM-GCC.
Copy conf/sample.ini
to a file named conf/custom.ini
and change the
web server port to something like 8080. The default Grafana port, 3000,
requires special privileges on Windows.