インストール
$ 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
$ wget -O linuxgsm.sh https://linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh vhserver
$ ./vhserver install
$ vim lgsm/config-lgsm/vhserver/vhserver.cfg
設定
$ vim lgsm/config-lgsm/vhserver/vhserver.cfg
vhserver.cfg
servername="hoge"
serverpassword="fuga"
gameworld="hogefuga"
起動、停止
$ ./vhserver start
$ ./vhserver stop
容量足りない時
ストレージの空き容量足りなくてエラー出るのでEBSを8GBから20GBに拡張する
$ df -h
$ lsblk
$ sudo growpart /dev/xvda 1
$ sudo resize2fs /dev/xvda1