服务器版本:Rocky linux 9
1.1 下载(可以在清华源下载):
https://mirrors.tuna.tsinghua.edu.cn/grafana/yum/rpm/Package/
1.2 下载之后上传至服务器。
[root@localhost data]# ls
grafana-enterprise-10.1.0-1.x86_64.rpm
1.3 yum安装解决依赖关系
yum -y install grafana-enterprise-10.1.0-1.x86_64.rpm
2.1 开启服务
systemctl start grafana-server.service
2.2 查看端口验证(默认监听3000端口)
netstat -tunlp|grep 3000
3.1 浏览器访问http://服务器IP:3000/login
登陆,默认用户名跟密码都是admin
(访问不了可能是防火墙问题)。
3.2 登陆后首次要修改密码,也可跳过。
登陆完成。