Client
Zebra (zebrad)
zcash
Run Zebra (zebrad) as a self-hosted Zcash full node — mainnet or testnet — with Toolkit lifecycle.
Zebra (zebrad)
Zebra JSON-RPC
Full chain, not pruned. Synced when !IBD and history is present.
Zcash on RpcNode is Zebra, not zcashd. Toolkit installs the catalog binary, keeps an unpruned history, and uses systemd stop with a short escalate budget on remove.
Synced is live tip plus history proof — a healthy RPC at the tip is not enough if the node is pruned or still in IBD.
mainnettestnet
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.