Difference between revisions of "System Requirements"

Line 1: Line 1:
=== Windows ===
+
== Windows ==
 
* Windows Server 2003/2008/2012, Windows XP SP3/Vista/7 (32/64 bit)
 
* Windows Server 2003/2008/2012, Windows XP SP3/Vista/7 (32/64 bit)
 
* Microsoft .NET Framework 3.5
 
* Microsoft .NET Framework 3.5
Line 5: Line 5:
 
** On '''Windows 2008 R2''' install from Administrative Tools > Server Manager > Features
 
** On '''Windows 2008 R2''' install from Administrative Tools > Server Manager > Features
 
* On '''Windows XP/2003''' it is recommended that you disable Dr. Watson [http://support.microsoft.com/kb/188296 How to disable or enable Dr. Watson for Windows]
 
* On '''Windows XP/2003''' it is recommended that you disable Dr. Watson [http://support.microsoft.com/kb/188296 How to disable or enable Dr. Watson for Windows]
* On '''Windows 8/2012''' execute regedit.exe, find the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows and change NoInteractiveServices from 1 to 0.
 
 
* [http://www.winpcap.org/install/default.htm WinPcap](for bandwidth monitor)
 
* [http://www.winpcap.org/install/default.htm WinPcap](for bandwidth monitor)
  
=== Linux ===
+
== Linux ==
* Ask yourself this question: If steam, steamcmd, or a game server is missing dependencies do I know how to fix it? If the answer is no, please use Windows.
+
'''You must know how to use Linux. TCAdmin support will not help you install missing dependencies for the game/voice servers or tools that you run.'''
* Supported Distros: CentOS 5/6, Debian 6, Fedora 15, Redhat 5, Ubuntu 10/11/12 (32/64 bit)
+
 
* '''Mono 2.10.8''' or greater
+
Supported Distros: CentOS 5/6, Debian 6, Fedora 15, Redhat 5, Ubuntu 10/11/12 (32/64 bit)
** [[Mono|Download from our website (recommended)]]
+
 
 +
=== CentOS / Fedora / Redhat 32bit ===
 +
* '''<span style="color:red">Install Mono 2.10.8 or greater</span>'''
 +
** [[Mono#CentOS_5.2F6_.2F_Fedora_15_.2F_Redhat_5_32bit|Download from our website (recommended)]]
 
** [http://www.go-mono.com/mono-downloads/download.html Download from go-mono.com]
 
** [http://www.go-mono.com/mono-downloads/download.html Download from go-mono.com]
* CentOS / Fedora / Redhat
+
 
 
<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 install msttcorefonts-2.0-1.noarch.rpm --nogpgcheck
 
yum install libpcap schedutils lsof
 
yum install libpcap schedutils lsof
 
</source>
 
</source>
* Debian/Ubuntu
+
 
 +
=== CentOS / Fedora / Redhat 64bit ===
 +
* '''<span style="color:red">Install Mono 2.10.8 or greater</span>'''
 +
** [[Mono#CentOS_5.2F6_.2F_Fedora_15_.2F_Redhat_5_64bit|Download from our website (recommended)]]
 +
** [http://www.go-mono.com/mono-downloads/download.html Download from go-mono.com]
 +
 
 +
<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 install libpcap schedutils lsof glibc.i686 libgcc.i686
 +
</source>
 +
 
 +
=== Debian 32bit ===
 +
* '''<span style="color:red">Install Mono 2.10.8 or greater</span>'''
 +
** [[Mono#Debian_6_32bit|Download from our website (recommended)]]
 +
** [http://www.go-mono.com/mono-downloads/download.html Download from go-mono.com]
 
<source lang="bash">apt-get install libpcap0.8 schedutils lsof
 
<source lang="bash">apt-get install libpcap0.8 schedutils lsof
 
</source>
 
</source>
* Install Steam dependencies (CentOS 64bit only)
+
 
<source lang="bash">yum install glibc.i686
+
=== Debian 64bit ===
yum install libgcc.i686
+
* '''<span style="color:red">Install Mono 2.10.8 or greater</span>'''
 +
** [[Mono#Debian_6_64bit|Download from our website (recommended)]]
 +
** [http://www.go-mono.com/mono-downloads/download.html Download from go-mono.com]
 +
<source lang="bash">apt-get install libpcap0.8 schedutils lsof ia32-libs
 
</source>
 
</source>
* Install Steam dependencies (Debian/Ubuntu 64bit only)
+
 
<source lang="bash">apt-get install ia32-libs
+
=== Ubuntu 32bit ===
 +
* '''<span style="color:red">Install Mono 2.10.8 or greater</span>'''
 +
** [[Mono#Ubuntu_10.2F11.2F12_32bit|Download from our website (recommended)]]
 +
** [http://www.go-mono.com/mono-downloads/download.html Download from go-mono.com]
 +
<source lang="bash">apt-get install libpcap0.8 schedutils lsof
 +
</source>
 +
 
 +
=== Ubuntu 64bit ===
 +
* '''<span style="color:red">Install Mono 2.10.8 or greater</span>'''
 +
** [[Mono#Ubuntu_10.2F11.2F12_64bit|Download from our website (recommended)]]
 +
** [http://www.go-mono.com/mono-downloads/download.html Download from go-mono.com]
 +
<source lang="bash">apt-get install libpcap0.8 schedutils lsof ia32-libs
 
</source>
 
</source>
  
=== Linux & Windows ===
+
== 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.
 
* 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.

Revision as of 14:40, 19 December 2012

Windows

Linux

You must know how to use Linux. TCAdmin support will not help you install missing dependencies for the game/voice servers or tools that you run.

Supported Distros: CentOS 5/6, Debian 6, Fedora 15, Redhat 5, Ubuntu 10/11/12 (32/64 bit)

CentOS / Fedora / Redhat 32bit

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

CentOS / Fedora / Redhat 64bit

wget http://www.tcadmin.com/installer/msttcorefonts-2.0-1.noarch.rpm
yum install msttcorefonts-2.0-1.noarch.rpm --nogpgcheck
yum 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=993"