ESX Virtualization

VMware ESXi, vSphere, VMware Backup, Hyper-V... how-to, videos....

Nakivo Backup and Replication - #1 Backup solution for Virtual, physical, cloud, NAS and SaaS

Menu
  • Certification
      • VCP-DCV vSphere 8
          • vcp2024-125.
        • Close
    • Close
  • VMware
    • Configuration Maximums
    • vSphere
      • vSphere 8.0
      • vSphere 7.0
      • vSphere 6.7
      • vSphere 6.5
      • vSphere 6.0
      • Close
    • VMworld
      • VMware EXPLORE 2024
      • VMware EXPLORE 2023
      • VMware EXPLORE 2022
      • VMworld 2019
      • VMworld 2018
      • VMworld 2017
      • VMworld 2016
      • VMworld 2015
      • VMworld 2014
      • VMworld 2013
      • VMworld 2012
      • VMworld 2011
      • Close
    • Close
  • Microsoft
    • Windows Server 2012
    • Windows Server 2016
    • Windows Server 2019
    • Close
  • Categories
    • Tips – VMware, Microsoft and General IT tips and definitions, What is this?, How this works?
    • Server Virtualization – VMware ESXi, ESXi Free Hypervizor, VMware vSphere Server Virtualization, VMware Cloud and Datacenter Virtualization
    • Backup – Virtualization Backup Solutions, VMware vSphere Backup and ESXi backup solutions.
    • Desktop Virtualization – Desktop Virtualization, VMware Workstation, VMware Fusion, VMware Horizon View, tips and tutorials
    • How To – ESXi Tutorials, IT and virtualization tutorials, VMware ESXi 4.x, ESXi 5.x and VMware vSphere. VMware Workstation and other IT tutorials.
    • Free – Free virtualization utilities, ESXi Free, Monitoring and free backup utilities for ESXi and Hyper-V. Free IT tools.
    • Videos – VMware Virtualization Videos, VMware ESXi Videos, ESXi 4.x, ESXi 5.x tips and videos.
    • Home Lab
    • Reviews – Virtualization Software and reviews, Disaster and backup recovery software reviews. Virtual infrastructure monitoring software review.
    • Close
  • Partners
    • NAKIVO
    • StarWind
    • Zerto
    • Xorux
    • Close
  • This Web
    • News
    • ESXi Lab
    • About
    • Advertise
    • Archives
    • Disclaimer
    • PDFs and Books
    • Close
  • Free
  • Privacy policy

How to configure ESXi 6.5 Network Time Protocol (NTP) via Host Client?

By Vladan SEGET | Last Updated: February 5, 2017

Shares

ESXi host client is bundled with VMware Free ESXi Hypervisor. While we still have the possibility to manage single host via traditional vSphere Client (Windows based), it becomes clear that sooner or later the legacy client will be gone. That's why this post – How to configure ESXi 6.5 Network Time Protocol (NTP) via Host Client as we'll be using ESXi Host Client for the NTP configuration.

Let's talk first about why it is important to configure network time protocol (NTP) on ESXi host. As you know NTP will sync the time of the host from external NTP server. Many people simply overlook the NTP configuration because they consider it as not so important. But it is.

If your host is not configured with a correct time source then you might have problems with the time sync within your VMs as those picking time sync from your host. (if not configured on per-VM basis). How? Via VMware tools periodic time synchronization which is happening during specific events, such as:

  • Snapshot operation (during regular daily backups!)
  • Resuming or suspend operation
  • vMotion operation
  • VMware Tools startup operation (startup/reboot)

Many admins also use MAC or Linux desktops/laptops so the choice of ESXi host client is their preferred method. Perhaps they simply don't want to use a Windows machine with vSphere client installed or they don't want to bother to set up a Windows VM through VMware Workstation/Player or Fusion.

How to configure ESXi 6.5 Network Time Protocol (NTP) via Host Client?

Simple. Connect to your ESXi host via vSphere host client (if it's individual host. If the host is managed via vCenter, use vSphere Web client – we'll join a screenshot too at the end of this post). The url of the connection is:

https://IP_of_ESXi/UI

Then on the left, just bellow the host, select the Manage > System > Time and Date

How to configure ESXi 6.5 Network Time Protocol (NTP)

Then click the Edit Settings button to bring up the configuration window. Set the NTP service startup policy as “Start and stop with host”. Like this everytime the host will reboot, the NTP service will be started automatically.

Then enter a local or remote NTP server. For example:

pool.ntp.org

Validate your settings with the Save button.

Configure NTP on ESXi host via host client

Next you'll have tomake sure to actually start the NTP service because configuring the policy and not starting the service is not enough. You can start the service by selecting again the Time and date > Actions > NTP service > Start

Where to Start NTP Service on ESXi host

You're done. The host is now syncing the time with the NTP server you have entered.

Note: You'll have to check that your host can communicate succesfully with the public server over NTP (UDP Port 123), make sure that your firewall has this port open.

What can happen if your host has incorrect time?

Few min, or even half an hour or more than an hour. Everything is possible. Well, where time sync really matters is certainly for Domain controllers. If your Domain controller is off sync, then you'll have a certain number of problems happening within your domain infrastructure starting with long login times and then refused logins because of expired Kerberos tickets.

If you have vCenter installed and you're managing your hosts via vSphere Web client?

You can find the settings in this location by Selecting your Host > Configure > System > Time configuration

Here is a screenshot too…

vSphere Web Client ESXi NTP configuration

In this post, we have seen that it is pretty simple to configure NTP on ESXi host and why it is important to do so. When you're having larger environments with stateless hosts where those hosts are booting via vSphere Autodeploy, you can consider applying NTP configuration via host profiles for example.

Also from ESX Virtualization

  • VMware vSphere 6.5 Configuration Maximums
  • How to create a USB media with ESXi 6.5 Installation
  • vSphere 6.5 page with ALL How-to, videos and blog articles for vSphere 6.5, ESXi 6.5

Stay tuned through RSS, and social media channels (Twitter, FB, YouTube)

Shares
5/5 - (1 vote)

| Filed Under: How To, Server Virtualization

About Vladan SEGET

This website is maintained by Vladan SEGET. Vladan is as an Independent consultant, professional blogger, vExpert x16, Veeam Vanguard x9, VCAP-DCA/DCD, ESX Virtualization site has started as a simple bookmarking site, but quickly found a large following of readers and subscribers.

Connect on: Facebook. Feel free to network via Twitter @vladan.

Comments

  1. Neumann Péter says

    February 7, 2017 at 2:15 am

    Domain Controllers should not use Vmware Tools to sync their time from the host. PDC should get it from reliable source and disable the feature in VMtools.

    • Vladan SEGET says

      February 7, 2017 at 7:37 am

      Absolutely. That’s the best practice for DCs – Always external time source….

  2. VJ says

    February 11, 2017 at 8:51 am

    I tried this, it says NTPD failed to start. any suggestion.

    • Dragan says

      August 18, 2017 at 5:58 pm

      Firewall?

  3. David Green says

    November 6, 2017 at 2:22 am

    Why would my host display a time 3 hours ahead of the actual time? Currently it is 17:16 yet ESXi vSphere host client displays 22:17:00 UTC. I have NTP client status enabled and service status running. Is there something to indicate offset or TimeZone?

  4. David Green says

    November 6, 2017 at 3:37 am

    I think I figured it out. The BIOS of the server has the time set at UTC-5:00 but with the clock change it too was off by an hour and DST was turned off. In addition the display is for UTC so one has to do the offset in their mind but it actually translates properly (with the previous corrections) to the current time.

    • Vladan SEGET says

      November 6, 2017 at 8:06 pm

      Thanks for sharing David. ++
      Vladan

  5. Sam says

    April 11, 2018 at 7:30 am

    Would it be a good idea to use Microsoft domain controller as a time source for ESXi hosts? I found the KB from VMware below
    https://kb.vmware.com/s/article/1035833
    I am confused about the likewise part of configuration. Does likewise clients have to be configured on ESXi host or it is optional?
    I tried to run the command (cd HKEY_THIS_MACHINE\Services\lsass\Parameters\Providers\ActiveDirectory) on one of our test ESXi host running 6.0 but it cannot cd in to that path. Any thoughts?

  6. Sam Sanders says

    April 11, 2018 at 7:56 am

    I am able to follow the article below for using MS domain controller as a time source for ESXi hosts.
    https://kb.vmware.com/s/article/1035833
    I am not sure why the likewise client configurations have to be done on ESXi host. Is it an optional config for likewise client?
    Any thought would be appreciated?

Private Sponsors

Featured

  • Thinking about HCI? G2, an independent tech solutions peer review platform, has published its Winter 2023 Reports on Hyperconverged Infrastructure (HCI) Solutions.
  • Zerto: One Platform for Disaster Recovery, Backup & Cloud Mobility: Try FREE Hands-On Labs Today!
Click to Become a Sponsor

Most Recent

  • Veeam Backup & Replication v13 Beta: A Game-Changer with Linux
  • What is Veeam Data Cloud Vault and how it can help SMBs
  • Nakivo Backup and Replication – Malware Scan Feature
  • Zerto 10 U7 released with VMware NSX 4.2 Support
  • XorMon NG 1.9.0 Infrastructure Monitoring – now also with Veeam Backup Support
  • Heartbeat vs Node Majority StarWind VSAN Failover Strategy
  • Vulnerability in your VMs – VMware Tools Update
  • FREE version of StarWind VSAN vs Trial of Full version
  • Commvault’s Innovations at RSA Conference 2025 San Francisco
  • VMware ESXi FREE is FREE again!

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

Sponsors

Free Trials

  • DC Scope for VMware vSphere – optimization, capacity planning, and cost management. Download FREE Trial Here.
  • Augmented Inline Deduplication, Altaro VM Backup v9 For #VMware and #Hyper-V – Grab your copy now download TRIAL.

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Log in