Difference between revisions of "System Requirements"

Line 5: Line 5:
 
* [https://nmap.org/download.html npcap with '''"Install Npcap in WinPcap API-compatible mode"''' enabled](for bandwidth monitor)
 
* [https://nmap.org/download.html npcap with '''"Install Npcap in WinPcap API-compatible mode"''' enabled](for bandwidth monitor)
 
* Optional components
 
* Optional components
** A MySQL database located on the same server is recommended for best performance. https://dev.mysql.com/downloads/mysql/
+
** A MySQL database located on the same server is recommended for best performance. https://dev.mysql.com/downloads/mysql/ '''TCAdmin Supports MySQL 8 Password Encryption for Authentication'''
 
** [https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads Visual C runtime] and [https://www.microsoft.com/en-us/download/details.aspx?id=35&6B49FDFB-8E5B-4B07-BC31-15695C5A2143=1 DirectX] is required by some games.
 
** [https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads Visual C runtime] and [https://www.microsoft.com/en-us/download/details.aspx?id=35&6B49FDFB-8E5B-4B07-BC31-15695C5A2143=1 DirectX] is required by some games.
 
** [https://www.java.com/en/download/manual.jsp Java] is required by Minecraft.
 
** [https://www.java.com/en/download/manual.jsp Java] is required by Minecraft.

Revision as of 14:38, 27 May 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=2135"