_deploytaosadapter.mdx 429 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
### Deploying taosAdapter

taosAdapter can be deployed on the same system as TDengine, or separately.

To start taosAdapter.

```
systemctl start taosadapter
```

Check the running status of taosAdapter.

```
systemctl status taosadapter
```

taosAdapter Please refer to the `taosadapter --help` command output and [reference documentation](/reference/taosadapter) for detailed configuration parameters and usage of taosAdapter.