Client
stellar-core + stellar-rpc
stellar
Self-host Stellar-core and stellar-rpc with full history retention — not the default week-long window.
stellar-core + stellar-rpc
stellar-rpc (getHealth, getLatestLedger)
HISTORY_RETENTION_WINDOW = MaxUint32. Never the stock ~7 day prune.
A stock Stellar RPC node drops history after about seven days. RpcNode sets HISTORY_RETENTION_WINDOW to MaxUint32 on provision, start, and restart.
Synced means oldestLedger has caught the genesis window. Mainnet, testnet, and futurenet are in the catalog.
mainnettestnetfuturenet
curl -fsSL "https://toolkit.rpcnode.dev/install/agent.sh" | sudo bashAfter the node is up you manage it in the same UI — Node Config (edit the live files and apply), client updates, restart, logs, public RPC. You do not need SSH to change conf. Install-time choices (snapshot flavor, history window, disk layout) are stored on that node.