docs/en/assets/resources/_linux_install.mdx
import PkgList from "/src/components/PkgList";
Download the client installation package
<PkgList productName="TDengine TSDB-Enterprise Client" platform="Linux-Generic" />Unzip the software package
Place the package in any directory where the current user has read and write access, then execute the following command:
tar -xzvf tdengine-tsdb-enterprise-client-{{VERSION}}-linux-x64.tar.gz
Run the installation script
After unzipping the package, you will see the following files (directories) in the unzipped directory:
Configure taos.cfg
Edit the taos.cfg file (default path /etc/taos/taos.cfg), change firstEP to the End Point of the TDengine server, for example: h1.tdengine.com:6030
:::tip
firstEP needs to be configured in taos.cfg, there is no need to configure FQDN on this machine./etc/hosts file on your machine is configured with the correct FQDN value of the server, or that the DNS service is properly configured.:::