(DEB) Relay Nodes (Docker) Setup
🌐 BrinxAI Relay Node Installation Guide (AMD64 & ARM64)
🔐 1. Register Your Relay Node
📡 2. Firewall Setup (Port 1194/UDP)
# Check UFW status
sudo ufw status
# If not installed, install UFW
sudo apt-get install ufw
# Allow UDP port 1194
sudo ufw allow 1194/udp
# Enable firewall
sudo ufw enable
# Confirm the rule is active
sudo ufw status🖥️ 3. Choose the Right Architecture
Architecture
Script URL
⚙️ 4. Run the Installation Script
For AMD64:
For ARM64:
During Script Execution:
🧪 5. Verify the Relay Node
📝 Notes
Last updated