Request for System Reboot Script

Hello!! I am a new user of this site & also a new user of Mikrotik OS. I am using Mikrotik OS ver. 5.2 which is installed on my PC(not virtualized). I want a script or any process or system which will reboot the PC one time per day. Is it possible???. Please help me.

Sure it’s possible… Although if you really NEED to reboot the router once per day, there’s a good chance there’s a much deeper issue in your network that you need to solve.

But if you insist, from Winbox, click “New Terminal”, paste in the following:

/system scheduler add name=DAILY_REBOOT start-time=00:00:00 interval=1d on-event={/system reboot}

and hit enter.

You can replace “00:00:00” with whatever time of the day you want the router to reboot (hour, minute, second).


You can do the above “graphically” by clicking “System”, and from then “Scheduler”, clicking the plus button, and filling in the things as you see them above.

Thanks a lot for quick solution.