Plesk

How to change the logo in Plesk

Question

How to change the logo in Plesk?

Answer

  1. Log in to Plesk.

  2. Go to Tools & Settings > Branding (under Plesk Appearance).

  3. On the Plesk Branding page, click Browse... to upload a new logo and click OK.

 

Command-line instructions for Linux

 

The instructions below are applicable if a custom Plesk logo has not been set up previously.

  1. Connect to a Plesk server via SSH.

  2. 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.

  3. 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>

  4. Update the Plesk database:

    # plesk db "INSERT INTO `misc` VALUES ('logo_id','1')"
    # plesk db "INSERT INTO `Logos` VALUES (1,'<filename>','<filename>','none')"

 

Additional Information

Exit mobile version