openntpd
OpenBSD NTP daemon
Install
- All systems
-
curl cmd.cat/openntpd.sh
- Debian
-
apt-get install openntpd
- Ubuntu
-
apt-get install openntpd
- Alpine
-
apk add openntpd
- Arch Linux
-
pacman -S openntpd
- Kali Linux
-
apt-get install openntpd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install openntpd
- Raspbian
-
apt-get install openntpd
- Dockerfile
- dockerfile.run/openntpd
- Docker
-
docker run cmd.cat/openntpd openntpd
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.