AmpNexus

NexusDeploy

Enterprise-grade firmware and configuration rollouts

Design safe rollout plans, enforce approvals and track every device as changes move from test to production — without gambling with fleet uptime.

NexusDeploy

Rollouts as routine, not risk

Firmware and configuration changes can take chargers offline, create inconsistent behaviour or expose you to compliance risk when they go wrong at scale. NexusDeploy gives you cohort-based rollouts, approvals and per-device telemetry so updates become a routine, low-risk operation.

Cohort rollouts

Move from canary to phased to full-fleet cohorts, with guardrails that cap how much of your network is ever at risk.

Approval gates

Enforce sign-off before each stage and keep a complete audit log for every rollout.

Flexible targeting

Target by device, site, model or query so the right assets get the right updates.

Built-in safety

Idle-only windows, failure thresholds and instant rollback protect uptime and revenue.

Firmware library

Multi-channel library (dev / beta / prod) with clear promotion paths and version control.

Scheduling & windows

Maintenance windows, blackout periods and automatic rollback on thresholds.

Core capabilities

  • Schema-validated config profiles so devices always receive compatible settings
  • Per-device status: downloaded, applied or failed — with error codes
  • Retry behaviour and failure diagnostics per device
  • Approvals and audit history for compliance
  • Blackout periods and idle-only update windows
  • Automatic rollback when failure thresholds trip

Who it's for

Charge point operators

Keep fleets secure and current without risking uptime.

OEMs & manufacturers

Distribute firmware safely at scale across your installed base.

Fleets

Standardise configurations across sites and depots.

API-first

Connect platform workflows to your systems

  • Upload firmware, create rollouts, approve or cancel programmatically
  • Target groups, sites or fleets and track per-device progress
  • Apply configuration profiles through CI/CD workflows
  • Receive rollout events via webhooks
create-rollout.sh
curl -X POST https://api.ampnexus.co.uk/v1/firmware/rollouts \
  -H "Authorization: Bearer $TOKEN" \
  -d '{
    "firmwareId": "fw_v3_2_1",
    "strategy": "canary",
    "cohorts": [0.02, 0.2, 1.0],
    "failureThreshold": 0.02,
    "window": "idle-only"
  }'

# → 201 Created { "rolloutId": "ro_5521", "status": "PendingApproval" }

Ship updates safely — at scale

Automate firmware and configuration rollouts with approvals, guardrails and instant rollback.