Time Synchronization

To ensure your Akash node maintains accurate time synchronization, we recommend using chrony over systemd-timesyncd. Chrony is a versatile implementation of the Network Time Protocol (NTP) and ensures better time accuracy and reliability.

The guide is broken down into the following sections:

Installation

Chrony is straightforward to install and configure. Run the following command to install chrony:

Terminal window
apt -y install chrony

Chrony automatically disables the systemd-timesyncd service upon installation, so no additional configuration is needed.

Rationale

We found that some servers were out of sync, and all attempts to fix systemd-timesyncd were unsuccessful. Chrony, used in various production environments, ensures perfect time synchronization.

footer-logo-dark

© Akash Network 2024 The Akash Network Authors Documentation Distributed under CC BY 4.0

Open-source Apache 2.0 Licensed.

GitHub v0.20.0

Privacy