---
title: "General information about NTP"
sidebar_label: "General information"
description: "Basic information about NTP, which NTP servers to use"
sidebar_position: 1
author: false
---

import Tabs from '@theme/Tabs'
import TabItem from '@theme/TabItem'
import {CustomTable} from '@selectel/docux/components'
import {TabItemLabel} from '@selectel/docux/components'
import Formbricks from '@theme/MDXComponents/Formbricks'

# General information about NTP

NTP (Network Time Protocol) is used to synchronize the time on servers with a precise time source.

A client is installed on the server, which runs as a system service and regularly requests the precise time from a source—a specific NTP server. We recommend using [Selectel NTP servers](/infrastructure/ntp/ntp-servers-list.mdx) but you can use any available NTP servers.

In the OS images provided by Selectel, all necessary settings for NTP time synchronization are already configured. If you are using your own ISO image with an operating system distribution, configure NTP synchronization from the OS side:

* [configure NTP on a dedicated server](/dedicated/manage/configure-ntp-sync.mdx);
* [configure NTP on a cloud server](/cloud-servers/manage/configure-ntp-sync.mdx).

<Formbricks />
