Troubleshooting

Here are some common problems and their solutions

Common Issues and Solutions

1. Script Fails to Download or Execute

  • Ensure you have a stable internet connection.

  • Verify that curl is installed:

    sudo apt-get install curl   # For Debian-based systems
    sudo yum install curl       # For Red Hat-based systems
    brew install curl           # For macOS with Homebrew

Note: Windows user may install curl via the official download page.


2. Permission Denied Errors

  • Ensure you have administrative (root) access.

  • Run the script with sudo:

    sudo curl -L https://raw.githubusercontent.com/nesaorg/bootstrap/master/bootstrap.sh | sudo bash

3. Docker Issues

  • Ensure Docker is installed and running.

  • Check Docker installation:

    docker --version

    If Docker is not installed, follow the Docker installation guide.


4. Dependency Installation Issues

  • Gum not installed:

    • The script attempts to install these automatically. If it fails, manually install them:


5. Node Configuration Issues

  • Double-check the moniker and node type selections for accuracy.

  • Ensure your system meets the hardware recommendations.


Additional Support

If you continue to experience problems, refer to the Nesa Discord for additional assistance and to connect with the community.

Last updated