How do i convert my valheim server into the public test version?
im getting back into valheim for the mistlands update but this is in public test right now. the linode marketplace app builds a normal valheim server. How do i run a mistlands version of the server on linode.
1 Reply
use powershell to ssh in
CD /lgsm/config-lgsm/vhserver
vim vhserver.cfg
scroll down until you see the steamcmd and fill in (using vim you need to hit i to start the insert then esc to stop editing then shift zz to save and exit)
branch="public-test"
betapassword="yesimadebackups"then cd..
./vhserver validate
That should do it