Hello,
i found that newly created cpanel accounts started having some awfull template and it was paper_lantern
how can i change cpanel packages so it will create new cpanels with x3 as default theme?
I found this command to do it:
find /var/cpanel/packages -type f -print0 | xargs -0 sed -i 's|CPMOD=paper_lantern|CPMOD=x3|g'
But regarding existing cpanels, how i can bulk change their theme and override cpanels setting so they have x3 theme?
Update: according this post i can do it using command:
/scripts/modify_accounts --all-users --theme paper_lantern
or WHM > Multi Account Functions > Modify/Upgrade Multiple Accounts
SOLVED
Thank you
i found that newly created cpanel accounts started having some awfull template and it was paper_lantern
how can i change cpanel packages so it will create new cpanels with x3 as default theme?
I found this command to do it:
find /var/cpanel/packages -type f -print0 | xargs -0 sed -i 's|CPMOD=paper_lantern|CPMOD=x3|g'
But regarding existing cpanels, how i can bulk change their theme and override cpanels setting so they have x3 theme?
Update: according this post i can do it using command:
/scripts/modify_accounts --all-users --theme paper_lantern
or WHM > Multi Account Functions > Modify/Upgrade Multiple Accounts
SOLVED
Thank you
Last edited: