Some time ago I found a script on the forum that kill all active sessions and active users in UM.I can not find it anywhere. it would be great if someone could send me the script. thx
Do you mean to clear the hotspot active users or clear the user-manager database?
i want to remove the active sessions and active users in user manager (pppoe sessions) i got 800 users, and right now 50k active sessions and 2k acctive users
this one removes active sessions:
:local Flag
:set Flag [/tool user-manager session find]
:if ([:len $Flag] > 0) do={/tool user-manager session print;/tool user-manager session remove [/tool user-manager session find];}
just sign up to forums to reply to this, hope its what you need ![]()
@bd5ive: thank you very much, I have to save it somewhere. thx again!