Installation

From TCAdmin 2.0 Documentation

Before installing TCAdmin make sure you have installed the System Requirements

Installation (Windows)

  1. Make sure you have installed the System Requirements.
  2. Download the TCAdmin installer https://downloads.tcadmin.net/installer/tcadmin2setup.exe (If the installer doesn't execute select the file properties and check "unblock". )
  3. Execute and install. Change the installation directory as needed.
  4. Follow the Initial Configuration guide to configure TCAdmin.

Installation (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/

Manual installation

  1. Make sure you have installed the System Requirements.
  2. Download and install the TCAdmin package for your Linux distro.
    • CentOS / Fedora / Redhat
      wget https://downloads.tcadmin.net/installer/tcadmin-2-bi.noarch.rpm;yum -y install tcadmin-2-bi.noarch.rpm --nogpgcheck
    • Debian / Ubuntu
      wget https://downloads.tcadmin.net/installer/tcadmin-2-bi.noarch.deb;dpkg -i tcadmin-2-bi.noarch.deb
  3. Follow the Initial Configuration guide to configure TCAdmin.
Retrieved from "https://help.tcadmin.com/index.php?title=Installation&oldid=2500"