Valheim Dedicated Cloud Server | Amazon Web Services | Minimum Steps For Full Server Configurability



Valheim Dedicated Cloud Server | Amazon Web Services | Minimum Steps For Full Server Configurability

Valheim Dedicated Cloud Server | Amazon Web Services | Minimum Steps For Full Server Configurability

In this video, I explain how to start an EC2 instance in AWS to run a Valheim dedicated gaming server. Follow along with the video and the commands below. This tutorial requires a basic understanding of Linux terminal commands at a minimum, or you will have difficultly managing and maintaining your server.
—————————————————————————————————-
Linux commands reference:

sudo apt update
sudo apt -y dist-upgrade
sudo apt-get -y install lib32gcc1
sudo apt-get -y install libsdl2-2.0-0
mkdir SteamCMD && cd SteamCMD
curl -sqL “https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz” | tar zxvf –
/home/ubuntu/SteamCMD/steamcmd.sh +login anonymous +force_install_dir /home/ubuntu/Steam +app_update 896660 validate +exit
cd /home/ubuntu/Steam/
cp start_server.sh my_start_server.sh
screen -S scr
./my_start_server.sh

Comments are closed.