nasurdin replied to how to transfere a world with buildings to a server? September 15, 2021 @ 1:38:56 pm PDT

@echo off
set SteamAppId="YOUR APP ID"
TITLE "TITLE IN CMD"
echo "Starting "NAME OF THE SERVER / WORLD" server. PRESS CTRL-C to exit"

REM Tip: Make a local copy of this script to avoid it being overwritten by steam.
REM NOTE: Minimum password length is 5 characters & Password cant be in the server name.
REM NOTE: You need to make sure the ports 2456-2458 is being forwarded to your server through your local router & firewall.
valheim_server -nographics -batchmode -name "NAME OF THE WORLD" -port PORT NUMBER -world "WORLD NAME (SAME AS WORLD FILE NAME)" -password "PASSWORD" -public 0
11:13 pm, September 15, 2021
nasurdin 0 comments 0 likes