Install on Debian/Ubuntu | Grafana Labs
grafana.com › docs › grafanaDepending on which system you are running, click Linux or ARM. Copy and paste the code from the installation page into your command line and run. It follows the pattern shown below. sudo apt-get install -y adduser libfontconfig1 wget <.deb package url> sudo dpkg -i grafana<edition>_<version>_amd64.deb. Bash.
Restart Grafana | Grafana Labs
grafana.com › docs › grafanaRestart the server with systemd. To restart the service and verify that the service has started, run the following commands: sudo systemctl restart grafana-server sudo systemctl status grafana-server. Bash. Alternately, you can configure the Grafana server to restart at boot: