Difference between revisions of "System Requirements"

Line 16: Line 16:
  
 
=== CentOS / Fedora / Redhat 32bit ===
 
=== CentOS / Fedora / Redhat 32bit ===
* '''<span style="color:red">Install Mono 5.0 or greater</span>'''
+
* '''<span style="color:red">Install Mono 5.0 /6.0 or greater</span>'''
 
** If you accidentally install Mono 4 you must uninstall it before installing Mono 5.
 
** If you accidentally install Mono 4 you must uninstall it before installing Mono 5.
 
** [http://www.mono-project.com/download/stable/#download-lin Add the Xamarin repository from mono-project.com] '''Then execute:
 
** [http://www.mono-project.com/download/stable/#download-lin Add the Xamarin repository from mono-project.com] '''Then execute:
Line 25: Line 25:
 
yum -y install libpcap schedutils lsof
 
yum -y install libpcap schedutils lsof
 
</source>
 
</source>
* Optional: MySQL 5.1 or greater. MySQL 8 must be configured with MySQL 5.x compatibility.
+
* Optional: MySQL 5.1 or greater.
  
 
=== CentOS / Fedora / Redhat 64bit ===
 
=== CentOS / Fedora / Redhat 64bit ===
* '''<span style="color:red">Install Mono 5.0 or greater</span>'''
+
* '''<span style="color:red">Install Mono 5.0/6.0 or greater</span>'''
 
** If you accidentally install Mono 4 you must uninstall it before installing Mono 5.
 
** If you accidentally install Mono 4 you must uninstall it before installing Mono 5.
 
** [http://www.mono-project.com/download/stable/#download-lin Add the Xamarin repository from mono-project.com] '''Then execute:
 
** [http://www.mono-project.com/download/stable/#download-lin Add the Xamarin repository from mono-project.com] '''Then execute:
Line 38: Line 38:
 
yum -y install libpcap schedutils lsof glibc.i686 libstdc++.i686
 
yum -y install libpcap schedutils lsof glibc.i686 libstdc++.i686
 
</source>
 
</source>
* Optional: MySQL 5.1 or greater. MySQL 8 must be configured with MySQL 5.x compatibility.
+
* Optional: MySQL 5.1 or greater.
  
 
=== Debian 32bit ===
 
=== Debian 32bit ===
* '''<span style="color:red">Install Mono 5.0 or greater</span>'''
+
* '''<span style="color:red">Install Mono 5.0/6.0 or greater</span>'''
 
** If you accidentally install Mono 4 you must uninstall it before installing Mono 5.
 
** If you accidentally install Mono 4 you must uninstall it before installing Mono 5.
 
** [http://www.mono-project.com/download/stable/#download-lin Add the Xamarin repository from mono-project.com] '''Then execute:
 
** [http://www.mono-project.com/download/stable/#download-lin Add the Xamarin repository from mono-project.com] '''Then execute:
Line 48: Line 48:
 
<source lang="bash">apt-get install libpcap0.8 schedutils lsof
 
<source lang="bash">apt-get install libpcap0.8 schedutils lsof
 
</source>
 
</source>
* Optional: MySQL 5.1 or greater. MySQL 8 must be configured with MySQL 5.x compatibility.
+
* Optional: MySQL 5.1 or greater.
  
 
=== Debian 64bit ===
 
=== Debian 64bit ===
* '''<span style="color:red">Install Mono 5.0 or greater</span>'''
+
* '''<span style="color:red">Install Mono 5.0/6.0 or greater</span>'''
 
** If you accidentally install Mono 4 you must uninstall it before installing Mono 5.
 
** If you accidentally install Mono 4 you must uninstall it before installing Mono 5.
 
** [http://www.mono-project.com/download/stable/#download-lin Add the Xamarin repository from mono-project.com] '''Then execute:
 
** [http://www.mono-project.com/download/stable/#download-lin Add the Xamarin repository from mono-project.com] '''Then execute:
Line 58: Line 58:
 
* Execute this command to install other dependencies. If util-linux does not exist install schedutils.
 
* 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 lang="bash">apt-get install libpcap0.8 util-linux lsof</source>
* Optional: MySQL 5.1 or greater. MySQL 8 must be configured with MySQL 5.x compatibility.
+
* Optional: MySQL 5.1 or greater.
  
 
=== Ubuntu 32bit ===
 
=== Ubuntu 32bit ===
* '''<span style="color:red">Install Mono 5.0 or greater</span>'''
+
* '''<span style="color:red">Install Mono 5.0/6.0 or greater</span>'''
 
** If you accidentally install Mono 4 you must uninstall it before installing Mono 5.
 
** If you accidentally install Mono 4 you must uninstall it before installing Mono 5.
 
** [http://www.mono-project.com/download/stable/#download-lin Add the Xamarin repository from mono-project.com] '''Then execute:
 
** [http://www.mono-project.com/download/stable/#download-lin Add the Xamarin repository from mono-project.com] '''Then execute:
Line 68: Line 68:
 
<source lang="bash">apt-get install libpcap0.8 util-linux lsof
 
<source lang="bash">apt-get install libpcap0.8 util-linux lsof
 
</source>
 
</source>
* Optional: MySQL 5.1 or greater. MySQL 8 must be configured with MySQL 5.x compatibility.
+
* Optional: MySQL 5.1 or greater.
  
 
=== Ubuntu 64bit ===
 
=== Ubuntu 64bit ===
* '''<span style="color:red">Install Mono 5.0 or greater</span>'''
+
* '''<span style="color:red">Install Mono 5.0/6.0 or greater</span>'''
 
** If you accidentally install Mono 4 you must uninstall it before installing Mono 5.
 
** If you accidentally install Mono 4 you must uninstall it before installing Mono 5.
 
** [http://www.mono-project.com/download/stable/#download-lin Add the Xamarin repository from mono-project.com] '''Then execute:
 
** [http://www.mono-project.com/download/stable/#download-lin Add the Xamarin repository from mono-project.com] '''Then execute:
Line 79: Line 79:
 
<source lang="bash">apt-get install libpcap0.8 util-linux lsof
 
<source lang="bash">apt-get install libpcap0.8 util-linux lsof
 
</source>
 
</source>
* Optional: MySQL 5.1 or greater. MySQL 8 must be configured with MySQL 5.x compatibility.
+
* Optional: MySQL 5.1 or greater.
  
 
== 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 19:32, 9 February 2020

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
  • Optional: MySQL 5.1 or greater.

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
  • Optional: MySQL 5.1 or greater.

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
  • Optional: MySQL 5.1 or greater.

Debian 64bit

apt-get install mono-complete mono-vbnc mono-xsp
apt-get install libpcap0.8 util-linux lsof
  • Optional: MySQL 5.1 or greater.

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
  • Optional: MySQL 5.1 or greater.

Ubuntu 64bit

apt-get install mono-complete mono-vbnc mono-xsp
apt-get install libpcap0.8 util-linux lsof
  • Optional: MySQL 5.1 or greater.

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