docker
and docker-compose
installed on your server.bash
commands and the ability to configure server firewalls.sudo apt update && sudo apt upgrade -y
sudo apt install -y docker.io
sudo systemctl start docker
sudo systemctl enable docker
docker --version
sudo apt install -y docker-compose
docker-compose --version
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.