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

Question How to disable ad for Plesk Mobile on Plesk login screen?

RalfMeyer

New Pleskian
Hi everyone,

We have set the following settings in the panel.ini:
Code:
[promos]
enabled = off
[aps]
serverAppsPromoEnabled = off
(Hiding Plesk Promos)

However, we still get the following ad on the login page of Plesk (when accessing it from a mobile device):

1777286767834.png

Is it possible to disable it, and if so, how?

Thank you.
 
Hi, @RalfMeyer . Please try adding the following to your panel.ini file:

Code:
[mobileApps]
 Android = 0
 iPhone = 0
 iPad = 0
 WindowsPhone = 0

That should remove the Mobile app prompt.
 
Back
Top