System requirements
Prefer a stable Linux server distribution. Plan a persistent data directory (e.g.,
/var/lib/avail).
Choose a network
- Mainnet:
--chain mainnet - Turing Testnet:
--chain turing(if your binary supports it) or use the Turing chainspec from Network Info and pass its file path:--chain /path/to/turing/chainspec.raw.json.
Option A — Pre-built binary (recommended)
- Download the latest tarball from Releases and extract it.
- Run the node with a persistent data path:
Option B — Docker
<LATEST-AVAIL-NODE-VERSION> with the latest tag from Docker Hub or the Releases page.
Option C — Build from source
Verify the node
- Logs should show peers and heights, e.g.
Idle (N peers), best: #<height> ... finalized #<height> ... - Check Telemetry: find your node by its
--nameunder the Mainnet or Turing tab.