# NTP (Time Synchronization) Settings

The **miniCU** supports automatic time synchronization using **NTP (Network Time Protocol)**.\
Correct system time is important for:

* Scheduled automations (time scenes, logic)
* Logs and event timestamps
* Time-based reporting
* Reliable integration with external systems

NTP settings are configured in **iDM (iNELS Design Manager)** inside the CU configuration section.

### Where to Configure NTP in iDM

1. Open **iDM**
2. Connect to the target **miniCU**
3. Navigate to:

**CU Configuration → Time Settings**

In this page, you will find a field to configure **NTP server**.

<figure><img src="/files/1IDOa3NfCjh1INrIaYDe" alt=""><figcaption></figcaption></figure>

**Only IP address format is supported** in the NTP server field.

* The miniCU NTP input supports **numeric IP address only**
* DNS strings / hostnames are **not supported**

&#x20;`195.113.144.201`\
&#x20;`81.0.246.244`

#### Not Supported Example

❌ `pool.ntp.org`\
❌ `time.google.com`\
❌ `0.pool.ntp.org`

> ⚠️ **Do not use string-based NTP servers** like `pool.ntp.org`.\
> The miniCU will not resolve the DNS name and time sync will fail.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.inels.com/inels-bus/inels-design-manager-idm3/ntp-time-synchronization-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
