Difference between revisions of "System Requirements"

Line 61: Line 61:
 
=== Ubuntu 64bit ===
 
=== Ubuntu 64bit ===
 
* '''<span style="color:red">Install Mono 2.11.4 or greater</span>'''
 
* '''<span style="color:red">Install Mono 2.11.4 or greater</span>'''
** [http://www.mono-project.com/download/#download-lin-ubuntu Download from mono-project.com] '''(Xamarin packages are recommended, required packages are mono-complete mono-vbnc and mono-xsp)'''
+
** [http://www.mono-project.com/download/stable/#download-lin Add the Xamarin repository from mono-project.com] '''Then execute:
 +
apt-get install mono-complete mono-vbnc mono-xsp
 
** [[Mono#Ubuntu_10.2F11.2F12_64bit|Or download from our website]] (only recommended if your Linux version is not supported by Xamarin)
 
** [[Mono#Ubuntu_10.2F11.2F12_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
 
* Install 32bit libraries for steamcmd and 32bit games: https://developer.valvesoftware.com/wiki/SteamCMD#32-bit_libraries_on_64-bit_Linux_systems

Revision as of 00:54, 9 June 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

  • Install Mono 2.11.4 or greater
  • 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

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

  • Install Mono 2.11.4 or greater
  • 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=1466"