Client
Agave (solana-validator)
solana
Stand up a self-hosted Solana Agave RPC node with snapshot bootstrap and an honest slots-behind sync bar.
Agave (solana-validator)
JSON-RPC (getHealth, getSlot, getBalance, sendTransaction)
Full validator ledger after snapshot catch-up. Progress is slots behind — not a fake me/tip ratio.
A Solana RPC node is a heavy Agave validator in RPC mode. Toolkit installs the catalog pin; the validator catches up from the cluster (no separate snapshot ExtraStep). Progress is slots behind — not a made-up percentage.
Mainnet, testnet, devnet, and localnet are separate environments. Multi-disk layout is recommended: accounts, ledger, and snapshots on fast NVMe.
mainnettestnetdevnetlocalnet
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.