<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Install NTP Ubuntu 20.04 22.04 and 24.04 Server - Linux Forum				            </title>
            <link>https://www.virtualizationhowto.com/community/linux-forum/install-ntp-ubuntu-20-04-22-04-and-24-04-server/</link>
            <description>Virtualization Howto Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 11 Mar 2026 15:36:46 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Install NTP Ubuntu 20.04 22.04 and 24.04 Server</title>
                        <link>https://www.virtualizationhowto.com/community/linux-forum/install-ntp-ubuntu-20-04-22-04-and-24-04-server/#post-1084</link>
                        <pubDate>Wed, 01 Jan 2025 03:22:55 +0000</pubDate>
                        <description><![CDATA[Installing NTP in your Ubuntu Server or workstation helps to make sure everything works smoothly especially with systems that depend on time sychronization. One of these is Ceph or Microceph...]]></description>
                        <content:encoded><![CDATA[<p>Installing NTP in your Ubuntu Server or workstation helps to make sure everything works smoothly especially with systems that depend on time sychronization. One of these is Ceph or Microceph. Let's look at the quick steps to get NTP installed and configured in Ubuntu.</p>
<p>To install the NTP package, run the following command:</p>
<pre contenteditable="false">sudo apt install ntp -y</pre>
<div data-pm-slice="1 2 []" data-en-clipboard="true"> </div>
<div data-pm-slice="1 2 []" data-en-clipboard="true">Add the NTP Server Pool that you want to use. To do that, we edit the file <strong>/etc/ntp.conf</strong>. In that file, place the following as an example if you are in the US:</div>
<div> </div>
<div data-codeblock="true" data-syntax-language="bash" data-line-wrapping="false">
<div data-plaintext="true">
<pre contenteditable="false">sudo nano /etc/ntp.conf</pre>
</div>
</div>
<div data-plaintext="true"> </div>
<div>Add the following in that file:</div>
<div> </div>
<div data-codeblock="true" data-line-wrapping="false">
<div data-plaintext="true">
<pre contenteditable="false"># Use US-based NTP servers from the NTP Pool Project
server 0.us.pool.ntp.org iburst
server 1.us.pool.ntp.org iburst
server 2.us.pool.ntp.org iburst
server 3.us.pool.ntp.org iburst</pre>
</div>
</div>
<div> </div>
<div>Restart NTP service</div>
<div> </div>
<div data-codeblock="true" data-line-wrapping="false">
<div data-plaintext="true">
<pre contenteditable="false">sudo systemctl restart ntp</pre>
</div>
<div data-plaintext="true"> </div>
</div>
<div>View the configuration:</div>
<div> </div>
<div data-codeblock="true" data-line-wrapping="false">
<div data-plaintext="true">
<pre contenteditable="false">ntpq -p</pre>
</div>
</div>
<div data-plaintext="true"> </div>
<div data-plaintext="true">Hopefully, this will help anyone looking to install and configure NTP in Ubuntu.</div>
<div data-plaintext="true"> </div>
<div data-plaintext="true"> </div>
<div data-plaintext="true"> </div>
<div data-plaintext="true"> </div>]]></content:encoded>
						                            <category domain="https://www.virtualizationhowto.com/community/linux-forum/">Linux Forum</category>                        <dc:creator>Brandon Lee</dc:creator>
                        <guid isPermaLink="true">https://www.virtualizationhowto.com/community/linux-forum/install-ntp-ubuntu-20-04-22-04-and-24-04-server/#post-1084</guid>
                    </item>
							        </channel>
        </rss>
		