Skip to content

Instantly share code, notes, and snippets.

@MCPETH
MCPETH / valheim_debian_server_setup.md
Created February 27, 2021 15:20 — forked from mmercedes/valheim_debian_server_setup.md
Guide for creating a dedicated valheim server on debian

recommened you do this from within tmux since the steamcmd utility creates its own repl

Install SteamCMD

taken from here

$ sudo useradd -m steam
$ sudo apt update && sudo apt-get install lib32gcc1 -y
$ sudo su - steam
$ mkdir ~/Steam && cd ~/Steam
$ curl -sqL "https://steamcdn-a.akamaihd.net/client/installer/steamcmd_osx.tar.gz" | tar zxvf -