You've already forked ntp-client-ubuntu
60 lines
1.1 KiB
Markdown
60 lines
1.1 KiB
Markdown
# NTP Client for Ubuntu 24.04 Server
|
|
[](#)
|
|
[](#)
|
|
[](#)
|
|
[](./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).
|
|
|
|
---
|