# NTP Client for Ubuntu 24.04 Server [![OS](https://img.shields.io/badge/ubuntu-24.04-E95420)](#) [![Shell](https://img.shields.io/badge/shell-bash-121011)](#) [![App](https://img.shields.io/badge/app-ntp_client-0098D4)](#) [![License](https://img.shields.io/badge/License-MIT-green)](./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/ntp-client-ubuntu.git ``` ``` cd ntp-client-ubuntu ``` ### Usage Run the script using: ``` 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](https://wiki.x-files.dk) --- ### License Licensed under the [MIT License](./LICENSE). ---