NTP Client for Ubuntu 24.04 Server
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
Languages
Shell
100%