Hi, i’ve installed grafana 7.3.6 on Windows Server 2019 (it’s the first time I want to run it on Windows).
As describe i have copied sample.ini to custom.ini and changed the port to 8080.
Than i startet grafana-server.exe and tried to open grafana in the browser using http://localhost:8080.
The following message is shown:
Grafana
If you're seeing this Grafana has failed to load its application files
1. This could be caused by your reverse proxy settings.
2. If you host grafana under subpath make sure your grafana.ini root_url setting includes subpath. If not using a reverse proxy make sure to set serve_from_sub_path to true.
3. If you have a local dev build make sure you build frontend using: yarn start, yarn start:hot, or yarn build
4. Sometimes restarting grafana-server can help
Actually i’m not familiar with proxy settings. so first i changed the setting serve_from_sub_path to true and restartet grafana-server.exe. But still the same message.
Can somebody know how to get grafana to run?
If there are some data that can help finding the cause let me know where to find them and I will post them.
Downloaded the binaries (zip file) on a Windows 10 Enterprise machine, extracted it and run grafana-server.exe without any modifications on the config.
Worked out of the box.
Then copied the zip file on the Windows Server machine and tried the same.
But i get the same output (“If you’re seeing this Grafana has failed…”) in the browser.
Maybe the error is caused by the operation system?
I enabled the compatability mode for grafana-server.exe and run is as administrator.
But unfortunatelly this didn’t solve the issue.
hi Do you figure out what happened with this issue, the same problem was when I tried to install the several latest versions of grafana on the win server 2012 R2, it works when I installed the 7.2.2 after I read your post.