_windows_install.mdx 1.2 KB
Newer Older
D
dingbo 已提交
1 2
import PkgList from "/components/PkgList";

3
1. Download the client installation package
D
dingbo 已提交
4 5 6

   <PkgList type={1} sys="Windows" />

7
   [All downloads](https://www.taosdata.com/cn/all-downloads/)
D
dingbo 已提交
8

9 10
2. Execute the installer, select the default value as prompted, and complete the installation
3. Installation path
D
dingbo 已提交
11

12
   The default installation path is C:\TDengine, including the following files (directories).
D
dingbo 已提交
13

14 15 16 17 18 19 20
   - _taos.exe_ : TDengine CLI command line program
   - _cfg_ : configuration file directory
   - _driver_: application driver dynamic link library
   - _examples_: sample programs bash/C/C#/go/JDBC/Python/Node.js
   - _include_: header files
   - _log_ : log file
   - _unins000.exe_: uninstaller
D
dingbo 已提交
21

22
4. configure taos.cfg
D
dingbo 已提交
23

24
   Edit the taos.cfg file (default path C:\TDengine\cfg\taos.cfg) and change the firstEP to the End Point of the TDengine server, for example: `h1.tdengine.com:6030`.
D
dingbo 已提交
25 26 27

:::tip

28
1. If you use FQDN to connect to the server, you must ensure the local network environment DNS is configured, or add FQDN addressing records in the `hosts` file, e.g., edit C:\Windows\system32\drivers\etc\hosts and add a record like the following: `192.168.1.99 h1.tados.com`..
29
2. Uninstall: Run unins000.exe to uninstall the TDengine application driver.
D
dingbo 已提交
30 31

:::