Client
BSC Geth
bsc
Run your own BNB Smart Chain full node with BSC Geth — full history, standard eth_* RPC, panel-managed sync.
BSC Geth
Ethereum JSON-RPC (eth_* )
Unpruned full history. Synced from eth_syncing, not a light client.
BSC speaks Ethereum JSON-RPC but the client is BSC Geth, not upstream Geth. Toolkit pins the catalog binary, writes a high-load RPC config, and waits on eth_syncing before calling the node Synced.
Mainnet and testnet are first-class environments. Same Add node flow as Ethereum: ports, install, start, then the node page.
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.