WHM List Accounts not showing real usage

fardin2012

Registered
Feb 6, 2014
3
0
1
cPanel Access Level
Root Administrator
Hi, in my WHM List Accounts not showing real usage for any account, for example one I have one account that using more that 5 gb data but List Accounts showing only 43 MB same for other account also.

I have another problem on List Accounts not showing real Package info, I have created package with 2 gb but that also showing unlimited.

Please check screenshot.
 

Attachments

vanessa

Well-Known Member
PartnerNOC
Sep 26, 2006
959
76
178
Virginia Beach, VA
cPanel Access Level
DataCenter Provider
A couple things that are known to cause this:

1. Corrupted quotas - to fix, run /scripts/fixquotas

2. The quota system (not specific to cPanel) only accounts for files owned by the user. So if you have files in a user's account owned by nobody or root, those files will not be counted toward the user's quota.

For the package issue, make sure that the users in question are assigned to that package.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello :)

Yes, please run the following command and let us know if you notice a difference or any error output:

Code:
/scripts/fixquotas
Thank you.