This page describes how to update manually to the latest release of xrpld on Red Hat Enterprise Linux. You can also set up automatic updates.
These instructions assume you have already installed xrpld on a supported version of Red Hat Enterprise Linux using the XRP Ledger Foundation's rpm package. If you are still running rippled (3.1.3 or older), follow Migrate from rippled to xrpld instead.
To update manually, complete the following steps:
Download the XRP Ledger Foundation's package-signing key and check its fingerprint:
curl -fsS https://packages.xrplf.org/xrplf.asc -o /tmp/xrplf.asc gpg --show-keys /tmp/xrplf.ascThe output should be:
pub rsa4096 2026-08-18 [SC] B655416741221F780FBCFBC9AA84D41A11D29FA9 uid XRPLF Packages <[email protected]>Import the key:
sudo rpm --import /tmp/xrplf.ascAdd the XRP Ledger Foundation repository:
cat << REPOFILE | sudo tee /etc/yum.repos.d/xrplf.repo [xrplf] baseurl=https://packages.xrplf.org/repository/rpm-stable/x86_64/ gpgkey=https://packages.xrplf.org/xrplf.asc gpgcheck=1 REPOFILEDownload and install the latest
xrpldpackage:sudo yum update xrpldThis update procedure leaves your existing config files in place.
Reload the
systemdunit files:sudo systemctl daemon-reloadRestart the
xrpldservice:sudo service xrpld restart
- Concepts:
- Tutorials:
- References: