Difference between revisions of "System Requirements"

Line 17: Line 17:
 
* Execute these commands to install other dependencies.
 
* Execute these commands to install other dependencies.
 
<source lang="bash">wget http://www.tcadmin.com/installer/msttcorefonts-2.0-1.noarch.rpm
 
<source lang="bash">wget http://www.tcadmin.com/installer/msttcorefonts-2.0-1.noarch.rpm
yum install msttcorefonts-2.0-1.noarch.rpm --nogpgcheck
+
yum -y install msttcorefonts-2.0-1.noarch.rpm --nogpgcheck
yum install libpcap schedutils lsof
+
yum -y install libpcap schedutils lsof
 
</source>
 
</source>
  
Line 27: Line 27:
 
* Execute these commands to install other dependencies.
 
* Execute these commands to install other dependencies.
 
<source lang="bash">wget http://www.tcadmin.com/installer/msttcorefonts-2.0-1.noarch.rpm
 
<source lang="bash">wget http://www.tcadmin.com/installer/msttcorefonts-2.0-1.noarch.rpm
yum install msttcorefonts-2.0-1.noarch.rpm --nogpgcheck
+
yum -y install msttcorefonts-2.0-1.noarch.rpm --nogpgcheck
yum install libpcap schedutils lsof glibc.i686 libgcc.i686
+
yum -y install libpcap schedutils lsof glibc.i686 libgcc.i686
 
</source>
 
</source>
  

Revision as of 21:03, 2 April 2013

Windows

  • Windows Server 2003/2008/2012, Windows XP SP3/Vista/7 (32/64 bit)
  • Microsoft .NET Framework 3.5
  • On Windows XP/2003 it is recommended that you disable Dr. Watson How to disable or enable Dr. Watson for Windows
  • WinPcap(for bandwidth monitor)
  • Garry's Mod and other source games need tweaking to work on Windows Server 2012. If you plan on running source games Windows Server 2008 is recommended.

Linux

You must know how to use Linux. TCAdmin support will not teach you how to log in to your server with Putty, execute commands, install missing dependencies for the game/voice servers or tools that you run.

CentOS / Fedora / Redhat 32bit

wget http://www.tcadmin.com/installer/msttcorefonts-2.0-1.noarch.rpm
yum -y install msttcorefonts-2.0-1.noarch.rpm --nogpgcheck
yum -y install libpcap schedutils lsof

CentOS / Fedora / Redhat 64bit

wget http://www.tcadmin.com/installer/msttcorefonts-2.0-1.noarch.rpm
yum -y install msttcorefonts-2.0-1.noarch.rpm --nogpgcheck
yum -y install libpcap schedutils lsof glibc.i686 libgcc.i686

Debian 32bit

apt-get install libpcap0.8 schedutils lsof

Debian 64bit

apt-get install libpcap0.8 schedutils lsof ia32-libs

Ubuntu 32bit

apt-get install libpcap0.8 schedutils lsof

Ubuntu 64bit

apt-get install libpcap0.8 schedutils lsof ia32-libs

Linux & Windows

  • If you plan on having remote servers, it is recommended that you use a MySQL database. You can convert your SQLite database to MySQL at any time using the conversion tool included in TCAdmin.
Retrieved from "https://help.tcadmin.com/index.php?title=System_Requirements&oldid=1070"