Bandwidth meter reset

I recently moved to another dedicated server and transferred my 700+ gb torrent files. Is it possible to reset the bandwidth meter?

Hello,

If you look into the code you will see that the dashboard use vnstat to retrieve network data from interfaces.

I wrote a script which seems reset correctly the bandwith details from the dashboard. I advice you to check the script before running it.

I can’t garantee you that it will work (but tested 2 times on 2 different QB servers) : resetBandwith.sh

To use it :

  • su root (that will not work without root account)
  • wget https://raw.githubusercontent.com/PastaGringo/scripts/master/resetBandwith
  • bash ./resetBandwith

If some of you have also interest with this, maybe we could add it to the QuickBox commands. cc @JMSolo

Hi,

It worked! Thank you so much

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.