Grafana web service fails to start

I Installed Grafana on the remote system successful (Fedora/25), and enabled the Grafana-server, its status is success, now when I type the URL://:3000
I am getting error “This site can’t be reached” please help
Same worked on Ubuntu, but fails on Fedora/25

Please ignore issue got fixed

I’m having the same issue on Fedora 26… how did you fix it?

Thanks!!

I have allowed Grafana through the firewall by issuing the command

Allow Grafana through firewall

firewall-cmd --permanent --zone=public --add-port=3000/tcp
firewall-cmd --reload

More details at http://vmkdaily.ghost.io/influxdb-and-grafana-on-centos/