How to Setup a Team Fortress 2 Server on Linux (CentOS/Ubuntu/Debian) - Feburary 2013
Here's a semi-quick tutorial on how to create a TF2 Source Server on Linux through SSH command lines and FTP access! I've done this on CentOS, Ubuntu, and Debian, and all other Linux OSes should work too! EOReality (the provider I'm using): https://billing.eoreality.net/aff.php?aff=255 I'm using their OpenVZ VPS service, but their gaming server ones are pre-setup and even better :) I can do more with a full VPS though This works for BOTH 32 and 64 bit! The tutorial is on 32 bit, but if you have 64 bit, you must use this command line (run it from root): On 64-bit CentOS run: # yum install libgcc.i686 glibc.i686 On 64-bit Debian/Ubuntu/Linux Mint run: $ sudo apt-get install lib32gcc1 ia32-libs On 64-bit ArchLinux run: $ sudo pacman -Sy lib32gcc1 ia32-libs Reference links: http://wiki.teamfortress.com/wiki/Linux_dedicated_server All the long code lines are there If you need any help, comment!
Here's a semi-quick tutorial on how to create a TF2 Source Server on Linux through SSH command lines and FTP access! I've done this on CentOS, Ubuntu, and Debian, and all other Linux OSes should work too! EOReality (the provider I'm using): https://billing.eoreality.net/aff.php?aff=255 I'm using their OpenVZ VPS service, but their gaming server ones are pre-setup and even better :) I can do more with a full VPS though This works for BOTH 32 and 64 bit! The tutorial is on 32 bit, but if you have 64 bit, you must use this command line (run it from root): On 64-bit CentOS run: # yum install libgcc.i686 glibc.i686 On 64-bit Debian/Ubuntu/Linux Mint run: $ sudo apt-get install lib32gcc1 ia32-libs On 64-bit ArchLinux run: $ sudo pacman -Sy lib32gcc1 ia32-libs Reference links: http://wiki.teamfortress.com/wiki/Linux_dedicated_server All the long code lines are there If you need any help, comment!