Articles in this section

How to hide extensions from Plesk Extensions Catalog

Plesk for Linux

Applicable to:

  • Plesk for Linux
  • Plesk for Windows

Question

How to hide extensions from Extensions catalog in Plesk or block extensions from automatic installation?

Answer

Blacklist unwanted extensions in Plesk configuration file:

 

Via Plesk interface

 

  1. Log in to Plesk.

  2. Install Panel.ini Editor extension from the Extensions catalog.

  3. Go to Extensions > My Extensions > Panel.ini Editor > Open > Editor tab > Edit.

  4. Add the following lines at the end of the file:

    CONFIG_TEXT: [extensions]
    blacklist = advisor, docker

  5. Click Save to apply the changes.

Via command-line interface (Linux)

 

  1. Connect to the Plesk server via SSH.

  2. Open the file /usr/local/psa/admin/conf/panel.ini in a text editor. In this example, we are using vi editor:

    # vi /usr/local/psa/admin/conf/panel.ini

    Note: If the file does not exist, create it from sample:

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

  3. Add the lines below at the end of the file:

    CONFIG_TEXT: [extensions]
    blacklist = advisor, docker

  4. Save the changes and close the file.

Via command-line interface (Windows Server)

 

  1. Connect to the Plesk server via RDP.

  2. Open the file %plesk_dir%admin\conf\panel.ini in a text editor.

    Note: If the file does not exist, create it from a sample file panel.ini.sample located in the same directory.

  3. Add the lines below at the end of the file:

    CONFIG_TEXT: [extensions]
    blacklist = advisor, docker

  4. Save the changes and close the file.

 

Additional Information

To find the internal extension name, open it in Plesk Extensions and check the URL:




Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.