logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

NTP Control - Manage Time Synchronization | Online Free DevTools by Hexmos

Control NTP synchronization with NTP-CTL. Manage daemon status, validate configurations, and force synchronization. Free online tool, no registration required.

ntp-ctl

Management client for the ntpd-rs daemon. More information: https://docs.ntpd-rs.pendulum-project.org/man/ntp-ctl.8.

  • Display information about the current state of the NTP daemon:

ntp-ctl status

  • Check if the specified configuration file (default: /etc/ntpd-rs/ntp.toml) is valid:

ntp-ctl {{[-c|--config]}} {{path/to/config}} validate

  • Interactively run a single synchronization of the clock:

sudo ntp-ctl force-sync

See Also