-
Hello, I can find logged this:
OS: How can I fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, To be honest i don't know what could cause this, it could be issue with the valheim server version (bug) or library in your system that causes this, very hard to tell. But I may have temporary solution for you until some one can find out reason for the actual problem: We can use cron job to check the server status periodically and use this information to restart the server if the server has become unresponsive. I made script that uses
Script has 2 variables:
Example:
IMPORTANT: crontab -e
For more information about crontab / cron jobs check lgsm documentation: The checker script: |
Beta Was this translation helpful? Give feedback.
Hello,
To be honest i don't know what could cause this, it could be issue with the valheim server version (bug) or library in your system that causes this, very hard to tell.
But I may have temporary solution for you until some one can find out reason for the actual problem:
We can use cron job to check the server status periodically and use this information to restart the server if the server has become unresponsive.
I made script that uses
./vhserver monitor
command to resolve if server is responsive: