Unleash Your Server Potential with Expert Insights
Over $120 Million in Payouts!Sponsored by: FundingTicks
Sponsored by: FundingTicks
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