ntpctl

OpenBSD NTP daemon

Install

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

openntpd

OpenBSD NTP daemon

NTP, the Network Time Protocol, is used to keep the computer clocks synchronized. It provides the ability to sync the local clock to remote NTP servers and can act as NTP server itself, redistributing the local clock. This is an alternative implementation of the NTP software, made by the OpenBSD Project. It makes use of privilege separation, only implements a subset of the NTP protocol, adjusting the rate of the clock to synchronize the local clock. Alternative packages which provide similar functionality are ntp and chrony.