HydraCluster

Enroll Device

Register a new device with the cluster.

Fleet enrollment QR code

Open HydraHeadiPad on the iPad and scan this QR code.

The iPad registers itself automatically. It will appear in the heads list once online.

Troubleshooting

If a node has lost its heartbeat, run the following on the machine to recover:

Windows (PowerShell as Admin):

schtasks /query /tn HydraNode schtasks /run /tn HydraNode # If the task is missing, reinstall: C:\hydranode\hydranode.exe install

Linux:

systemctl status hydranode systemctl restart hydranode # If the service is missing, reinstall: hydranode install

macOS:

launchctl list | grep hydranode # If the agent is missing, reinstall: hydranode install