Skip to main content

Planning Your Deployment

Minimum Hardware Requirements

To ensure stable operation, installing TDengine IDMP requires at least the following hardware specifications:

  • CPU: 2 cores
  • Memory: 4 GB
  • Disk: 10 GB of available space

Supported Operating Systems

TDengine IDMP currently supports the following operating systems and architectures.

Operating SystemVersionx86-64arm64
UbuntuUbuntu 20.04
Ubuntu 22.04
YesYes
DebianDebian 10
Debian 11
Debian 12
YesYes
CentOSCentOS 8YesYes
macOS 13macOS 13
macOS 14
macOS 15
YesYes
Windowsn/aNoNo

Dependencies

The following dependencies are required to run TDengine IDMP:

  • Python 3.10 to 3.12
  • Java 21 or later
  • glibc 2.25 or later

Network Ports

TDengine IDMP uses the following default ports. Please ensure these ports are not occupied by other applications.

PortProtocolDescription
6042HTTPExternal Port: This port is used by the TDengine IDMP web interface and REST API for browser access and API communication. Please ensure that your firewall allows access to this port.
8082HTTPInternal Port: This port is used by the TDengine IDMP internal H2 database service for accessing the H2 database web console.
8777HTTPInternal Port: This port is used by the internal chat service API of TDengine IDMP for accessing the chat functionality.
9092TCPInternal Port: Listening port for TDengine IDMP's internal H2 database service, used to access the internal H2 database.

Installation Directory

By default,TDengine IDMP is installed to the /usr/local/taos/idmp directory. This directory contains the following subdirectories.

SubdirectoryDescription
appsoftlink to standalone/app
backendbackend service files
binscripts to start and stop the service
chatchat service files
configTDengine IDMP configuration files
datadata files (softlink to /var/lib/taos)
frontendfrontend service files
libbackend service dependencies
logslog files (softlink to /var/log/taos)
quarkusbackend service framework
servicesystem service configuration files
standalonefrontend integrated service files