Client
mytonctrl / validator + TON RPC
ton
Run a Toncoin full node with mytonctrl — dump bootstrap, then live catch-up. One env per host.
mytonctrl / validator + TON RPC
TON ADNL / HTTP API after bootstrap
Full dump then catch-up. One environment per host. OOM is not “at tip”.
TON is one_env_per_host in Toolkit. The agent installs mytonctrl and the catalog pin, then tracks dump percent until seqno > 0.
After the dump, sync is out-of-sync / lag-closed — an OOM kill is not treated as a healthy tip. Mainnet and testnet are the catalog envs.
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.