Back to Tdengine

Windows Install

docs/en/assets/resources/_windows_install.mdx

latest1.8 KB
Original Source

import PkgList from "/src/components/PkgList";

  1. Download the client installation package

    <PkgList productName="TDengine TSDB-OSS Client" platform="Windows" />
  2. Run the installer, follow the prompts to select the default values, and complete the installation

  3. Installation path

    The default installation path is: C:\TDengine, which includes the following files (directories):

    • taos.exe: TDengine CLI command line program
    • taosadapter.exe: Server executable that provides RESTful services and accepts write requests from various other software
    • taosBenchmark.exe: TDengine test program
    • cfg: Configuration file directory
    • driver: Application driver dynamic link library
    • examples: Example programs for bash/C/C#/go/JDBC/Python/Node.js
    • include: Header files
    • log: Log files
    • unins000.exe: Uninstallation program
  4. Configure taos.cfg

    Edit the taos.cfg file (default path C:\TDengine\cfg\taos.cfg), change firstEP to the End Point of the TDengine server, for example: h1.tdengine.com:6030.

:::tip

  1. Starting from version 3.4.0.0, the Enterprise Edition is not fully compatible with the Community Edition. To avoid compatibility issues when the two are interconnected, please ensure that you install the client driver corresponding to the server. Using a Community Edition driver to connect to an Enterprise Edition server will fail with error "Edition not compatible", and vice versa.
  2. If using FQDN to connect to the server, ensure that the local network environment DNS is properly configured, or add FQDN addressing records in the hosts file, such as editing C:\Windows\system32\drivers\etc\hosts, adding records like: 192.168.1.99 h1.taos.com
  3. Uninstallation: Run unins000.exe to uninstall the TDengine application driver.

:::