Unraid: Valheim server can't find my world map files #207
-
Hi I use your valheim dedicated server docker image without valheim plus mod for some days now. Thanks for your work ! Now I want to use V+ mod. I create a new container to active the mod. All work great but when I try to use my old worl map from the other container the server don't want to load it. I paste world map files on my computer to try them locally on vanilla/modded game version and in work. Logs:
Am running docker on UnRAIS OS. |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments
-
Hi @guillian77 your config looks good to me. |
Beta Was this translation helpful? Give feedback.
-
As a side note, you can just switch between Valheim Plus and Vanilla within the same container. There is no need to have a second container unless that is what you want to do. But I am keeping the Vanilla Server and Valheim Plus server cleanly separated side by side exactly for in case where people want to switch back and forth between with and without mod. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply. Am gonna try your advice right now. |
Beta Was this translation helpful? Give feedback.
-
Note, I launched modded server one time successfully, but since container restart, it don't want to work any more (like at the beginning) |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
So in the first log you pasted there was a line saying
This message comes directly from this code: valheim-server-docker/valheim-backup Lines 40 to 43 in c78f719 Which means when the server was started, the Unfortunately I don't know Unraid or its UI so I won't be of much help. But maybe another Unraid user can help us here. Regarding the directories, it is always safe to delete everything in the data directory mounted to |
Beta Was this translation helpful? Give feedback.
-
just an thing is my head: |
Beta Was this translation helpful? Give feedback.
-
Hi First, thanks for help and answers from everyone ! After multiple test, I found a solution to make it run successfuly under an UnRAID OS environment. • I create a new folder under /mnt/cache/valheim-server. • I create a little shell script to initialise my docker settings.
I don't specify -v $HOME/valheim-server/data:/opt/valheim to be sure container will reload /opt/ at every container start. Because before, I was mounting this volume on my disk who was supervised by UnRAID. Maybe It was making some conflict. Note 1: /!\ UnRAID users, be care, my docker command do not specify BACKUP_X parameters. It can be dangerous if something went wrong on valheim server or if your disk die. Backups are located under /config/backups/. Note 2: Container appear in UnRAID container list, but can not be edited from UI because it has not be created by UnRAID docker template system. |
Beta Was this translation helpful? Give feedback.
-
Glad you were able to get it to work. I'll convert this issue into a discussion for others to find! |
Beta Was this translation helpful? Give feedback.
Hi
First, thanks for help and answers from everyone !
After multiple test, I found a solution to make it run successfuly under an UnRAID OS environment.
• I create a new folder under /mnt/cache/valheim-server.
/mnt/cache is not supervised by the UnRAID parity system.
So UnRAID do not try to save in real time everything is wrote on this disk.
• I create a little shell script to initialise my docker settings.
touch /mnt/cache/valheim-server/docker.sh