访问 Grafana 用户界面
打开浏览器并访问: http://<server-ip>:3000
登录
用户名: admin
密码: admin
首次登录后请更改密码。
管理 Grafana 服务
使用 systemctl 命令控制 Grafana:
sudo systemctl status grafana-server sudo systemctl restart grafana-server sudo systemctl stop grafana-server
安全提示
在生产环境中,请通过启用HTTPS或使用反向代理来保护Grafana实例的安全。
官方文档