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.
To start the service, run the following commands:
sudo systemctl daemon-reload sudo systemctl start grafana-serverTo 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.serviceRefrences
Last updated