Hi Nixtree,
I want to change all cPanel users theme server-wide in ease. Can you please guide me to do it ?
How can I change the cPanel theme server-wide (for all users)
Moderator: Staff
cPanel Server Management
@ 30$ Onwards
@ 30$ Onwards
Re: How can I change the cPanel theme server-wide (for all users)
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
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)
Hi Shaan,
Let me try the command and will update you the result.
Let me try the command and will update you the result.
Re: How can I change the cPanel theme server-wide (for all users)
Hi Shaan,
It worked well.
Thank you so much for the help.
It worked well.
Thank you so much for the help.