How to remove user in mikrotik??
Model RB951G-2HnD
Routine users of HotSpot. How to remove via SSH? Or that they were removed as soon as the time will come?
3 answers
Lift RADIUS... or write a script and run the schedule...
Not quite clear what you need:
- delete all users after some period of time?
- delete a specific user after a certain time after creation?
Try to clarify the question.
As an option:
1. Ssh: ssh admin@192.168.1.1 '/ip hotspot user remove 1'
2. The idea for a script: when you create a user in a comment specify the time after which user you want to delete. Periodically run a script to check the time all users and delete those who have already arrived.
Dynamically steer the user is still using RADIUS.
Find more questions by tags MikrotikSSH