
* Added Installation video index.md * Update index.md adding video for Debian and Ubuntu installs * Update index.md adding install video in macOS * Update index.md adding video to install RHEL or Fedora * Update index.md adding install video for SUSE * Update index.md adding video for Windows installer * Update _index.md Updated from suggestions * Update index.md from suggestions * Update index.md from suggestions * Update index.md from suggestions * Update index.md from suggestions * Update index.md from suggestions * Update docs/sources/setup-grafana/installation/_index.md Applied Chris' suggestion Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/debian/index.md Applied Chris' suggestion Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/mac/index.md Applied Chris' suggestion Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/redhat-rhel-fedora/index.md Applied Chris' suggestion Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/suse-opensuse/index.md Applied Chris' suggestion Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/windows/index.md Applied Chris' suggestion Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2.8 KiB
aliases | description | labels | menuTitle | title | weight | |||||
---|---|---|---|---|---|---|---|---|---|---|
|
How to install Grafana OSS or Enterprise on Windows |
|
Windows | Install Grafana on Windows | 700 |
Install Grafana on Windows
The following video demonstrates how to install Grafana using the Windows standalone installer as outlined in this document:
{{< youtube id="js2bZijbhJM" >}}
You install Grafana using the Windows installer or using the standalone Windows binary file.
-
Navigate to the Grafana download page.
-
Select the Grafana version you want to install.
- The most recent Grafana version is selected by default.
- The Version field displays only tagged releases. If you want to install a nightly build, click Nightly Builds and then select a version.
-
Select an Edition.
- Enterprise: This is the recommended version. It is functionally identical to the open source version, but includes features you can unlock with a license, if you so choose.
- Open Source: This version is functionally identical to the Enterprise version, but you will need to download the Enterprise version if you want Enterprise features.
-
Click Windows.
-
To use the Windows installer, complete the following steps:
a. Click Download the installer.
b. Open and run the installer.
-
To install the standalone Windows binary, complete the following steps:
a. Click Download the zip file.
b. Right-click the downloaded file, select Properties, select the
unblock
checkbox, and clickOK
.c. Extract the ZIP file to any folder.
Start Grafana by executing grafana-server.exe
, located in the bin
directory, preferably from the command line. If you want to run Grafana as a Windows service, then download
NSSM. It is very easy to add Grafana as a Windows service using that tool.
-
To run Grafana, open your browser and go to the Grafana port (http://localhost:3000/ is default) and then follow the instructions in [Getting Started]({{< relref "../../../getting-started/build-first-dashboard" >}}).
Note: The default Grafana port is
3000
. This port might require extra permissions on Windows. If it does not appear in the default port, you can change the port number. -
To change the port, perform the following steps:
a. Open the
conf
directory and copysample.ini
tocustom.ini
.Note: You should edit
custom.ini
, neverdefaults.ini
.b. Edit
custom.ini
and uncomment thehttp_port
configuration option.;
is the comment character in ini files.c. Change the port to
8080
or something similar.Port
8080
should not require extra Windows privileges.
Next steps
- [Start the Grafana server]({{< relref "../../start-restart-grafana" >}})