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.
With Grafana | Grafana Labs
grafana.com › docs › grafanaStep 3: Create a dashboard. Click the + icon on the side menu. On the dashboard, click Add an empty panel. In the New dashboard/Edit panel view, go to the Query tab. Configure your query by selecting -- Grafana -- from the data source selector. This generates the Random Walk dashboard. Click the Save icon in the top right corner of your screen ...
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: