Please can you help me to install wrtbwmon Bandwidth tracker

Please can you help me to install this? please im a new user on OpenWRT. i need this.

GitHub - Kiougar/luci-wrtbwmon: Bandwidth tracker for OpenWRT that uses wrtbwmon

It's quite clear from its instructions.

  1. This Luci module uses wrtbwmon to track bandwidth usage
  2. How do I use it?

in installed but its showing all 0

Did you add it in cron?

no. how do i enable? from where? please dont mind. im new in this things

Go to System-Scheduled Tasks and add there the mentioned lines.

i added this line. but no change

image

screen151

???

This is invalid syntax.

  • Where are the cron time parameters?
  • :warning: Remember - you cannot use @reboot

:spiral_notepad: But instead, I would suggest using cat /etc/rc.local


This is the part that you add in cron.
And you need to change the <script location> to the actual location of the script. Run a which wrtbwmon to find it.

Below you will find all the commands for what works for me using SSH.
NOTE: You have to install 3 packages to get it working and also start up at each reboot. You also need to do an opkg update to download one more package.

opkg update

curl -k -LO https://github.com/pyrovski/wrtbwmon/releases/download/0.37_ipv6/wrtbwmon_0.37_ipv6_all.ipk
curl -k -LO https://github.com/Kiougar/luci-wrtbwmon/releases/download/v0.8.3/luci-wrtbwmon_v0.8.3_all.ipk

opkg install wrtbwmon_0.37_ipv6_all.ipk

opkg install luci-wrtbwmon_v0.8.3_all.ipk

opkg install luci-compat

# No need to create a cron job, if you have made one delete it this will enable startup at each boot.
/etc/init.d/wrtbwmon enable
/etc/init.d/wrtbwmon start

2 Likes

its still 0. i tried your method

I will be honest with you if I was having this problem I would start at the beginning again and start from a clean install, If you still have problems after that maybe you could ask the dev of the app's if they have any ideas on how to fix it.

I looked at your picture and was wondering if you installed luci-compat

1 Like

Yes i installed luci-compat

At this point I would take the time to read all the issues open and closed for those app's it might give you a clue as to what the problem is.

If it helps I run this on a TP-Link TL-WDR4300 v1 and it works fine as far as I can tell.
Good luck figuring this out :grinning:

1 Like

Please Someone help me please. i just tired how to fix this problem. i attached screenshots. please someone help me




No, you didn't. You need to help yourself by following instructions and suggestions already provided to you.

  • You still have the same incorrect settings in Scheduled Tasks - it seems you didn't read/follow this post:
  • Otherwise your screenshots showed nothing more to assist - you already provided us this information

:bulb: I would suggest you follow the instructions and suggestions already provided. :wink:

1 Like

i dont know how to add this and where :sweat:

???

If this isn't helpful, please let us know what you have difficulties with. Explain the issue you're having in detail.

i dont know how to add this and where have to add.

???

Copy/paste? :person_shrugging:

???

Add here:

Again, if this isn't helpful, clearly and concisely explain in detail why you're unable to edit the incorrect information and paste in the correct lines.