You are here:Home » tips trik » Schedule waktu online user di Mikrotik

Schedule waktu online user di Mikrotik


User minta di schedule untuk online nya (maklum anak sekolah, biar belajarnya tidak ketinggalan).
contoh :
user bisa online jam 14.00 - 13.00 dan 19.00-21.00

bikin script seperti ini

matikan user dan disable user sedang online


:local username "theNameOfTheAccount";
/ip hotspot active { remove [find user="$username"] };
/ip hotspot user { disable [find name="$username"]

untuk mengaktifkannya


:local username "theNameOfTheAccount";
/ip hotspot user { enable [find name="$username"] };

semoga bermanfaat


0 komentar: