> For the complete documentation index, see [llms.txt](https://wiki.inels.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.inels.com/inels-bus/inels-design-manager-idm3/ntp-time-synchronization-settings.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
