Client
aptos-node
aptos
Install an Aptos full node (aptos-node) with snapshot bootstrap and version catch-up, managed in Toolkit.
aptos-node
Aptos REST / JSON-RPC
Snapshot plus synced version to the network tip.
Aptos RPC is aptos-node. Toolkit pins the catalog release, keeps storage pruners off (full history), then waits until the synced version matches the network.
Mainnet and testnet. Same Add node path as every other chain — no SSH “install the binary yourself”.
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.