Creating a Promo

You can create your own promo by editing the panel.ini configuration file.

To create a promo:

  1. Open the configuration file /usr/local/psa/admin/conf/panel.ini on the Plesk-managed server. If the file does not exist, create it.
  2. Add the line [promos] to the file.
  3. Specify the parameters of your promo by adding lines like "<promo_name>.<parameter>=<value>" after the line [promos]. You can use the following parameters:

    For example, you want to create a promo that looks like the following (this is the Plesk default Google Integration Promo):

    google-promo

    You need to add the following lines to the panel.ini:

    [promos]

    custom.googleIntegration.active=true

    custom.googleIntegration.icon=http://www.softicons.com/download/internet-cons/webset-icons-by-graphicriver/png/48/google.png

    custom.googleIntegration.title=integration with Google Services

    custom.googleIntegration.text=Configure integration with Google Services, such as AdSense, Google Apps, Webmaster tools.

    custom.googleIntegration.buttonUrl=https://plesk.server:8443/plesk/server/google-tools/

    custom.googleIntegration.buttonText=Configure

    custom.googleIntegration.hideText=Hide

  4. Save the file.