Question
How do I remove the WHMCS Billing & Support section in cPanel for a user?
Answer
To remove the WHMCS Billing & Support section in cPanel for a user, you will need to move aside or delete the relevant user's directory from /var/cpanel/integration/dynamicui/ using the command line.
- Access the
rootuser via SSH or the Terminal in WHM. Create a temporary directory:
# mkdir -v /root/whmcs_dynamicui_backup
Move the user's
dynamicuidirectory to the backup folder:# mv -v /var/cpanel/integration/dynamicui/CPUSER /root/whmcs_dynamicui_backup
Note: Replace
CPUSERwith the desired cPanel username.
Comments
0 comments
Article is closed for comments.