Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

Install Grafana on Windows and Windows Server

Posted on 03/07/202005/09/2026 IT Expert By IT Expert No Comments on Install Grafana on Windows and Windows Server
  1. Home /
  2. Network | Monitoring /
  3. Install Grafana on Windows and Windows Server
Installgrafana

Grafana is multi-platform open-source analytics and interactive visualization web application that integrates with complex data from sources like Prometheus, InfluxDB, Graphite, and ElasticSearch. It provides charts, graphs, and alerts for the web when connected to supported data sources. It is expandable through a plug-in system. Please see how To Configure VM Update Management on Azure Stack Hub, and How to increase the Windows PIN complexity to accommodate more digits.

See this guide on how to install Grafana on Ubuntu Linux. Grafana Enterprise includes access to enterprise plugins that take your existing data sources and allow you to drop them right into Grafana.

This means you can get the best out of your complex, expensive monitoring solutions, and databases by visualizing all the data in an easier and more effective way. In this guide, you will learn how to install Grafana on Windows and Windows Server.

Grafana enables users to create complex monitoring dashboards using interactive query builders. This lets you create alerts, notifications, and ad-hoc filters for your data. This also makes collaboration with your teammates easier through built-in sharing features. Grafana supports querying Prometheus and the data source for Prometheus has been included since Grafana 2.5.0.

Part 1: Download and Install Grafana

Below are the steps to install Grafana on Windows 10 or Windows Server. Download Grafana from the official website as shown below. Click on Download the installer

Screenshot of the Grafana download page highlighting the Windows installer option along with download links for Windows and other platforms.

– Open the Downloaded file (MSI) as shown below and click on run as shown below.

A screenshot of a Windows Downloads folder showing files, including a highlighted Windows installer for Grafana version 7.0.5 and other file types.
Execute the installer and continue with the installation process.

Note: If your Microsoft defender is active as in the example below. You may be prompted with the Window below that the app cannot run. In this case,

  • Click on the More info button and
  • Select Run anyway.
A Windows security alert message indicating that Microsoft Defender SmartScreen has blocked an unrecognized app from starting, with options for more information and a button to cancel the action.
Windows security alert indicating that Microsoft Defender SmartScreen has blocked an unrecognized app from running. The message displays the app name 'grafana-7.0.5.windows-amd64.msi', notes an unknown publisher, and provides options to 'Run anyway' or 'Don't run'.

Click on Next as shown on the Welcome to Grafana OSS Setup Wizard

Screenshot of the GrafanaOSS Setup Wizard welcome page, featuring an introduction to the installation process and a highlighted 'Next' button for proceeding.

Accept the terms of the license agreement and click on “Next” as shown below

Screenshot of the Grafana OSS setup showing the End-User License Agreement, with the option to accept the terms highlighted and an arrow pointing to the 'Next' button.

On the custom setup page, click on “Next” as shown below

Grafana OSS Setup window showing custom installation options with checkboxes for Grafana features, including 'Run Grafana as a Service'. An arrow points to the 'Next' button.

Please see Using Prometheus for Monitoring, How to Configure Azure Monitor for VMs on Azure Stack Hub, how to Install, configure Prometheus for Monitoring on a Linux Server, How To Configure VM Update Management on Azure Stack Hub, and How to increase the Windows PIN complexity to accommodate more digits.

Install GrafanaOSS

On the “ready to Install GrafanaOSS” wizard, click n Install as shown below.

GraficanaOSS installation setup window with 'Ready to install' message and highlighted 'Install' button.

From here, the installation should start and when the installation is complete, you will be asked to click on “Finish” to complete the installation.

GrafanaOSS Setup window indicating installation progress with a green progress bar and Grafana logo.
GrafanaOSS Setup Wizard completion window, featuring a 'Finish' button highlighted to exit the setup.

Now the installation of Grafana is complete and if the service is running correctly, you should be able to fire-up Grafana on the server any of the following below.

- localhost:3000
- IPaddress:3000

The default port is 3000. In a production environment, you may need to open port 3000 on your network (router) and on the server itself (Grafana Server).

Enter the default username and password. Below are the default credentials for Grafana.

Username: admin
Password: admin
Grafana login screen with fields for email or username and password, featuring a 'Log in' button and a hint for password recovery.

Note: Every Grafana installation uses the same administrative credentials by default, therefore it is best practice to change your login information as soon as possible. upon entering the default password, you will be prompted to change your password. Simply enter your new password as shown below and click on submit.

Note:This step can be skipped as shown in the image below. It is recommended to have it changed, so why do you want to skip it?

Login screen for Grafana with fields for new password and confirmation, buttons for submitting or skipping the setup.

Now we are presented with the default Grafana Home screen as shown below.

Grafana dashboard interface displaying a welcome message, basic setup instructions, and links to tutorials, documentation, and community resources.

Part 2 – Define the configuration file

By default, Grafana relies on configuration files located in the conf folder of your installation directory. For this installation, its conf folder is located at C:\Program Files\GrafanaLabs\grafana as an example

Note: The NSSM is responsible for launching the Grafana service and it is a service manager for Windows.

Screenshot of a Windows File Explorer window showing the contents of the 'GrafanaLabs' folder, which includes a subfolder named 'grafana' and an application file 'nssm'.
A Windows File Explorer window showing the directory structure of the 'grafana' folder, highlighting the 'conf' folder in red, along with other folders like 'bin', 'data', and 'plugins-bundled'.
File explorer window showing the 'conf' directory under 'GrafanaLabs', containing configuration files such as 'ldap.toml' and 'sample'.

By default, Grafana is going to use the content of the defaults.ini file, but we are going to overwrite that to have our own custom configuration file.

Screenshot of the Grafana configuration directory in Windows, showing folders and TOML files, with the 'defaults' file highlighted and opened in Notepad, displaying configuration settings.

Note: You can replace the default configuration file with a new file and before doing this, ensure you make a backup of this file, so when you run into configuration issues, etc in the new file, then you can revert to it. Refer to the Configuration page for details on options for customizing your environment, logging, database, etc.

Refer to the Configuration page for details on options for customizing your environment, logging, database, etc.

I hope you found this blog post helpful. Now, you have learned how to install Grafana on Windows and Windows Server. If you have any questions, please let me know in the comment session

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
Network | Monitoring Tags:Monitoring, Monitoring tool, Network Monitoring, Slide, Windows 10, Windows 11, Windows Server 2016

Post navigation

Previous Post: How to install Grafana on Ubuntu Linux
Next Post: Clean Install and PC Reset: How to perform a Fresh Start installation of Windows 10

Related Posts

  • SSU
    What to know about the servicing stack update and latest cumulative update in Windows Network | Monitoring
  • screenshot 2020 02 08 at 17.31.28
    How to perform Password Change with OWA Network | Monitoring
  • Explorer Error
    How to fix an attempt was made to reference a Token that does not exist Network | Monitoring
  • Add Nutanix AHV to Veeam
    Full Integration Guide on how to Add Nutanix AHV to Veeam Network | Monitoring
  • Featured image GPU Temp
    How to check graphics card temperature on Windows 11 Network | Monitoring
  • pst
    Outlook Data File: Fix PST Error – Exceeded Maximum Large Items Network | Monitoring

More Related Articles

SSU What to know about the servicing stack update and latest cumulative update in Windows Network | Monitoring
screenshot 2020 02 08 at 17.31.28 How to perform Password Change with OWA Network | Monitoring
Explorer Error How to fix an attempt was made to reference a Token that does not exist Network | Monitoring
Add Nutanix AHV to Veeam Full Integration Guide on how to Add Nutanix AHV to Veeam Network | Monitoring
Featured image GPU Temp How to check graphics card temperature on Windows 11 Network | Monitoring
pst Outlook Data File: Fix PST Error – Exceeded Maximum Large Items Network | Monitoring

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • Connect to FTP Server
    Secure FTP Login Issue: NAT Router Configuration for Passive Mode and Port Forwarding Windows Server
  • login keyboard feature
    Sign-In Method Not Allowed: Contact Network Administrator Windows Server
  • Machine translation software min
    Self-hosted translator: How to install and uninstall SYSTRAN 6 translator on Windows Security | Vulnerability Scans and Assessment
  • no pg hba
    Resolve “no pg_hba.conf entry for host on PostgreSQL Oracle/MSSQL/MySQL
  • Create a User and Custom Domain in Entra ID
    How to Create a User and Custom Domain in Entra ID AWS/Azure/OpenShift
  • loc
    Solve VMware workstation .lck error [Part 1] Virtualization
  • Installing Jenkins
    How to Install and Configure Jenkins on Windows 11 Configuration Management Tool
  • CAL Removal
    How to Remove and Manage RDS Licenses Web Server

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,762 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Contact
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon
  • Bsky

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.