• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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 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