FAQ
Frequently asked questions and answers
Introduction
What is a Nesa node?
What are the hardware requirements for running a Nesa node?
How do I view my node's performance?
How do I install Docker?
# Add Docker's official GPG key: sudo apt-get update sudo apt-get install ca-certificates curl sudo install -m 0755 -d /etc/apt/keyrings sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc sudo chmod a+r /etc/apt/keyrings/docker.asc # Add the repository to APT sources: echo \ "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \ $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \ sudo tee /etc/apt/sources.list.d/docker.list > /dev/null sudo apt-get update sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin # Example command to install Docker on macOS using Homebrew brew install --cask docker # Example command to install Docker on Windows using PowerShell choco install docker-desktopbrew install --cask dockerchoco install docker-desktop
How do I configure my node as a Validator or Miner?
What should I do if the bootstrap script fails to run?
How do I check if my node is running correctly?
What are swarms, and how do I join or start one?
Advanced: Can I override my node's model cache directory?
Additional Help/Support
Last updated

