mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-27 07:05:51 +00:00
1.7 KiB
1.7 KiB
Manage the rippled Server
The tutorials in this section walk you through the ins-and-outs of maintaining a rippled server.
-
Install `rippled` from a binary executable on CentOS/RedHat and Ubuntu. -
Build and Run
rippledon UbuntuBuild `rippled` from source and run it on Ubuntu. -
Configure and scale your `rippled` to meet the needs of your use case, whether you need a test server or a robust production-grade server. -
Configure `rippled` to run in validator mode. In this mode, your `rippled` server participates in the XRP Ledger consensus process. -
Run
rippledin Stand-Alone ModeConfigure `rippled` to run in stand-alone mode. In this mode, your `rippled` server is not connected to the live XRP Ledger network, which is a great mode to use for testing and development. -
Run `rippled` in a cluster to maximize efficiency. -
Troubleshoot your `rippled`, whether you are just trying to get it running, or if it's been up and running for a while. -
Configure your `rippled` to use the peer protocol to send and receive connections on the peer port. <!--{# TODO: Not sure about this phrasing -- wondering if this should just be a part of the "Configure and Scale" rippled.cfg tutorial? #}-->