Skip to content

Instantly share code, notes, and snippets.

@rustyrazorblade
Last active February 24, 2017 04:11
Show Gist options
  • Save rustyrazorblade/54e58548a60d52248d5a to your computer and use it in GitHub Desktop.
Save rustyrazorblade/54e58548a60d52248d5a to your computer and use it in GitHub Desktop.
7days to die dedicated server
# original guide http://steamcommunity.com/sharedfiles/filedetails/?id=360404397
# as root
apt-get install lib32gcc1
adduser steam
# as steam user
wget http://media.steampowered.com/installer/steamcmd_linux.tar.gz
tar zxvf steamcmd_linux.tar.gz
./steamcmd.sh
login
(enter your Steam account name (not playername))
(enter your Steam password)
force_install_dir ./7daysded
app_update 294420
quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment