• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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