Schedule Minecraft Server Restart

I would like to know how you can schedule a restart for the server (e.g. restart every day at 2:00 AM, or restart every 24 hours, etc) with MineOS.

Thanks,
Michael

Hello Michael, there’s a built in tool with MineOS called Cron. With that you can set cron jobs that will do just that. You can either set it for each individual server or your whole computer.

For just your server, you would chose your server and click on the tab called “Scheduling”.

From there, you can enter in a time in cron if you wanted to restart your server at 2am you would enter in 0 2 * * * and then from the drop down menu, you would chose restart. That’s it!

Here’s a nifty site which helps you make a cron command. https://crontab-generator.org/