Init default Ubuntu VPS with this:
Update & upgrade required packets:
# apt update && apt upgrade
# apt install software-properties-common && apt-add-repository main universe restricted multiverse && dpkg --add-architecture i386 && apt update && apt install steamcmd
Create new ubuntu
user:
# adduser ubuntu