In this article I will show you all the steps required for Installing Grafana on Windows Operating System. After reading this article if you still have any query then please write to me in the comment box. I will be happy to answer your query.
There are two approaches of installing Grafana on Windows.
Approach 1: Install With Windows Installer
Installing Grafana with Windows Installer is pretty straight forward. You will have to download the software which you can get from here Download grafana-6.7.3.windows-amd64.msi
Approach 2: Install standalone Windows binary
- Click Download the zip file. Important: After you’ve downloaded the zip file and before extracting it, make sure to open the properties for that file (right-click Properties) and select the
unblock
check box and then clickOk
. - Extract this folder to anywhere you want Grafana to run from.
- Start Grafana by executing
grafana-server.exe
, located in thebin
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.
Default Grafana Web URL:
http://localhost:3000
Default Grafana Username and Password:
username: admin
password: admin
I hope that you liked this article. To continue reading more about Grafana click here or select one of the blogs from below.
- Embedding Grafana in a websiteIntroduction of Embedding Grafana in a website Embedding grafana in a website is pretty simple if you want to embed Grafana …
- Monitor Docker Using Telegraf and GrafanaIn this article I am going to show you how you can Monitor Docker Using Telegraf and Grafana. Let us begin …
- Grafana Email Alerts and Change Default TemplateIn this article I am going to show you how you can configure Grafana Email Alerts and Change Default Template. Please …
Grafana Email Alerts and Change Default Template Read More »
- Grafana and Telegram IntegrationIf you want to integrate Grafana and Telegram so that Grafana alerts can be received in any of the Telegram groups …
- Installing InfluxDb and TelegrafIn this article I will show you steps for Installing InfluxDb and Telegraf. If there is any query please write in …