Server shutting down ever 4-6 hours

Hey everyone,

I started a server on Friday for a bunch of my friends that were new or new-ish to the game, and I have been having issues since the launch. I have purchased server plans before and have never had these issues. The day I launched the server would crash every 4-6 hours or so. Probably not crashing exactly, but it would stall out, and I would manually have to restart the server. I ended up adding rules that night before I went to bed that would check if the server was on every five minutes, and start it up if it wasn't.

The next day, the server started up, and would not stay up for more than an hour at a time. Over the course of the day I was looking for evidence of crashes, and found nothing. Console logs weren't saved anywhere, and there were no timestamps in the console when I captured anything from it. I did manage to catch it once before it restarted, and copied and pasted everything from the end of the log.

https://pastebin.com/cLQyxXD6

Does this look like anything to anyone that has experience with servers? I can see that it is unloading the mods at the end of the log, but that doesn't really make sense to me. I started thinking it was somehow related to the anti-cheat since the log ends in "eac_server.so [x64] :: OnUnload()" , EAC being the anti-cheat. I looked it up and I had found a single similar issue, but it was someone on reddit having startup issues, not ongoing stalls.

Any advice would be greatly appreciated. I have lost players already, and my friends are quickly losing interest. I am going to be gone most of the day today and I am seriously worried that one of the rules aren't going to check properly, and the server is going to end up being down all day.

Thanks in advance folks, seriously.

 

That isn't a crash, that's a graceful shutdown; i.e. something triggered the "quit" command.
Would there be an appropriate file to look into that is more likely responsible? The console logs really didn't read like something was causing the shutdown.
The "Unload" and "Server Shutting Down" log output indicates it being shut down from the "quit" command. Some hosts may do this, but usually they would just kill the process which would be bad. So, it's likely that a plugin is doing this or RCON.