I’ve got a solid server management system in place. Currently:
- I can soft shutdown servers with a warning, currently set to 2 minutes (delayed shutdown)
- I can soft shutdown servers instantly
- I’ve scripted servers to “refresh” themselves every day at a certain time, if they have been running for over an hour. Currently set to 2AM PST. This clears out all of the old servers and reinserts the players in newly created servers. (basically a soft shutdown)
This system basically makes sure servers aren’t running for over a day. Is a day still too much for a server running, at least for my use case? My game is an open-world game, with players being able to interact with a lot of things. Expected to run 30 player servers.
P.S. Also, would you guys want a tutorial on how to do the three bullet points above?