System Requirements

Before installing, ensure your system meets the following criteria:

  • OS: Linux/macOS/Windows (⚙️)
  • Memory: Minimum 2GB RAM (💾)
  • Disk Space: At least 500MB available (📦)
  • Dependencies: Python 3.6+ and Node.js 14+ (🔧)

Grafana

Installation Steps

  1. Download the Installer
    Visit the official Grafana download page to get the latest version (📄).

    Grafana installer

  2. Run the Installer

    • On Linux: sudo apt-get install grafana (🐧)
    • On macOS: brew install grafana (🍎)
    • On Windows: Use the installer GUI (🖥️)
      Installation process
  3. Configure Grafana
    Edit the configuration file (/etc/grafana/grafana.ini) to set your preferred settings (🛠️)

    Configuration file

  4. Start the Service
    Use sudo systemctl start grafana-server (🔄) or grafana-server command (CLI).

Post-Installation

After installation, access Grafana via http://localhost:3000 (🌐) and complete the initial setup (🔑).
For advanced configurations, check the Grafana configuration documentation.

Grafana dashboard