Page 1 of 1

Edit the HotSpot Status Page

Posted: Sat Apr 21, 2018 11:51 pm
by hosseineb20
I want to show the limit bytes total to the users
How to get to this amount on the status page
ip hotspot user user1 limit bytes total

Re: Edit the HotSpot Status Page

Posted: Sun Sep 16, 2018 6:47 pm
by melhem101
did anyone figure how to ?

Re: Edit the HotSpot Status Page

Posted: Mon Jul 08, 2019 11:19 pm
by aleksanderm
please take a look at this page: https://wiki.mikrotik.com/wiki/Manual:C ... _variables

in the Traffic counters section you will find remain-bytes-in and remain-bytes-out variables. You need to edit status.html page and another table row e.g.:

<tr><td align="right">bytes up/down remain:</td><td>$(remain-bytes-in) / $(remain-bytes-out)</td></tr>