# valheim game server

debian 12

bash:

---

```
dpkg --add-architecture i386
vim /etc/apt/sources.list.d/ # добавляем non-free
apt update
apt install steamcmd tmux htop
useradd -m game
chsh -s /bin/bash game
sudo -u game -i
tmux
```

steamcmd:

```
force_install_dir /home/game/valheim
login anonymous
app_update 896660
quit
```

снова bash

```
cd  /home/game/valheim
cp start_server.sh start_server-my.sh
vim start_server-my.sh # меняем name, password, возможно crossplay стоит убрать, мне помогло
```