🖥️ Node Onboarding

Connect remote servers to HFCC in 2 steps

📥 Step 1: Run Onboarding Script on Remote Server

First, download and run the script with the HFCC public key:

# On the HFCC server, generate SSH key:
ssh-keygen -t ed25519 -f ~/.ssh/hfcc_control -N ""
cat ~/.ssh/hfcc_control.pub

# On the REMOTE server, run onboarding:
curl -sL https://hermes.kedahan.net/api/onboarding/script -o onboard.sh
sudo bash onboard.sh "ssh-ed25519 AAAA..."

📋 What The Script Automates

➕ Step 2: Register in HFCC Dashboard

After the script completes, go to Servers → Add Server:

Name:Friendly name (e.g. "GPU Node 1") Hostname/IP:Server IP or hostname SSH User:hermes-control SSH Port:22 SSH Key:~/.ssh/hfcc_control Environment:production / staging / development

✅ Step 3: Bootstrap & Discover

1
Click Test Connection
2
Click Bootstrap Server
3
Click Discover Agents to find Hermes profiles
4
Register agents for management

⚠️ Requirements

← Back to Dashboard ← Back to Home