Monitor your Chrony Clients in Real-Time
TICC-DASH - Time Information of Chrony Clients Dashboard
Built with Python (Flask) ยท Bootstrap 5 ยท Vanilla JS + AJAX (jQuery) ยท Chrony/chronyc ยท systemd
Formerly known as Chrony NTP Web Interface (V2) โ now improved and rebranded as TICC-DASH.

๐ TICC-DASH core functions
- ๐Live dashboard for Chrony NTP clients (clean UI, responsive layout)
- โกOne-line install & uninstall scripts from the official repository
- ๐Dynamic light/dark themes with persistence (saved in localStorage)
- ๐Real-time search, sorting, and client statistics
- ๐Expandable client rows with detailed metrics (NTP, Drop, Cmd, Interval, Last)
- ๐ง Robust parsing and sorting of hostnames, IPv4 and IPv6 addresses
- ๐JSON API at
/data
for integrations and tooling - โ๏ธRuns as a systemd service on port 5000 (configurable)
- ๐ก๏ธSecure by design: minimal permissions, no database, no tracking
Ready to get started?
Follow the one-line installer and be up and running in under a minute.
curl -fsSL https://raw.githubusercontent.com/anoniemerd/ticc-dash/main/install_ticc_dash.sh | bash