After a server migration, cPanel accounts may be missing from List Accounts in WHM. The websites, DNS, and email will still work but WHM will look as if they are completely missing.
This article will explain the process to resolve this issue.
Related Articles
Create cPanel Account in WHM
Full and Partial cPanel Backups
Rebuild Userdata
NOTE: This fix may require contact with support to fully resolve as this problem commonly happens after a server migration. It may also require an resync from the older server again or another restore of the cpmove files that were brought over from the old server.
- SSH into the server as root
- Rebuild the cPanel user data
mv /var/cpanel/userdata /var/cpanel/userdata.orig; mkdir /var/cpanel/userdata; /usr/local/cpanel/bin/userdata_update --reset; /usr/local/cpanel/bin/fix_userdata_perms; /scripts/updateuserdatacache; /scripts/rebuildhttpdconf; /scripts/restartsrv_httpd
TIP: For additional information on this process, see this article from cPanel. - Rebuild the user domain data and user cache
/scripts/updateuserdomains; /scripts/updateuserdatacache; /scripts/rebuildhttpdconf && apachectl graceful
- Force a UPCP on the server
/scripts/upcp --force
Comments
0 comments
Article is closed for comments.