GL-MT300N-V2, Mango, restart after time


Hello, I have the GL-MT300N-V2 and would like to have it restart on its own every week. Unfortunately I have not found such a setting. Is there maybe a plugin for this. Thanks already Ornella

You can schedule reboots in cron.

I do not work for and I do not have formal association with GL.iNet

2 Likes

I want it to restart every 7 days, is that right?

0 0 12 */7 * ? reboot

Have now managed to reboot every 7 days.
Thanks for the help.

“* * */7 * * sleep 70 && touch /etc/banner && reboot” but without quotation marks

Or reboot every 5 minutes.

*/5 * * * * sleep 70 && touch /etc/banner && reboot

1 Like

I prefer to reboot devices at a specific weekday/time, to avoid random reboots.

This is for 7:20am every Thursday:

20 7 * * thu