docs/en/assets/resources/_macos_install.mdx
import PkgList from "/src/components/PkgList";
Download the client installation package
<PkgList productName="TDengine TSDB-OSS Client" platform="macOS" />Run the installer and follow the prompts to select the default values to complete the installation. If the installation is blocked, you can right-click or press Ctrl and click on the installation package, then choose Open.
Configure taos.cfg
Edit the taos.cfg file (default path /etc/taos/taos.cfg), and 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 the local machine./etc/hosts file has been configured with the correct FQDN value of the server, or that the DNS service has been properly set up.:::