chronyd

Versatile implementation of the Network Time Protocol

Install

All systems
curl cmd.cat/chronyd.sh
Debian Debian
apt-get install chrony
Ubuntu
apt-get install chrony
Alpine
apk add chrony
Arch Arch Linux
pacman -S chrony
image/svg+xml Kali Linux
apt-get install chrony
CentOS
yum install chrony
Fedora
dnf install chrony
Windows (WSL2)
sudo apt-get update sudo apt-get install chrony
Raspbian
apt-get install chrony
Docker
docker run cmd.cat/chronyd chronyd powered by Commando

chrony

Versatile implementation of the Network Time Protocol

It consists of a pair of programs: chronyd: This is a daemon which runs in background on the system. It obtains measurements (e.g. via the network) of the system's offset relative to other systems and adjusts the system time accordingly. For isolated systems, the user can periodically enter the correct time by hand (using 'chronyc'). In either case 'chronyd' determines the rate at which the computer gains or loses time, and compensates for this. Chronyd implements the NTP protocol and can act as either a client or a server. chronyc: This is a command-line driven control and monitoring program. An administrator can use this to fine-tune various parameters within the daemon, add or delete servers etc whilst the daemon is running.