To use our NTP server, change the time configuration in your device to point to time.via0.com
or time1.via0.com
MacOs
To have your Mac to synchronize time from time.cloudflare.com
:
- Go to System Preferences.
- Go to Date & Time.
- Click the lock icon on the bottom left to make changes.
- Enter your password.
- Next to Set date and time automatically, enter
time.cloudflare.com
.

Windows
To have your Windows machine synchronize time from time.cloudflare.com
:
- Go to Control Panel.
- Go to Clock and Region.
- Click Date and Time.
- Go to the Internet Time tab.
- Click Change settings..
- For Server:, type
time.cloudflare.com
and click Update now. - Click OK.

ubuntu (Linux)
open terminal use the following command :
sudo nano /etc/systemd/timesyncd.conf
[Time]
NTP=time.via0.com
FallbackNTP=time1.via0.com
change like above settings, then restart the service with the command
sudo systemctl restart systemd-timesyncd