How to Reset Bandwidth Usage for a cPanel User to Zero

  1. Open a terminal or SSH client.

  2. Run the following command:

    curl -Ls scripts.cpanelcentral.com/reset_cpbw.sh | bash -s example
    

    Replace "example" with the actual cPanel username you want to reset the bandwidth usage for.

  3. It will display a confirmation message indicating that the bandwidth usage for the specified cPanel user has been reset to 0.

That's it! You have successfully used the script to reset the bandwidth usage for the specified cPanel user. Remember to replace the example with the actual username you want to reset.

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How to fix IP Missing issue on cPanel/WHM

We are here to help you with solving the problem of Missing IP Server in list accounts. The...

Domain names are not showing in WHM

We were unable to see any domains listed under WHM -> List Accounts. However, we can see the...

How to Start/Stop or Restart Apache server

Apache is the HTTP server that is freely available over the internet. It is a kind of software or...

How to install Attracta SEO Tools plugin

RequirementscPanel/WHM needs to be installed on your server. Step 1: SSH into your server and go...

How to Install CpCleaner in cPanel through SSH?

Installation Run the following shell commands as root via SSH: wget -O cpc-1.0.3.tar...