• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Grafana permissions needed for dashboards:read

TactfulBit

New Pleskian
Server operating system version
Ubuntu 24.04.2 LTS
Plesk version and microupdate number
18.0.69 Update #1
I have a brand new Plesk server install, and after trying to add the Grafana extension, I can't seem to get it to work. I keep getting this error:
1745513339296.png

Does anyone have some suggestions on this? I searched the forum and online but I could not find anything substantial. Maybe someone here has a better idea.
 
Often the issue is caused due to corruption in Grafana, please try re-installing the extension according to the steps you can find here.
If that doesn't help, please review the /usr/local/psa/admin/conf/panel.ini and confirm if you see any authentication method specified under [ext-grafana].
 
Apologies for the late reply. I did follow the steps in the guide provided, but the issue is still there. I get the same error that I need additional permissions to view the Grafana dashboard.
1746009608146.png

It looks to me an issue with permissions somewhere in the chain, but I can't figure out which config file might need an update.
 
Thank you for the update. This directive modifies the Grafana authentication methods. Please create a backup of the panel.ini file:

cp -a /usr/local/psa/admin/conf/panel.ini /usr/local/psa/admin/conf/panel.ini-bkp

Open the original panel.ini file and remove the lines:

[ext-grafana]
allowSuperAdmin = true

Then save the file an give it another go. I hope that helps.
 
Thanks for the reply, and indeed, this fixes the issue. When I initially installed Grafana through the extensions section, it had that provision for the panel.ini in the description and pictures.
Maybe it needs updating, then, if it causes this issue?
1746015777448.png
 
Glad to hear it worked out.

I am not entirely sure I was able to understand the second part, sorry. Do you mean that the directive was automatically added to panel.ini post installation? (I am unable to reproduce that behavior on a test server). Or you are referring to the extension description? If yes, this part is intended for configuring custom dashboards and data sources in Grafana.
 
Back
Top