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