Difference between revisions of "System Requirements"

 
Line 11: Line 11:
  
 
== Linux ==
 
== Linux ==
== Automated TCAdmin installer for Linux ==
+
=== Automated TCAdmin installer for Linux ===
 
The automated installer will automatically install TCAdmin and all of the dependencies.
 
The automated installer will automatically install TCAdmin and all of the dependencies.
  

Latest revision as of 15:26, 10 October 2022

Windows

Linux

Automated TCAdmin installer for Linux

The automated installer will automatically install TCAdmin and all of the dependencies.

Supported distributions:

  • Ubuntu 16.04 and newer
  • Debian 9 and newer
  • CentOS 6 and newer
cd /home && curl -o tcadmin-installer.sh https://downloads.tcadmin.net/installer/tcadmin-installer.sh && sh tcadmin-installer.sh -i

Run the installer as root or sudo.

Should you run into any issues, please post them in this thread: https://community.tcadmin.com/topic/11831-automated-linux-installer/


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 screen
  • 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 libncurses5 libncursesw5 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=2505"