You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some folks are reporting issues after upgrading to the new menu. This is more than likely because of the way Valheim was installed in the past.
After completing over 100 upgrade tests, I had zero issues.
So if you are having issues after the upgrade, do not worry, you did not lose anything.
After the upgrade, we have the script create a backup of your file system and world files (YOURWORLDNAMEHERE.db and YOURWORLDNAMEHERE.fwl)
The .db and .fwl files are the only two files you should ever care about because recovering or reinstalling on another server only requires these two files.
If your system did not update correctly, please do the following.
Launch the Njord Menu and press option 3 -Install Valheim Server or Add another Valheim Instance
Complete the Valheim install process as normal.
Set your Public Name
Set your World Name (Name this your old world name)
--- You can find your old World Name by typing ls -lisa /home/steam/.config/unity3d/IronGate/Valheim/worlds/
Set your Port information
Set your Public Listing
Set your Valheim Server Password for Access
Let it finishing installing
Stop your Valheim Service by typing systemctl stop valheimserver_YOURWORLDNAMEHERE.service
Copy over your .db and .fwl into the newly created directory cp /home/steam/.config/unity3d/IronGate/Valheim/worlds/YOURWORLDNAMEHERE.db /home/steam/.config/unity3d/IronGate/Valheim/YOURWORLDNAMEHERE/worlds/YOURWORLDNAMEHERE.db cp /home/steam/.config/unity3d/IronGate/Valheim/worlds/YOURWORLDNAMEHERE.fwl /home/steam/.config/unity3d/IronGate/Valheim/YOURWORLDNAMEHERE/worlds/YOURWORLDNAMEHERE.fwl
Make sure steam has the correct permissions chown -Rf steam:steam /home/steam/
Start your Valheim Server
systemctl start valheimserver_YOURWORLDNAMEHERE.service
Everything should come up just fine after this.
Basically, what happen was during the upgrade the folder structure did not match the original installation configurations that were suppose to be setup. Maybe this is because of the hosting provider or maybe something else.
This upgrade works 100% if Njord Menu users are in baseline.
If you have any issues after words, please join our Discord and we will help you out.
Happy Gaming!
The text was updated successfully, but these errors were encountered:
Some folks are reporting issues after upgrading to the new menu. This is more than likely because of the way Valheim was installed in the past.
After completing over 100 upgrade tests, I had zero issues.
So if you are having issues after the upgrade, do not worry, you did not lose anything.
After the upgrade, we have the script create a backup of your file system and world files (YOURWORLDNAMEHERE.db and YOURWORLDNAMEHERE.fwl)
The .db and .fwl files are the only two files you should ever care about because recovering or reinstalling on another server only requires these two files.
If your system did not update correctly, please do the following.
Launch the Njord Menu and press option 3 -Install Valheim Server or Add another Valheim Instance
Complete the Valheim install process as normal.
Set your Public Name
Set your World Name (Name this your old world name)
--- You can find your old World Name by typing
ls -lisa /home/steam/.config/unity3d/IronGate/Valheim/worlds/
Set your Port information
Set your Public Listing
Set your Valheim Server Password for Access
Let it finishing installing
Stop your Valheim Service by typing
systemctl stop valheimserver_YOURWORLDNAMEHERE.service
Copy over your .db and .fwl into the newly created directory
cp /home/steam/.config/unity3d/IronGate/Valheim/worlds/YOURWORLDNAMEHERE.db /home/steam/.config/unity3d/IronGate/Valheim/YOURWORLDNAMEHERE/worlds/YOURWORLDNAMEHERE.db
cp /home/steam/.config/unity3d/IronGate/Valheim/worlds/YOURWORLDNAMEHERE.fwl /home/steam/.config/unity3d/IronGate/Valheim/YOURWORLDNAMEHERE/worlds/YOURWORLDNAMEHERE.fwl
Make sure steam has the correct permissions
chown -Rf steam:steam /home/steam/
Start your Valheim Server
systemctl start valheimserver_YOURWORLDNAMEHERE.service
Everything should come up just fine after this.
Basically, what happen was during the upgrade the folder structure did not match the original installation configurations that were suppose to be setup. Maybe this is because of the hosting provider or maybe something else.
This upgrade works 100% if Njord Menu users are in baseline.
If you have any issues after words, please join our Discord and we will help you out.
Happy Gaming!
The text was updated successfully, but these errors were encountered: