Time Synchronization
We strongly recommend keeping the host clock synchronized with NTP (Network Time Protocol). Koios timestamps every device read, model prediction, event, and historical sample using the host clock, so a well-synchronized clock keeps your trends, model history, and event timelines aligned with reality. Koios runs fine without it, but accurate time makes the data far more trustworthy and easier to compare against other systems.
What Synchronized Time Gives You
Check and Enable It
Ubuntu enables systemd-timesyncd automatically on a clean install. Verify it is running and synchronized:
The output should show System clock synchronized: yes and NTP service: active. If it isn't, enable it:
For air-gapped sites, point the host at an internal NTP server by editing /etc/systemd/timesyncd.conf:
Then restart the service:
What's Next
- Installing Docker Engine: install the Docker runtime on the host
