-
a free and open-source by-device data usage tracker.
1. Ok how do i install this?
Head over to the
YAMon website.
Then click the Download Now button, then install the latest installer script.
Copy the file install.sh
to the root of the USB drive attached to the router.
Mounting the USB drive to the router is a nontrivial task. Make sure you did that before continuing. |
First, make sure the http url is changed to https.
Then run the install script: sh install.sh
.
After that, I ran into an error of an "unexpected newline".
You can fix this by doing 2 things:
-
Go to
./YAMon3/includes/getlatest.sh
and change everything to http -
Go back to the installer script and comment out the line that says
yget "$getlatest" "$baseurl/$directory/YAMon3/Setup/includes/getlatest3.2.html"
. Otherwise your changes ingetlatest.sh
will be clobbered.
Then you’re good. The terminal will tell you the url to check to access the yamon data.
Usually it’s 192.168.1.1/user/index.html
That’s literally user
. Not your username… the string literal.
AND THERE YOU HAVE IT. It’s convoluted, and I hope the YAMon people fix it, but this is what you have to do now.