= ntp (Network Time Protocol) Tags: [[UhlLinuxServer]] == Overview Tool to synchronise date and time on all servers. == Installation {{{ #!sh sudo apt-get install ntp }}} By default this uses ntp.ubuntu.com, but other servers can be added for better accuracy and resilience. == To Check ntp is running {{{ #!sh sudo /etc/init.d/ntp status }}} == To restart {{{ #!sh sudo /etc/init.d/ntp restart }}} [[BackLinks]]