Last updated: July 24, 2026
Server time mismatches can cause enrollment, profile distribution, or app deployment failures, so admins with server access, an NTP client, and outbound access to Google and Apple time servers can detect and fix drift. Running date shows the current server time, ntpdate -q against time.google.com or time.apple.com reveals the offset, and running ntpdate against either host synchronizes the server clock, resolving time-related certificate and communication errors.
Accurate server time is crucial for authentication, certificate validation, and communication between managed devices and servers. A mismatch in server time can cause failures in operations such as enrollment, profile distribution, or app deployment. To detect and correct such mismatches, the NTP (Network Time Protocol) client can be used to synchronise the system time with trusted external hosts. This document explains how admins can identify server time mismatches and synchronise with reliable time sources.
The following external hosts are used for server time synchronisation:
1. time.google.com
2. time.apple.com
If the issue still persists, please contact our MDM support team.
Accurate server time is crucial for authentication, certificate validation, and communication between managed devices and servers - a mismatch can cause failures in operations such as enrollment, profile distribution, or app deployment.
Run the date command to see the current server time, then run ntpdate -q time.google.com or ntpdate -q time.apple.com to display the offset between the server time and the external time source.
Run ntpdate time.google.com, or ntpdate time.apple.com as an alternative, to synchronize the server clock with the trusted external time source.
Contact the MDM support team if certificate validation failures or communication errors persist after synchronizing the server time.