VICIPanel
Troubleshooting/Time synchronization error
MediumDatabase

Time synchronization error

Server clock drift is causing auth failures, SSL issues, or report inconsistencies.

Symptoms

  • SSL cert validation errors despite valid cert
  • SIP authentication fails on some systems
  • Reports show call times in the future or far past
  • Replication lag errors

Common causes

  • NTP service stopped or misconfigured
  • Server timezone mismatch with expected
  • MySQL timezone vs server timezone mismatch
  • Container clock skew from host

How to fix it

  1. 1
    Check time status: `timedatectl`
  2. 2
    Enable NTP: `timedatectl set-ntp true`
  3. 3
    Verify MySQL timezone: `SELECT @@global.time_zone, @@session.time_zone`
  4. 4
    Set MySQL timezone in my.cnf: `default-time-zone='+00:00'`
Database health and operational view in VICIPanel
How VICIPanel helps

VICIPanel's health check includes clock-drift detection across all app servers; drift > 5 seconds triggers an alert.

Stop troubleshooting. Start operating.

VICIPanel's health dashboard catches most of these issues before they impact your agents — with plain-English diagnostics and one-click remediation.