Prerequisites

  1. Server Requirements:
  2. Tools:
  3. Dependencies:

Step 1: Install Required Software

1. Update and Upgrade the System

sudo apt update && sudo apt upgrade -y

2. Install Docker

sudo apt install -y docker.io
sudo systemctl start docker
sudo systemctl enable docker
docker --version

3. Install Docker-Compose

sudo apt install -y docker-compose
docker-compose --version


Step 2: Clone Fleek's Validator Repository

1. Fetch the Repository

Fleek Network might provide a public or private repository for validator setup. Clone it using:

git clone <https://github.com/fleek-network/validator-node.git>
cd validator-node

If the repository is private, ensure you have the correct SSH keys configured.

2. Review the Configuration Files