L1 Node Setup with Docker
Configure your node settings, select your L1, and run Docker to start your node.
Configure Node Settings
Choose your node type and configure settings. The configuration preview updates in real-time.
Minimum time between blocks. Lower values = faster blocks but more network load.
Removes old state data to reduce disk usage. Storage savings depend on your L1's transaction volume. Recommended for validators and pruned RPC nodes.
Bootstrap from a recent state snapshot instead of replaying all blocks from genesis. Recommended for faster initial sync.
Enables administrative APIs. Only enable if needed and secured.
Configuration Preview
Storage Requirements
Set up Instance
Provision a server with the following specifications.
Docker Installation
Make sure you have Docker installed on your system. You can use the following commands to install it:
# Install Docker using convenience scriptcurl -fsSL https://get.docker.com -o get-docker.shsudo sh get-docker.shsudo usermod -aG docker $USERnewgrp docker# Test installationdocker run -it --rm hello-world# Install Dockersudo yum update -ysudo yum install -y dockersudo systemctl start dockersudo systemctl enable dockersudo usermod -aG docker $USERnewgrp docker# Test installationdocker run -it --rm hello-world# Install Docker using convenience scriptcurl -fsSL https://get.docker.com -o get-docker.shsudo sh get-docker.shsudo usermod -aG docker $USERnewgrp docker# Test installationdocker run -it --rm hello-world# Install Docker Desktop for Mac# Download from: https://www.docker.com/products/docker-desktop/echo "Please download and install Docker Desktop for Mac from the official Docker website."# After installation, you can test it by running:docker run -it --rm hello-worldIf you do not want to use Docker, you can follow the manual installation instructions.
Select L1
Enter the Avalanche Subnet ID of the L1 you want to run a node for.
Command Palette
Search for a command to run...