Force CloudLinux License Update
Has your CloudLinux expired and you have renewed it, but LVE Manager still sees the old license? Have you changed the license and it is not seeing the new license? …
cPanel Administration Tips & Tricks
Has your CloudLinux expired and you have renewed it, but LVE Manager still sees the old license? Have you changed the license and it is not seeing the new license? …
So you recently updated and you rebooted and now your cPanel server is not booting and instead booting to a Grub prompt?: grub> This is typically due to …
Need to find out how many inodes each user is using on your cPanel server? Simply run the following command from SSH: cd /home echo "Inode usage for: $(pwd)" ; …
If you find you have a lot of users with large amounts of files in their Trash in cPanel, you can run the following command from SSH to delete them …
Need to find and remove a particular file and/or folder and know the name, but not the location? Use the following command to find and remove it!: find . -name …
When in List Accounts in cPanel's WHM, you find an account with the IP address set as "MISSING", try the running the following command from SSH: /scripts/rebuildhttpdconf After running …