tencent cloud

ドキュメントTencent Cloud Automation Tools

Installing TAT Agent

ダウンロード
フォーカスモード
フォントサイズ
最終更新日: 2026-05-29 09:22:30

Overview

This document guides you through the process of installing the TencentCloud Automation Tools (TAT) agent on a Lighthouse or CVM instance.

Notes

For instances created using public images after December 15, 2020, the TAT agent is selected for installation by default. If you did not select it, you can install TAT by following the instructions in this document.
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.
Linux instances
Windows instances
1. Log in to the Linux instance.
For Lighthouse instances, see Connecting to a Linux Instance via OrcaTerm.
2. Run the following command with the root account to install the TAT agent.
Note:
To install the client, you must run the command on the instance. The client cannot be downloaded directly using only the link in the command.
sudo wget -qO - https://mirrors.tencentyun.com/install/tat_agent/tat_agent_installer.sh | sudo sh
3. After successful installation, the TAT agent is online. You can also log in to the instance to check the agent's running status.
Log in to the instance, and run the command vim /usr/local/qcloud/tat_agent/log/tat_agent.log to view the agent running logs.
Log in to the instance, and run the command ps -ef | grep tat_agent to view the process status. If the process does not exist, run /usr/local/qcloud/tat_agent/tat_agent to start the process, or reinstall the client.
Note:
We recommend using Windows Server 2012 R2 or a later version. Windows Server 2008 and earlier versions have been out of official support for years. If you are still using them, please note that these older operating systems cannot run the TAT agent and may pose serious security risks. We advise you to upgrade to a supported new version as soon as possible.
1. Log in to the Windows instance.
For Lighthouse instances, see Connecting to a Windows Instance via VNC.
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.
Note:
To install the client, you must run the command on the instance. The client cannot be downloaded directly using only the link in the command.
iex (New-Object System.Net.WebClient).DownloadString('https://mirrors.tencentyun.com/install/tat_agent/tat_agent_installer.ps1')
3. After successful installation, the TAT agent is online. You can also log in to the instance to check the agent's running status.
Log in to the instance, and check the running status of tat_agent.exe in the Task Manager.
Log in to the instance, and check the agent running logs under C:\\Program Files\\QCloud\\tat_agent\\log.



ヘルプとサポート

この記事はお役に立ちましたか?

フィードバック