-
Posts
1,031 -
Credits
0 -
Joined
-
Last visited
-
Days Won
3 -
Feedback
0%
Community Answers
-
ZaNteR's post in Auto Restart System H5 was marked as the answer
You can auto restart the server using global tasks in the servers database.
Try this.
INSERT INTO `global_tasks` VALUES ('9', 'restart', 'TYPE_GLOBAL_TASK', '1377057240983', '1', '06:00:00', '300'); With this your server will autorestart everyday at 6 in the morning with a 300 seconds countdown.