How to Create a Valheim Dedicated Server

Enjoyed this video? Join my Locals community for exclusive content at sonofatech.locals.com!
3 years ago
17

How to make a dedicated server for Valheim
Create VPS in Vultur - https://www.vultr.com/?ref=8769206-6G
Download Putty
Install Dependencies

sudo dpkg --add-architecture i386; sudo apt update; sudo apt install curl wget file tar bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux netcat lib32gcc1 lib32stdc++6 steamcmd

sudo dpkg --add-architecture i386; sudo apt update; sudo apt install libsdl2-2.0-0:i386

Create a user and logic

adduser vhserver
su - vhserver

Download linuxgsm.sh

wget -O linuxgsm.sh https://linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh vhserver

Run the installer following the on-screen instructions.

./vhserver install

Change back to root user

su

Change Directory to config file

cd /home/vhserver/lgsm/config-lgsm/vhserver

Edit Config file

rm common.cfg

Cp _default.cfg common.cfg

Nano common.cfg

Change back to vhserver user

su vhserver

Go back to home dir

cd /home/vhserver

./vhserver start

Loading comments...