Difference between revisions of "System Requirements"

(Undo revision 1321 by TCAWiki (talk))
Line 62: Line 62:
 
** [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]
 
* 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
* Execute this command to install other dependencies.
+
* Execute this command to install other dependencies. If util-linux does not exist install schedutils.
<source lang="bash">apt-get install libpcap0.8 schedutils lsof
+
<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 13:56, 14 October 2016

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

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 libpcap0.8 schedutils lsof

Debian 64bit

apt-get install libpcap0.8 schedutils lsof

Ubuntu 32bit

apt-get install libpcap0.8 schedutils lsof

Ubuntu 64bit

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