Select Option 3 - Install Valheim Server or Add another Valheim Instance Enter a Password for the newly created NONROOT local Steam account (This is not your Steam account, just a local account to run the Valheim Server) Enter what you wish your Public Valheim Server display will be called ...
It can optionally be volume mounted to avoid having to download the server on each fresh start. $ mkdir -p $HOME/valheim-server/config/worlds $HOME/valheim-server/data # copy existing world $ docker run -d \ --name valheim-server \ --cap-add=sys_nice \ --stop-timeout 120 \ -p ...
port>or<your public IP>:<your query port>but does not have to be set. If it is set, it will prevent Odin from reaching out to AWS IP service to ask for your public IP address. Keep in mind, your query port is +1 of what you set in thePORTenv variable for your Valheim server...
Volume mount the server config directory to/configwithin the Docker container. If you have an existing world on a Windows system you can copy it from e.g. C:\Users\Lukas\AppData\LocalLow\IronGate\Valheim\worlds_localto e.g. $HOME/valheim-server/config/worlds_localand run the image with$...