Troubleshooting

Here are some common problems and their solutions

Introduction

This section provides solutions to common issues encountered during the installation and operation of a Nesa node.


Script Fails to Download or Execute

Possible Reasons and Solutions:

  • Network Issues: Ensure your internet connection is stable.

  • Incorrect Command: Verify the command syntax.

Steps to Verify and Fix:

Linux/macOS

# Check network connectivity
ping google.com

# Verify curl installation
curl --version

# Correct command to download and execute the script
curl -L https://raw.githubusercontent.com/nesaorg/bootstrap/master/bootstrap.sh | bash

Windows (WSL)


Permission Denied Errors

Explanation of Permission Issues:

  • Insufficient permissions to execute the script or install software.

Resolution Steps:

Linux/macOS

Windows (WSL)


Common Issues and Solutions:

  • Docker Not Running: Ensure Docker service is active.

  • Installation Issues: Reinstall Docker if necessary.

Verify Docker Installation and Status:

Linux/macOS

Windows (WSL)


Node Configuration Problems

Troubleshooting Configuration Issues:

  • Incorrect moniker or node type selection.

Reconfiguration Steps:


Connectivity Issues

Diagnosing Network Problems:

  • Firewall Restrictions: Ensure necessary ports are open.

  • Network Configuration: Verify network settings.

Steps to Fix Connectivity Issues:

Linux/macOS

Windows (WSL)


Additional Help/Support

If you need any additional help or support, please visit the Nesa Discordarrow-up-right for community support and discussion. You can also explore additional documentation to deepen your understanding of Nesa and its features.

Last updated