It looks like your server’s tick times and TPS are consistently good, which is a positive sign. The Horse moved wrongly!
warnings are generally harmless and indicate minor desyncs.
Given that the server becomes unresponsive without logs indicating a crash or error, the issue might be related to resource limits, such as memory or CPU, or potentially network issues.
Let’s check a few things:
- Memory Usage: Ensure the server has enough allocated memory, and monitor it while the server is running.
- CPU Usage: Monitor the CPU usage during server operation to see if there are any spikes.
- Network: Verify your network stability. You can use a tool like
ping
ortracert
to check for any irregularities.
You can also try the following command to see if any ports are being blocked:
ampinstmgr ports [INSTANCENAME]
Replace [INSTANCENAME]
with the name of your Minecraft instance.
Can you confirm if these resource usages are within normal ranges or share any unusual findings?