-d, --dump | Downloads a packaged blockchain dump before first start. | Speeds up the initial sync (omit to sync from peers only). |
-m, --mode validator|liteserver|collator | Pre-enables the target mode. | Skip switching modes manually after install. |
-n, --network mainnet|testnet | Switches global config URL and minimum hardware thresholds. | Point the node to testnet without editing configs later. |
-t, --telemetry | Disables telemetry uploads during install. | Comply with policies that forbid sharing validator stats. |
-i, --ignore-reqs | Ignores the CPU/RAM minimum check. | Lab hardware or cloud instances that fall below defaults. |
-c <PATH>, --config <PATH> | Supplies a custom config.json for TON installer steps. | Use a vetted mirror instead of the default URL. |
-g <URL>, --node-repo <URL> | Points the TON node build to a different Git repository. | Test patched node sources or mirror Git access. |
-v <VERSION>, --node-version <VERSION> | Pins the TON node to a branch, tag, or commit. | Lock to a specific release when validating upgrades. |
-u <USER>, --user <USER> | Forces the operator account that owns MyTonCtrl. | Keep ownership correct when running the script from automation. |
-e <PATH>, --env-file <PATH> | Loads installer parameters (see below) from an env file. | Pre-seed values like ARCHIVE_TTL, shard lists, or ports for CI jobs. |
-a <AUTHOR>, --author <AUTHOR>
-r <REPO>, --repo <REPO>
-b <BRANCH>, --branch <BRANCH> | Override the Git source for MyTonCtrl and installer scripts. | Test forks or feature branches. |
-p <FILE>, --backup <FILE> | Restore from a MyTonCtrl backup archive. | Reinstall on fresh hardware using an existing backup. |
-o, --only-mtc | Install only MyTonCtrl assets (requires -p). | Use to interact with a node remotely. |
-l, --only-node | Install only the TON node binaries and services. | Pair a fresh node with an existing MyTonCtrl instance elsewhere. |
--print-env | Prints the resolved install command and env values, then exits. | Dry-runs CLI answers before performing a real install. |
-h, --help | Prints installer help and exits. | Basic check of available options. |