Worker Node Setup

You can install the Worker Node using either the Linux GUI or Linux CLI. Choose your preferred installation method:

Worker Node Installation Steps

1. Configure Your Firewall

To allow necessary traffic, configure your firewall:

bashCopy codesudo apt-get install -y ufw && sudo ufw allow ssh && sudo ufw allow 5011/tcp && sudo ufw enable && sudo ufw status

2. Install Docker

If Docker isn’t installed on your system, use the following commands:

bashCopy codesudo apt install apt-transport-https ca-certificates curl software-properties-common -y
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable"
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin -y

3. Pull the BrinX AI Worker Node Docker Image

Download the latest BrinX AI Worker Node image:

bashCopy codedocker pull admier/brinxai_nodes-worker:latest

4. (Optional) Enable GPU Support

If your system has a GPU, follow NVIDIA’s container toolkit installation guide to optimize performance.

5. Run the Worker Node Installation Script

Clone the repository and run the setup script:

bashCopy codegit clone https://github.com/admier1/BrinxAI-Worker-Nodes
cd BrinxAI-Worker-Nodes
chmod +x install_ubuntu.sh
./install_ubuntu.sh

6. Monitor Your Node

Check the status and logs of your worker node using:

bashCopy codesudo docker logs brinxai-worker-nodes-worker-1

7. Register Your Worker Node

  1. Create an account and log in.

  2. Click Add Worker Node, input your Node Name and IP Address.

  3. Your Worker Node is now registered and ready!


Referral Code

Use the referral code ref: 41b1a4ef during registration to earn additional benefits!

Last updated