page_title: Installing on Windows page_description: Grafana Installation guide for Windows
There are currently no binary build for Windows. But read the build from source page for instructions on how to build it yourself.
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.