Difference between revisions of "System Requirements"

Line 17: Line 17:
 
<!-- === CentOS / Fedora / Redhat 32bit ===
 
<!-- === CentOS / Fedora / Redhat 32bit ===
 
* '''<span style="color:red">Install Mono 6.0 or greater</span>'''
 
* '''<span style="color:red">Install Mono 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 6.
 
** [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:
 
  yum install mono-complete mono-basic xsp
 
  yum install mono-complete mono-basic xsp
Line 28: Line 28:
 
=== CentOS / Fedora / Redhat 64bit ===
 
=== CentOS / Fedora / Redhat 64bit ===
 
* '''<span style="color:red">Install Mono 6.0 or greater</span>'''
 
* '''<span style="color:red">Install Mono 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 6.
 
** [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:
 
<source lang="bash">yum install mono-complete mono-basic xsp</source>
 
<source lang="bash">yum install mono-complete mono-basic xsp</source>
Line 38: Line 38:
 
<!-- === Debian 32bit ===
 
<!-- === Debian 32bit ===
 
* '''<span style="color:red">Install Mono 6.0 or greater</span>'''
 
* '''<span style="color:red">Install Mono 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 6.
 
** [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:
 
  apt-get install mono-complete mono-vbnc mono-xsp
 
  apt-get install mono-complete mono-vbnc mono-xsp
Line 48: Line 48:
 
=== Debian 64bit ===
 
=== Debian 64bit ===
 
* '''<span style="color:red">Install Mono 6.0 or greater</span>'''
 
* '''<span style="color:red">Install Mono 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 6.
 
** [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:
 
<source lang="bash">apt-get install mono-complete mono-vbnc mono-xsp</source>
 
<source lang="bash">apt-get install mono-complete mono-vbnc mono-xsp</source>
Line 58: Line 58:
 
<!-- === Ubuntu 32bit ===
 
<!-- === Ubuntu 32bit ===
 
* '''<span style="color:red">Install Mono 6.0 or greater</span>'''
 
* '''<span style="color:red">Install Mono 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 6.
 
** [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:
 
  apt-get install mono-complete mono-vbnc mono-xsp
 
  apt-get install mono-complete mono-vbnc mono-xsp
Line 68: Line 68:
 
=== Ubuntu 64bit ===
 
=== Ubuntu 64bit ===
 
* '''<span style="color:red">Install Mono 6.0 or greater</span>'''
 
* '''<span style="color:red">Install Mono 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 6.
 
** [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:
 
<source lang="bash">apt-get install mono-complete mono-vbnc mono-xsp</source>
 
<source lang="bash">apt-get install mono-complete mono-vbnc mono-xsp</source>

Revision as of 09:34, 7 December 2021

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 64bit

yum install mono-complete mono-basic xsp
yum -y install libpcap schedutils lsof glibc.i686 libstdc++.i686 socat
  • 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 socat screen
  • 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 screen socat iptables-persistent
  • 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=2472"