Overview
This document guides you through the process of installing the TencentCloud Automation Tools (TAT) agent on a Lighthouse or CVM instance.
Note:
The TAT agent supports TencentOS Server, Linux releases and Windows operating systems.
TAT agent is only available for VPC-based instances.
Directions
Choose the directions according to your operating system.
1. Log in to the Linux instance.
For Lighthouse instances, see [Logging in to Linux Instances via WebShell]
2. Run the following command with the root account to install the TAT agent.
sudo wget -qO - https://tat-1258344699.cos-internal.accelerate.tencentcos.cn/tat_agent/tat_agent_installer.sh | sudo sh
1. Log in to the Windows instance.
For Lighthouse instances, see [Logging in to Windows Instance via VNC].
2. Select the directions for your OS version:
Windows Server 2016 and later versions
1. On the desktop, right click and select Windows PowerShell (Admin) in the pop-up window. 2. Run the following command in the powershell window to install the TAT agent.
iex (New-Object System.Net.WebClient).DownloadString('https://tat-1258344699.cos-internal.accelerate.tencentcos.cn/tat_agent/tat_agent_installer.ps1')
Windows Server 2012 R2 and earlier versions
1. Download the TAT agent package at:
2. Decompress the file and open the folder.
3. Right click install.bat, and select Run as administrator to install the TAT agent.