# Instalación nativa (Windows) de Grafana

## **Requisitos previos**

* Windows 10 (64 bits) o superior.
* PowerShell 5 o superior.
* Procesador de 64 bits.
* Opcional: Docker Desktop para Windows (recomendado para producción o pruebas avanzadas).

## **Instalación nativa (sin Docker)**

1. **Prepara una carpeta de trabajo**

* Crea una carpeta sencilla en cualquier espacio que consideres oportuno, por ejemplo:\
  `C:\Users\TU_USUARIO\Desktop\nativa\grafana`

2. **Descargar Grafana**

* Abre PowerShell como administrador
* Descarga el archivo ZIP correspondiente.

{% code title="powershell" overflow="wrap" %}

```powershell
wget https://dl.grafana.com/enterprise/release/grafana-enterprise-11.0.0.windows-amd64.zip -UseBasicParsing -OutFile grafana-enterprise-windows.zip
```

{% endcode %}

3. **Extraer los archivos**

* Extrae el contenido del ZIP en la carpeta, por ejemplo: `C:\Users\TU_USUARIO\Desktop\nativa\grafana\grafana-enterprise-windows`.

4. **Ejecutar el servidor**
   1. Accede a la carpeta extraída y entra en el directorio bin
   2. Ejecuta el archivo `grafana-server.exe` desde la línea de comandos (cmd o PowerShell) o haciendo doble clic
   3. El servidor arrancará y mostrará mensajes de log en la consola.
5. **Verificar la instalación**

Abre tu navegador y entra en: [`http://localhost:3000`](http://localhost:3000)\
Aquí tendrás la interfaz web de Grafana lista para usar.

Usuario y contraseña por defecto: `admin` / `admin`

<figure><img src="/files/tWPmthy8k5uG0znM5HRN" alt=""><figcaption><p>Inicio de sesión Grafana</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://darioaplicano.gitbook.io/influxdb2.x/instalacion-y-configuracion-inicial/4.-grafana/instalacion-nativa-windows-de-grafana.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
