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

How do I remove references to Virtuozzo

This is completely insane... if this is still a problem by the time i'm installing our first 8.1 server, i'm going to be on the phone with whoever it takes to remove this ****.
 
I've written to Tech Support about all the spam advertising floating around Plesk 8.1 and they said it is nothing they can resolve. It is an issue for their Marketing Department.
 
you can edit the skins CSS files :

To hide news edit :
/usr/local/psa/admin/htdocs/skins/SKIN_NAME/css/main/desktop.css

.dBox {
margin: 10px 0 0 10px;
display: none; /** add this line **/

To remove Virtuozzo name from top:
Edit :
/usr/local/psa/admin/htdocs/skins/SKIN_NAME/css/top/custom.css

#topTxtBanner {
display: -moz-inline-box;
display: inline-block;
border-left: 1px solid #868b93;
background-image: url('../../images/vz_top.gif');
background-position: 9px 3px;
background-repeat: no-repeat;
padding-left: 36px;
padding-right: 7px;
text-align: left;
display: none; /** add this line **/
 
After installing hotfix3 for Plesk 8.1.0 you'll have checkboxes under Server -> Interface Preferences to hide the Virtuozzo promotion, Fotolia promotion and Horde newsfeeds.
 
Can you post a link to the hotix .. I looked at a page with Plesk patches but couldn't see that one ...
 
Back
Top