Difference between revisions of "System Requirements"

(31 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Windows ==
 
== Windows ==
* Windows Server 2003/2008/2012, Windows XP SP3/Vista/7 (32/64 bit)
+
* Windows Server 2003/2008/2012/2016, Windows XP SP3/Vista/7/8/10 (32/64 bit)
* Microsoft .NET Framework 3.5
+
* Microsoft .NET Framework 4.0.
** [http://www.microsoft.com/downloads/details.aspx?FamilyId=333325fd-ae52-4e35-b531-508d977d32a6&displaylang=en Microsoft .NET Framework 3.5 ]
+
** [https://www.microsoft.com/en-us/download/details.aspx?id=17851 Microsoft .NET Framework 4.0 ]
 
** 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]
 
* [http://www.winpcap.org/install/default.htm WinPcap](for bandwidth monitor)
 
* [http://www.winpcap.org/install/default.htm WinPcap](for bandwidth monitor)
* <span style="color:red">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.</span>
 
  
 
== Linux ==
 
== 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.'''
+
'''<span style="color:red">A swap partition is required. Mono is unstable when the server is configured without swap space.</span>'''
 +
 
 +
'''You must know how to manage a Linux server. 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 ===
 
=== CentOS / Fedora / Redhat 32bit ===
* '''<span style="color:red">Install Mono 2.10.8 or greater</span>'''
+
* '''<span style="color:red">Install Mono 5.0 or greater</span>'''
** [[Mono#CentOS_5.2F6_.2F_Fedora_15_.2F_Redhat_5_32bit|Download from our website (recommended)]]
+
** [http://www.mono-project.com/download/stable/#download-lin Add the Xamarin repository from mono-project.com] '''Then execute:
** [http://www.go-mono.com/mono-downloads/download.html Download from go-mono.com]
+
yum install mono-complete mono-basic xsp
 +
** [[Mono#CentOS_5.2F6_.2F_Fedora_15_.2F_Redhat_5_32bit|Or download from our website]] (only recommended if your Linux version is not supported by Xamarin)
 
* 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
Line 22: Line 24:
  
 
=== CentOS / Fedora / Redhat 64bit ===
 
=== CentOS / Fedora / Redhat 64bit ===
* '''<span style="color:red">Install Mono 2.10.8 or greater</span>'''
+
* '''<span style="color:red">Install Mono 5.0 or greater</span>'''
** [[Mono#CentOS_5.2F6_.2F_Fedora_15_.2F_Redhat_5_64bit|Download from our website (recommended)]]
+
** [http://www.mono-project.com/download/stable/#download-lin Add the Xamarin repository from mono-project.com] '''Then execute:
** [http://www.go-mono.com/mono-downloads/download.html Download from go-mono.com]
+
yum install mono-complete mono-basic xsp
 +
** [[Mono#CentOS_5.2F6_.2F_Fedora_15_.2F_Redhat_5_64bit|Or download from our website]] (only recommended if your Linux version is not supported by Xamarin)
 +
* Install 32bit libraries for steamcmd and 32bit games: https://developer.valvesoftware.com/wiki/SteamCMD#32-bit_libraries_on_64-bit_Linux_systems
 
* 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
Line 32: Line 36:
  
 
=== Debian 32bit ===
 
=== Debian 32bit ===
* '''<span style="color:red">Install Mono 2.10.8 or greater</span>'''
+
* '''<span style="color:red">Install Mono 5.0 or greater</span>'''
** [[Mono#Debian_6_32bit|Download from our website (recommended)]]
+
** [http://www.mono-project.com/download/stable/#download-lin Add the Xamarin repository from mono-project.com] '''Then execute:
** [http://www.go-mono.com/mono-downloads/download.html Download from go-mono.com]
+
apt-get install mono-complete mono-vbnc mono-xsp
 +
** [[Mono#Debian_6_32bit|Or download from our website]] (only recommended if your Linux version is not supported by Xamarin)
 
* Execute this command to install other dependencies.
 
* Execute this command to install other dependencies.
 
<source lang="bash">apt-get install libpcap0.8 schedutils lsof
 
<source lang="bash">apt-get install libpcap0.8 schedutils lsof
Line 40: Line 45:
  
 
=== Debian 64bit ===
 
=== Debian 64bit ===
* '''<span style="color:red">Install Mono 2.10.8 or greater</span>'''
+
* '''<span style="color:red">Install Mono 5.0 or greater</span>'''
** [[Mono#Debian_6_64bit|Download from our website (recommended)]]
+
** [http://www.mono-project.com/download/stable/#download-lin Add the Xamarin repository from mono-project.com] '''Then execute:
** [http://www.go-mono.com/mono-downloads/download.html Download from go-mono.com]
+
apt-get install mono-complete mono-vbnc mono-xsp
* Execute this command to install other dependencies.
+
** [[Mono#Debian_6_64bit|Or download from our website]] (only recommended if your Linux version is not supported by Xamarin)
<source lang="bash">apt-get install libpcap0.8 schedutils lsof ia32-libs
+
* Install 32bit libraries for steamcmd and 32bit games: https://developer.valvesoftware.com/wiki/SteamCMD#32-bit_libraries_on_64-bit_Linux_systems
</source>
+
* Execute this command to install other dependencies. If util-linux does not exist install schedutils.
 +
<source lang="bash">apt-get install libpcap0.8 util-linux lsof</source>
  
 
=== Ubuntu 32bit ===
 
=== Ubuntu 32bit ===
* '''<span style="color:red">Install Mono 2.10.8 or greater</span>'''
+
* '''<span style="color:red">Install Mono 5.0 or greater</span>'''
** [[Mono#Ubuntu_10.2F11.2F12_32bit|Download from our website (recommended)]]
+
** [http://www.mono-project.com/download/stable/#download-lin Add the Xamarin repository from mono-project.com] '''Then execute:
** [http://www.go-mono.com/mono-downloads/download.html Download from go-mono.com]
+
apt-get install mono-complete mono-vbnc mono-xsp
* Execute this command to install other dependencies.
+
** [[Mono#Ubuntu_10.2F11.2F12_32bit|Or download from our website]] (only recommended if your Linux version is not supported by Xamarin)
<source lang="bash">apt-get install libpcap0.8 schedutils lsof
+
* Execute this command to install other dependencies. If util-linux does not exist install schedutils.
 +
<source lang="bash">apt-get install libpcap0.8 util-linux lsof
 
</source>
 
</source>
  
 
=== Ubuntu 64bit ===
 
=== Ubuntu 64bit ===
* '''<span style="color:red">Install Mono 2.10.8 or greater</span>'''
+
* '''<span style="color:red">Install Mono 5.0 or greater</span>'''
** [[Mono#Ubuntu_10.2F11.2F12_64bit|Download from our website (recommended)]]
+
** [http://www.mono-project.com/download/stable/#download-lin Add the Xamarin repository from mono-project.com] '''Then execute:
** [http://www.go-mono.com/mono-downloads/download.html Download from go-mono.com]
+
apt-get install mono-complete mono-vbnc mono-xsp
* Execute this command to install other dependencies.
+
** [[Mono#Ubuntu_10.2F11.2F12_64bit|Or download from our website]] (only recommended if your Linux version is not supported by Xamarin)
<source lang="bash">apt-get install libpcap0.8 schedutils lsof ia32-libs
+
* Install 32bit libraries for steamcmd and 32bit games: https://developer.valvesoftware.com/wiki/SteamCMD#32-bit_libraries_on_64-bit_Linux_systems
 +
* Execute this command to install other dependencies. If util-linux does not exist install schedutils.
 +
<source lang="bash">apt-get install libpcap0.8 util-linux lsof
 
</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 15:58, 19 September 2018

Windows

Linux

A swap partition is required. Mono is unstable when the server is configured without swap space.

You must know how to manage a Linux server. 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

yum install mono-complete mono-basic xsp
  • Execute these commands to install other dependencies.
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

yum install mono-complete mono-basic xsp
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 libstdc++.i686

Debian 32bit

apt-get install mono-complete mono-vbnc mono-xsp
  • Execute this command to install other dependencies.
apt-get install libpcap0.8 schedutils lsof

Debian 64bit

apt-get install mono-complete mono-vbnc mono-xsp
apt-get install libpcap0.8 util-linux lsof

Ubuntu 32bit

apt-get install mono-complete mono-vbnc mono-xsp
  • Execute this command to install other dependencies. If util-linux does not exist install schedutils.
apt-get install libpcap0.8 util-linux lsof

Ubuntu 64bit

apt-get install mono-complete mono-vbnc mono-xsp
apt-get install libpcap0.8 util-linux lsof

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=1486"