Question
How to change the logo in Plesk?
Answer
-
Go to Tools & Settings > Branding (under Plesk Appearance).
-
On the Plesk Branding page, click Browse... to upload a new logo and click OK.
The instructions below are applicable if a custom Plesk logo has not been set up previously.
-
Connect to a Plesk server via SSH.
-
Upload a custom Plesk logo to
/usr/local/psa/admin/htdocs/images/logos/
.Note: To change the "powered by Plesk" image, replace the
/usr/local/psa/admin/htdocs/theme/images/logos/powered-logo.png
file with a custom one. The filename should remain the same. -
Set the required permissions:
# chown root:root /usr/local/psa/admin/htdocs/images/logos/<filename>
# chmod 644 /usr/local/psa/admin/htdocs/images/logos/<filename> -
Update the Plesk database:
# plesk db "INSERT INTO `misc` VALUES ('logo_id','1')"
# plesk db "INSERT INTO `Logos` VALUES (1,'<filename>','<filename>','none')"