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
- The Edge registers with Valeronix Control using your activation code.
- It starts automatically and reconnects on reboot.
- Your admin sees the node come online in the Valeronix Control portal.
- Open the app at
app.rackandcode.devand 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.