#update the system sudo apt-get update #install the server sudo apt-get install ntp #option if addtional sources are needed sudo nano /etc/ntp.conf #restart the service sudo systemctl restart ntp #show the service status sudo systemctl status ntp #show ntp updates sudo ntpq -np #check system time date |
UBUNTU DUMP >