Start Grafana server grafana
Start the Grafana service via systemd
systemctl start grafana-server
more grafana
all 11 commands →
Check Grafana status
systemctl status grafana-server
Create API key (CLI)
grafana-cli admin reset-admin-password newpassword
List plugins
grafana-cli plugins list-remote
Install plugin
grafana-cli plugins install grafana-piechart-panel
Export dashboard via API
curl -s http://admin:admin@localhost:3000/api/dashboards/uid/MY_UID | jq .dashboard