- User ID
- 1
- Joined
- 7 Jan 2019
- Messages
- 957
- Reaction score
- 42
- Points
- 28
So you want to have your MikroTik router rebooted every day at 6 a.m. in the morning before the business start to prevent possible random issues from happening?
Go to MikroTik Winbox, open a New Terminal and enter this one line simple command:
Go to MikroTik Winbox, open a New Terminal and enter this one line simple command:
Code:
/system scheduler add name="reboot-6am" start-date="jan/17/2017" start-time="06:00:00" interval="1d" on-event="/system reboot"