tencent cloud

Tencent Container Security Service

Release Notes
Product Introduction
Overview
Strengths
Use Cases
Features and Versions
Purchase Guide
Applying for Trial
Purchasing Pro Edition
Purchasing Image Scan
Purchasing Log Analysis
Getting Started
Operation Guide
Security Overview
Asset Management
Vulnerability Detection
Image Risk Management
Cluster Risk Management
Baseline Management
Runtime Security
Advanced Defense
Policy Management
Protection Switch
Alarm Settings
Log Analysis
Hybrid Cloud Installation Guide
Compromised Container Isolation
Log Field Data Parsing
Practical Tutorial
Mirror Vulnerability Scanning and Vulnerability Management
Troubleshooting
Offline Linux Client
Troubleshooting for Cluster Access
API Documentation
History
Introduction
API Category
Making API Requests
Network Security APIs
Cluster Security APIs
Security Compliance APIs
Runtime security - High-risk syscalls
Runtime Security - Reverse Shell APIs
Runtime Security APIs
Alert Settings APIs
Advanced prevention - K8s API abnormal requests
Asset Management APIs
Security Operations - Log Analysis APIs
Runtime Security - Trojan Call APIs
Runtime Security - Container Escape APIs
Image Security APIs
Billing APIs
Data Types
Error Codes
FAQs
TCSS Policy
Privacy Policy
Data Processing And Security Agreement
Contact Us
Glossary

Getting Started

PDF
Focus Mode
Font Size
Last updated: 2025-04-03 15:08:39

Prerequisites

Installing the Agent

1. Log in to the TCSS console and click Asset Management on the left sidebar.
2. On the Asset Management page, click Total servers to view the list of TCSS servers already installed.
Note:
If the TCSS Agent is not in the list, you need to install it as instructed in Agent Installation Guide.


Activating the Pro Edition and enabling the value-added feature

After installing the Agent, check whether you want to activate the TCSS Pro Edition and enable the value-added feature.
If you have activated the Pro Edition and enabled the value-added feature, you can enjoy the comprehensive security protection provided by TCSS.
If you haven't activated the Pro Edition and enabled the value-added feature, you can do so first, and then you can view available features in the console and enjoy the security protection provided by TCSS.
Note:
Due to product adjustment, the mirror license will be suspended for new purchase from December 29, 2023 to March 31, 2024. Users who have purchased it can still use it normally.

Supported Linux versions

Currently, the following versions are supported:
RHEL: Versions 6 and 7 (64-bit)
CentOS: Versions 6 and 7 (64-bit)
Ubuntu: Versions 9.10 to 18.04 (64-bit)
Debian: Versions 6, 7, 8, and 9 (64-bit)


Agent Installation Guide

Downloading and installing the Agent

In the Linux system, enter the following command to download and install the Agent:
Note:
You can select one of the following download addresses based on your network status.
Classic network (non-VPC servers):
wget http://uo.yd.qcloud.com/ydeyes_linux64.tar.gz -O ydeyes_linux64.tar.gz && tar -zxvf ydeyes_linux64.tar.gz && ./self_cloud_install_linux64.sh
VPC and CPM:
wget http://uo.yd.tencentyun.com/ydeyes_linux64.tar.gz -O ydeyes_linux64.tar.gz && tar -zxvf ydeyes_linux64.tar.gz && ./self_cloud_install_linux64.sh

Checking whether the installation is successful

After running the installation command, check whether the YDService and YDLive processes are called, and if so, the agent is installed successfully. Run the following command to check:
ps -ef|grep YD

If the processes are not called, run the following command as the root user to start the programs:
/usr/local/qcloud/YunJing/YDEyes/YDService

Uninstalling the TCSS Agent

In the Linux system, enter the following command to uninstall the agent:
if [ -w '/usr' ]; then /usr/local/qcloud/YunJing/uninst.sh ; else /var/lib/qcloud/YunJing/uninst.sh ; fi

Troubleshooting

If you have questions or experience exceptions during use, see FAQs.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback