Difference between revisions of "Installation"

Line 12: Line 12:
 
#* '''CentOS / Fedora / Redhat'''<source lang="bash">wget http://www.tcadmin.com/installer/tcadmin-2-bi.noarch.rpm;yum -y install tcadmin-2-bi.noarch.rpm --nogpgcheck</source>
 
#* '''CentOS / Fedora / Redhat'''<source lang="bash">wget http://www.tcadmin.com/installer/tcadmin-2-bi.noarch.rpm;yum -y install tcadmin-2-bi.noarch.rpm --nogpgcheck</source>
 
#* '''Debian / Ubuntu'''<source lang="bash">wget http://www.tcadmin.com/installer/tcadmin-2-bi.noarch.deb;dpkg -i tcadmin-2-bi.noarch.deb</source>
 
#* '''Debian / Ubuntu'''<source lang="bash">wget http://www.tcadmin.com/installer/tcadmin-2-bi.noarch.deb;dpkg -i tcadmin-2-bi.noarch.deb</source>
 +
#* '''Mono 6.8.0''' has a bug that prevents the XSP web server from starting. This has already been reported and will be fixed in the next Mono update. For now the only workaround on a master installation is to configure the control panel with Nginx: [[Configure_the_TCAdmin_website_to_run_with_Nginx]].
 +
#* To configure a new remote server without the control panel website you only need to download the ConfigUtility.config and save it to /home/tcadmin/Monitor. Then restart the monitor.
 
# Follow the '''[[Initial Configuration]]''' guide to configure TCAdmin.
 
# Follow the '''[[Initial Configuration]]''' guide to configure TCAdmin.

Revision as of 13:03, 28 January 2020

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 http://www.tcadmin.com/installer/tcadmin2setup.exe
  3. Execute and install. Change the installation directory as needed.
  4. Follow the Initial Configuration guide to configure TCAdmin.

Installation (Linux)

  1. Make sure you have installed the System Requirements.
  2. Download and install the TCAdmin package for your Linux distro.
    • CentOS / Fedora / Redhat
      wget http://www.tcadmin.com/installer/tcadmin-2-bi.noarch.rpm;yum -y install tcadmin-2-bi.noarch.rpm --nogpgcheck
    • Debian / Ubuntu
      wget http://www.tcadmin.com/installer/tcadmin-2-bi.noarch.deb;dpkg -i tcadmin-2-bi.noarch.deb
    • Mono 6.8.0 has a bug that prevents the XSP web server from starting. This has already been reported and will be fixed in the next Mono update. For now the only workaround on a master installation is to configure the control panel with Nginx: Configure_the_TCAdmin_website_to_run_with_Nginx.
    • To configure a new remote server without the control panel website you only need to download the ConfigUtility.config and save it to /home/tcadmin/Monitor. Then restart the monitor.
  3. Follow the Initial Configuration guide to configure TCAdmin.
Retrieved from "https://help.tcadmin.com/index.php?title=Installation&oldid=1944"