Skip to content
  • Solutions
    By Role
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    By Infrastructure
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
  • Product
    • Plesk Features
    • Plesk Editions
    • What’s new
    • Pricing
    • Roadmap
    • Lifecycle Policy
    • Extensions Catalogue
  • Pricing
  • Extensions
    Featured Extensions
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    Bundles and packs:
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack

    See all Extensions

  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
Plesk 360 login
Free Trial

Knowledge Base

How to change Powered by Plesk logo in header and footer text

 
backupjavascriptjslinuxplesk for linux

Question

How to change Powered by Plesk logo in the header and the footer text?

Answer

  • To change "Powered by Plesk" image in the header, replace the file with a custom image. The name of the file should remain the same:

On Windows:

  1. Log into the server via RDP.

  2. Upload the required image to the server in the .png format for example with the name image.png

  3. Rename image.png to powered-logo.png.

  4. Copy and paste with the powered-logo.png to the following location

    %plesk_dir%adminadmincppublicthemeimageslogospowered-logo.png

On Linux:

  1. Connect to the server via SSH.

  2. Use any preferred method to upload the new image into the server as .png format, for example with the name image.png

  3. Copy the image.png file to the right location while renaming this as powered-logo.png:

    # cp ./image.png /usr/local/psa/admin/cp/public/theme/images/logos/powered-logo.png

  4. Confirm to replace the existing file if prompted.

  • To change plesk.com title in the footer

Plesk on Linux 18.0.34 and above:

NOTE: File will be overwritten by Plesk update. Create backup after modifying it

  1. Log into the server via SSH.

  2. Create a backup for the /usr/local/psa/admin/cp/public/javascript/main.js file:

    # cp -pr /usr/local/psa/admin/cp/public/javascript/main.js{,.backup}

  3. Execute the command below, replacing example.com with required URL instead of plesk.com:

    # sed -i.bkp -e 's/("a",{href:e.product.siteUrl,target:"_blank",rel:"noopener noreferrer"},")plesk.com/1example.com/' /usr/local/psa/admin/cp/public/javascript/main.js

Plesk on Linux older updates:

Modify in text editor the following line:

<a href="<?= Plesk_Config::get()->product->siteUrl; ?>" target="_blank">plesk.com</a>

Change the line #105 in /usr/local/psa/admin/application/default/layouts/layout.phtml

NOTE: File will be overwritten by Plesk update. Create backup after modifying it

On Windows:

Modify the following line:

<a href="<?= Plesk_Config::get()->product->siteUrl; ?>" target="_blank">plesk.com</a>

Change the line #102 in %plesk_dir%adminapplicationdefaultlayoutslayout.phtml

NOTE: File will be overwritten by Plesk update. Create backup after modifying it

  • To change the URL for the Powered by Plesk logo:

    At the moment it is not possible to change the URL for Powered by Plesk logo due to the changed structure inside /usr/local/psa/admin/application/default/layouts/layout.phtml file at the latest Plesk versions.
    As an a workaround, use custom themes or develop your own extension.

  • Additional Information

    Below articles can be interesting:
    How to change Plesk logo?

    Using Custom Themes

Tweet
Share
Share
Email
0 Shares
Read the full article
Related Posts

How to Check Open Ports in Linux (Simple Commands & Tools)

Read More »

Linux Logs Explained

Read More »

You Are Always Safe When You Have an Up-To-Date Plesk Backup

Read More »
Knowledge Base

How to update Plesk Obsidian to the latest build?

Read More »

Operations in Plesk fail: Allowed memory size of X bytes exhausted (tried to allocate Y bytes)

Read More »

Installing, updating or removing extensions in Plesk fails: file segments is not readable

Read More »

How to find version of Plesk installed on server?

Read More »

Hosting Wiki

  • JSON
  • Server Redundancy
  • Linux Containers
  • Bare Metal Server
  • JSP
  • Backup
  • Oracle VM Server
  • Server Virtualization Software
  • Windows Server
  • Linux
  • JavaScript
  • Plesk
  • Web Server
  • DNS Server
  • SSH
  • URL
X-twitter Linkedin Youtube Reddit Github
  • Product
  • Login
  • Pricing
  • Editions
  • For Partners
  • Partner Program
  • Contributor Program
  • Affiliate Program
  • Plesk University
  • Company
  • Blog
  • Careers
  • Events
  • About Plesk
  • Our Brand
  • Resources
  • User and Admin guides
  • Help Center
  • Migrate to Plesk
  • Contact Us
  • Hosting Wiki
  • Forum
  • Legal
  • Legal
  • Privacy Policy
  • Imprint

© 2025 WebPros International GmbH

Part of the WebPros®  Family