Install Grafana
wget https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana_8.1.4_amd64.deb
sudo apt-get install -y adduser libfontconfig
sudo dpkg -i grafana_8.1.4_amd64.debsudo systemctl daemon-reload && sudo systemctl enable grafana-server && sudo systemctl start grafana-serverLast updated
Was this helpful?