Grafana

An open-source platform for analytics and monitoring with customizable dashboards.

Access Grafana UI

Open your browser and go to: http://<server-ip>:3000

Login

Username: admin

Password: admin

Change your password after the first login.

Manage Grafana Service

Use systemctl commands to control Grafana:

sudo systemctl status grafana-server  
sudo systemctl restart grafana-server  
sudo systemctl stop grafana-server

Security Tip

For production, secure your Grafana instance by enabling HTTPS or using a reverse proxy.

Official Documentation

https://grafana.com/docs/grafana/latest/

Application Details