Showing "comments" of Active users

I m sorry if already discussed. actually I have some users logged by mac…

in active user only show mac in ques only show mac.

I created mac users with comment

now is it possible to show active users with comments that I recognized who is online.

because its too hard to remembers every users mac address.

is there any solution of my problem ???

I assume your setup is like this:

  1. Users in [/ip hotspot user], with name = MAC
  2. Comment with their name

Interestingly, in the Active tab there is a “comment” column, but I don’t know where this comment is coming from or how to set it. The comment from the user account does not show up here…

You could run a script like this in the terminal. It loops through the Active users, searches the Users for the same MAC in the name field, and returns the MAC + comment. It could also be scripted to output the other details that show up in the Active tab. If the MAC does not have a match, or there are multiple matches, it outputs this as well.

/ip hotspot active
:foreach i in=[find] do={
  :local mac [get $i user]
  :if ([:len [/ip hotspot user find name=$mac]] = 1) do={
    :local comment [/ip hotspot user get [/ip hotspot user find name=$mac] comment]
    :put "$mac  $comment"
  } else={
    :put "$mac has zero or more than one match in Users"
  }
}

I have the same problem ,i need from developer to solve this problem in futhre version.
or give us a real solution .
thank for all.

I have the same problem
I would like to find a real solution
The developer must add this solution to next version of mikrotik
many thanks to developer team