Skip to main content
Install mxnode, create a MultiversX node shape, start services, and verify that systemd units are running.

Prerequisites

Validator and multikey flows use live BLS signing keys. Verify backups, file ownership, and host access before starting services.

1. Install The CLI

2. Place Keys

For a multikey host:
For a validator host, place node-0.zip, node-1.zip, and so on in ~/VALIDATOR_KEYS/.

3. Install A Shape

Choose one: A multikey install creates four nodes, one per shard.

4. Start Services

Use one node when testing a targeted change:

Verify

You have a valid quickstart result when:
  • mxnode --version prints a version.
  • mxnode status lists the expected nodes.
  • Each expected systemd unit is active or syncing.
  • Logs do not show key load failures, port collisions, or repeated restarts.

Common Failure

Next Steps