Beta Β· internal

RackPilot Edge

Local server for your organization. Your operational data β€” projects, work orders, files, plans β€” stays on your machine. The Edge connects outbound to Valeronix; no VPN, no port forwarding.

🍎 macOS

For Apple Silicon or Intel Macs. Requires Python 3.11–3.13. One-line install (Terminal) β€” replace the activation code:

curl -fsSL https://rackandcode.dev/download/edge/install-macos.sh | zsh -s -- --code RP-XXXX-XXXX-XXXX

Prefer to review the script first?

πŸͺŸ Windows

For Windows Server / 10 / 11. One-line install (PowerShell) β€” replace the activation code:

& ([scriptblock]::Create((irm https://rackandcode.dev/download/edge/install-windows.ps1))) -Code RP-XXXX-XXXX-XXXX

Requires Python 3.11, 3.12 or 3.13 (not 3.14). If it's missing, install it from python.org (tick β€œAdd python.exe to PATH”), then re-run the command.

Add -Name my-office to name the node. It auto-starts at logon; for start at system boot (before login), run PowerShell as Administrator.

Prefer to review the script first?

After install

  1. The Edge registers with Valeronix Control using your activation code.
  2. It starts automatically and reconnects on reboot.
  3. Your admin sees the node come online in the Valeronix Control portal.
  4. Open the app at app.rackandcode.dev and sign in.

Need an activation code? It's issued per organization from Valeronix Control.

πŸ—‘οΈ Uninstall (Windows)

Stops and removes the RackPilotEdge task and process, and deletes the install folder. Run in PowerShell:

& ([scriptblock]::Create((irm https://rackandcode.dev/download/edge/uninstall-windows.ps1)))

Keep the local database and settings? Add -KeepData (removes only the code, keeps data\ and .env). If a file is locked, reboot and run again.

The node still exists in Valeronix Control afterwards β€” remove or revoke it there if needed.