##Purchasing a Plesk for SIDEKICK license(s)
If you would like to purchase SIDEKICK for Plesk or arrange a free demo, please visit http://www.sidekick.pro/plesk-extension or contact [email protected]
##Installation Instructions
###Option 1: Manual Activation
To activate SIDEKICK for Plesk, enter the SIDEKICK API credentials you received when you opened your account within the SIDEKICK extensions page.
If you have misplaced your API Credentials, please contact us at [email protected].
####Extension Catalog To install the SIDEKICK for Plesk extension into a single Plesk instance,
- Login to Plesk
- Click “Extensions” and then
- Click "Extensions Catalog"
- Find SIDEKICK and click "Install"
####Download Download the sidekick_plesk_extension.zip from the dist folder within this repository and upload it to your Plesk installation.
- Login to Plesk,
- Click “Extensions” and then
- Click “Add Extension”
- Upload the zip file and click OK
###Option 2: Deploy Plesk Automatically with Every Installation
Through some simple bash scripting you can utilize the Plesk API to install and activate the SIDEKICK extension.
/usr/local/psa/bin/extension -i sidekick_extension.zip;
plesk php /usr/local/psa/admin/plib/modules/sidekick/scripts/configure.php sidekick_api_email sidekick_api_password;
#####Example /usr/local/psa/bin/extension -i /mnt/hgfs/dist/sidekick_plesk_extension.zip; plesk php /usr/local/psa/admin/plib/modules/sidekick/scripts/configure.php [email protected] ;
###Option 3: For Advanced Mass Deployments
For advanced installations you can directly call the SIDEKICK API to authenticate and generate a new key.
#####Follow these articles: