Starting
This page includes instructions for starting the Grafana server.
Start the Grafana server
sudo systemctl daemon-reload sudo systemctl start grafana-serversudo systemctl status grafana-server
Configure the Grafana server to start at boot using systemd
sudo systemctl enable grafana-server.serviceRefrences
Last updated