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

Change skin for all clients

G

GARMTECH

Guest
Maybe someone need that as I do.

First of all you need to get console of your Plesk server. Then type that command:

#mysql -uadmin -p
Enter password: (your plesk admin password)

and then this commands:

USE psa;
SELECT * FROM `Skins`;

(Here you will get table with skins ID and names)

UPDATE `cl_param` SET `val`="10" WHERE `param`="skin_id";

(Change 10 to skin ID you like)

QUIT;

Now all your clients have one and the same skin.
 
This wold forbidden costumers to changing back their skins to another ?
 
Originally posted by globodata
This wold forbidden costumers to changing back their skins to another ?

No, this will be only default skin, you can change it to another or do what you want.
 
Right, that´s what I thought.

The best way to have all clients using the same skin is backinh up all skins, just in case, and simply deleting all other skins from Plesk.
 
Back
Top