(DEB) Worker Nodes (Docker) Setup
π BrinxAI Worker Node Installation Guide (Ubuntu AMD64)
π 1. Register Your Worker Node
π₯ 2. Firewall Setup (Port 5011 or Custom Port)
# Check if UFW is installed
sudo ufw status
# If not, install it
sudo apt-get install ufw
# Allow default port (5011) or your chosen port
sudo ufw allow 5011/tcp
# Enable firewall if not already enabled
sudo ufw enable
# Verify firewall rules
sudo ufw statusπ³ 3. Install Docker
βοΈ 4. Run the Installation Script
Download & Run the Script
During Script Execution:
π§ͺ 5. Verify the Installation
π₯οΈ (Optional) Enable GPU Support
π Notes
Last updated