How to change cPanel theme for specific user
All cPanel account information for each specific account is stored in the /var/cpanel/users/USERNAME
If you need to change the specific theme for a certain user this is the file you need to edit, and the value you need to edit is described below:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
vi /var/cpanel/users/myuser BWLIMIT=unlimited DEMO=0 DNS=domainname.com FEATURELIST=default HASCGI=1 IP=IPHERE LANG=english LOCALE=en MAXADDON=0 MAXFTP=0 MAXLST=0 MAXPARK=0 MAXPOP=5 MAXSQL=0 MAXSUB=0 MTIME=1271068514 OWNER=root PLAN=default STARTDATE=1228721668 USER=myuser RS=x3 |
See the setting “RS”, that will be the theme, so say it was originally on rvskin and you want to change it back to x3, just change RS= to what is shown above and voila!