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

  1. CD /lgsm/config-lgsm/vhserver

  2. vim vhserver.cfg

  3. 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"

  4. then cd..

  5. ./vhserver validate

That should do it

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct