Hello, how to reset single cpanel account data transfer for current month?
I found this advice:
Following 2 commands resetted cpanel account "abababa" data transfer:
for i in $(ls /var/cpanel/bandwidth/ | grep abababa);do mv $i /tmp/;done
/scripts/runweblogs abababa
I found this advice:
then someone adviced:To do this, go to /var/cpanel/bandwidth/. You will see many files beginning with that user's username. Just delete those files.
Now go to /var/cpanel/bandwidth.cache/ and also delete the files that begin with that user's username.
please which command to use to invoke the stats process (preferably for that one single cpanel)? thank youthe stats will only reflect it once they update as per your stats schedule, unless you manually invoke the stats process.
Following 2 commands resetted cpanel account "abababa" data transfer:
for i in $(ls /var/cpanel/bandwidth/ | grep abababa);do mv $i /tmp/;done
/scripts/runweblogs abababa
Last edited: