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