XRPL Server Manager is a graphical user interface toolset for XRPL servers. With its various tools it facilitates installing and maintaining rippled/xahaud nodes and validators. Binaries are available for Windows, MacOS and Linux (Java jar).
- Windows, MacOS or Linux Computer
- JRE 15 or later (Java Runtime Environment)
- SSH access to a Linux server (opt. running rippled)
- This project is known to run on Windows, macOS and Linux. This README lists out steps to run the software on Windows using free IntelliJ IDEA Community Edition.
- Clone this repo
- Open the project using IntelliJ. IntelliJ processes src/build.gradle and downloads all necessary dependencies.
- Create a new "Run/Debug Configuration" with type "Application" with the following parameters:
- Module: java 15 or later
- -cp: XrplServerMgr.main
- Main class: com.radynamics.xrplservermgr.Main
- Run