• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Install A Theme

/usr/local/psa/bin/

Its in the docu section "obtaining a theme package"
 
I upload the theme to: /usr/local/psa/bin/
?

Then execute
branding_theme -i -vendor admin -source <path/filename.zip>
 
no you have to execute /usr/local/psa/bin/branding_theme -i -vendor admin -source <path/filename.zip>
you have to replace <path/filename.zip> with the path to your theme for example

/usr/local/psa/bin/branding_theme -i -vendor admin -source /var/tmp/mytheme.zip
 
Back
Top