Hiding Plesk Promos

You can either hide promos at all or hide some specific promos, namely:

In all these cases, modify the panel.ini configuration file to get the desired result.

To hide all promos in Plesk:

  1. Open the configuration file %plesk_dir%\admin\conf\panel.ini on the Plesk-managed server. If the file does not exist, create it.
  2. Place the following lines in the file and save it:

    [promos]

    enabled=off

    [aps]

    serverAppsPromoEnabled=off

To hide promos on the Server Administration Panel and Customer Panel > Home pages:

  1. Open the configuration file %plesk_dir%\admin\conf\panel.ini on the Plesk-managed server. If the file does not exist, create it.
  2. Place the following lines in the file and save it:

    [promos]

    enabled=off

To hide Plesk promos on the Server Administration Panel > Tools & Settings and Tools & Settings > Mail Server Settings pages:

  1. Open the configuration file %plesk_dir%\admin\conf\panel.ini on the Plesk-managed server. If the file does not exist, create it.
  2. Place the following lines in the file and save it:

    [aps]

    serverAppsPromoEnabled=off

To hide a certain promo on the Server Administration Panel and Customer Panel > Home pages:

  1. Open the configuration file %plesk_dir%\admin\conf\panel.ini on the Plesk-managed server. If the file does not exist, create it.
  2. Place the following lines in the file and save it:

    [promos]

    <promo_id>.active=false

    The <promo_id> may be one of the following:

    Otherwise, it can be your own promo name.