Unleash Your Server Potential with Expert Insights
Hosting provided by: CloudwaysSponsored by: shopp.bio
Sponsored by: shopp.bio
Category: VPS Setup
cat > /etc/yum.repos.d/grafana.repo <
yum install grafana -y
systemctl start grafana-server
firewall-cmd --add-port=3000/tcp
http://ip:3000
—test withcurl http://ip:3000