Starting

This page includes instructions for starting the Grafana server.

Start the Grafana server

Complete the following steps to start the Grafana server using systemd and verify that it is running.

  1. To start the service, run the following commands:

    sudo systemctl daemon-reload
    sudo systemctl start grafana-server
  2. To verify that the service is running, run the following command:

    sudo systemctl status grafana-server

Configure the Grafana server to start at boot using systemd

To configure the Grafana server to start at boot, run the following command:

sudo systemctl enable grafana-server.service

Refrences

Last updated