• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved panel.ini not found in extension

StephM

New Pleskian
Hi,

I can't install panel.ini on a Plesk Server (Debian 10) ; it is not found in the interface > Extension and with cli :

plesk bin extension --list |grep panel
panel-migrator - Plesk Migrator

plesk bin extension --install panel-ini-editor
'panel-ini-editor' neither a valid package name or a path

exit status 1

Thanks
 
Please check that it is not blacklisted in panel.ini like:

[extensions]
blacklist = panel-ini-editor
 
plesk bin extension --install panel-ini-editor
'panel-ini-editor' neither a valid package name or a path
I might be wrong, but as far as I know thats not a supported way to install extensions trough the CLI. You'll need to use the full path to a zip archive with the extension. Or either install the extension from trough the GUI.
 
i found in /opt/psa/admin/conf/panel.ini

[extensions]
blacklist = "panel-ini-editor","diskspace-usage-viewer"

i change with

[extensions]
blacklist = "diskspace-usage-viewer"

reboot

but i can't install panel.ini
 
I might be wrong, but as far as I know thats not a supported way to install extensions trough the CLI. You'll need to use the full path to a zip archive with the extension. Or either install the extension from trough the GUI.
on gui i can't find panel.ini
 
It's worth checking if the Panel.ini Editor extension is blacklisted as @IgorG also suggested. Connect to your server over SSH and open the panel.ini file with your favourite editor. For example # nano /usr/local/psa/admin/conf/panel.ini and search for the following lines in the file:

Code:
[extensions]
blacklist = panel-ini-editor

Also, you can try this direct link to see if you can access the Panel.ini Editor extension in the Extension Catalog: https://<your server hostname>:8443/modules/catalog/index.php/catalog/package/panel-ini-editor
 
Last edited:
Thanks
It's worth checking if the Panel.ini Editor extension is blacklisted as @IgorG also suggested. Connect to your server over SSH and open the panel.ini file with your favourite editor. For example # nano /usr/local/psa/admin/conf/panel.ini and search for the following lines in the file:

Code:
[extensions]
blacklist = panel-ini-editor

Also, you can try this direct link to see if you can access the Panel.ini Editor extension in the Extension Catalog: https://<your server hostname>:8443/modules/catalog/index.php/catalog/package/panel-ini-editor
Thanks, it's ok with direct link
 
Back
Top