(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