Menu

Manual guide

John Hannibal Smith

Preparing System

apt-get update
apt-get upgrade
apt-get install screen
apt-get install gawk
apt-get install ia32-libs

Prepare System Debian Wheezy

apt-get update
apt-get upgrade
apt-get install screen
apt-get install gawk
dpkg --add-architecture i386
apt-get update
apt-get install ia32-libs

Installing SteamCMD

cd /home
mkdir ./.STEAMCMD
cd /home/.STEAMCMD
mkdir ./scripting
wget http://media.steampowered.com/client/steamcmd_linux.tar.gz
tar -xf steamcmd_linux.tar.gz
rm -R steamcmd_linux.tar.gz
./steamcmd.sh +quit
chmod -R 777 /home/.STEAMCMD

Installing Scripts

mkdir /home/skripte
cd /home/skripte

Now load all the content of the scripts.tgz up to the direcotry /home/skripte

chmod -R 777 /home/skripte

Installing Gameservers

Create an new user
useradd -m -s /bin/bash gameserver
passwd gameserver
enter 2x password

cd /home/skripte
./gs_installer.sh install_hl1 # Installing HL1 Gameservers
./gs_installer.sh install_hl2 # Installing HL2 Gameservers
./gs_installer.sh install_minecraft # Installing Minecraft Gameservers

Note: The Script will ask you via which User you want to install the server. Use the User which you have created right before. In my case it is gameserver. DO NOT USE THE USER ROOT!


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.