/
Use Revpi as NTP Server
Use Revpi as NTP Server
How do I set up my own time server
sudo nano /etc/systemd/timesyncd.conf
Change line
#NTP=
inNTP=172.16.59.134
sudo systemctl restart systemd-timesyncd
If the time is still not synchronised after a while, this may be because the difference (clock skew) is too large. This can be remedied as follows:
Stop NTP synchronisation
timedatectl set-ntp false
Set time manually
sudo timedatectl set-time "2021-10-18 09:19:00"
Resume NTP synchronisation
timedatectl set-ntp true
If you still have problems, please send a screenshot after entering this command.
systemctl status systemd-timesyncd