Document toolboxDocument toolbox

Use Revpi as NTP Server

How do I set up my own time server

 

  1. sudo nano /etc/systemd/timesyncd.conf

  2. Change line #NTP= in NTP=172.16.59.134

  3. 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:

  1. Stop NTP synchronisation timedatectl set-ntp false

  2. Set time manually sudo timedatectl set-time "2021-10-18 09:19:00"

  3. Resume NTP synchronisation timedatectl set-ntp true

If you still have problems, please send a screenshot after entering this command.

systemctl status systemd-timesyncd