2025-10-16 16:40:39 +02:00
2025-10-16 16:40:39 +02:00
2025-10-16 16:40:39 +02:00
2025-10-16 16:40:39 +02:00
2025-10-16 16:40:39 +02:00

NTP Client for Ubuntu 24.04 Server

OS Shell App License

Automated Bash installer script for configuring an NTP client on Ubuntu 24.04 Server.

This is a production-focused installer, not a demo.

Preparing

Update your package index before running the installer:

sudo apt update -y

Download the Script

Clone the repository from your Git server:

git clone https://git.x-files.dk/server-general/ntp-client-ubuntu.git

Usage

Run the script to install and configure the NTP client automatically:

cd ntp-client-ubuntu
sudo ./ntp-client-install

Check if it's Working

Use the following command to verify synchronization with NTP servers:

ntpq -p

Post-install

Nothing to do.


More Information

More guides and documentation can be found on wiki.x-files.dk


License

Licensed under the MIT License.


Description
No description provided
Readme 30 KiB
Languages
Shell 100%