Page 1 of 1

How can I change the cPanel theme server-wide (for all users)

Posted: Thu May 31, 2018 4:39 pm
by nickk
Hi Nixtree,

I want to change all cPanel users theme server-wide in ease. Can you please guide me to do it ?

Re: How can I change the cPanel theme server-wide (for all users)

Posted: Thu May 31, 2018 4:53 pm
by shaan
Hi Nick,

I am glad to help you with that. Please follow the below steps to change the cPanel theme for every users on the server.

1. Log into the cPanel server as root.
2. Use the replace command as shown below.

replace RS=oldtheme RS=newtheme --/var/cpanel/users/*


Below command changes the x3 theme to paper lantern for all users.

Sample:
replace RS=x3 RS=paper_lantern --/var/cpanel/users/*

3. Done


Shaan N
Linux Support Engineer.
Nixtree Solutions
Managed Full Server Backups
https://www.nixtree.com/managed-backups.php
Follow us on : https://twitter.com/nixtree

Re: How can I change the cPanel theme server-wide (for all users)

Posted: Thu May 31, 2018 4:56 pm
by nickk
Hi Shaan,

Let me try the command and will update you the result.

Re: How can I change the cPanel theme server-wide (for all users)

Posted: Thu May 31, 2018 5:01 pm
by nickk
Hi Shaan,

It worked well.

Thank you so much for the help.