• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue Completely disable Parallls branding in the web panel

CWD

New Pleskian
Greetings,

we are currently looking into improving our company branding and one thing we noticed is, that it is seemingly impossible to remove Parallels branding from the Plesk web panel.

We found out how to insert our own logo via the documentation, but I am talking about the "Powered by Plesk" Logo in the top right corner of the panel, as well as the plesk.com | Share an oppinion | Suggest an idea buttons on the bottom of the page.

My question is, is it possible to remove this branding completely? If so, how do we do it? We would like to completely disable te logo in the upper right corner and preferably have custom links in the footer on the bottom of the page.

It would be amazing if anyone would be willing to help.

Regards
 
On another note, would it also be possible to modify the "Help" dropdown menu next to the logo, so we can insert links to our own knowledge-base?

Thanks very much in advance.
 
You can add to /usr/local/psa/admin/conf/panel.ini lines

[facebook]
showLikeLink=false

[feedback]
userVoice=false

[rating]
enabled=false
 
plesk.com can be found and removed from file /usr/local/psa/admin/application/default/layouts/_footer.phtml line

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