how to setup ntp server raspberry pi 4

preview_player
Показать описание
Some time ago I had an issue with Windows server time settings and I noticed that my home lab was missing an NTP server, so why not install the NTP server on raspberry pi 4.

Network Time Protocol (NTP) is responsible for synchronizing the clocks of systems in a network. It is available as a server-client setup that uses the same protocol.

commands:
apt update
apt install ntp
lines pool
systemctl restart ntp
ufw allow ntp
ntpq -p
Рекомендации по теме