AmpNexus

AmpNexus Portal

The control center for your EV charging operations

Give operations, support and commercial teams a single place to see sites, chargers, users and sessions — with the right level of control for each.

AmpNexus Portal

Operational truth, shared by every team

Portal is the shared workspace for teams running your network day to day. It brings together operational data, access controls and analytics so decisions aren't buried in spreadsheets or log files.

All-in-one dashboard

Fleet-wide view of sites, chargers and tenants, with filters for model, firmware, availability and utilisation.

Roles & access

Role-based access control for internal teams, partners and customers, backed by audit logs for every sensitive change.

Operational insights

Usage, uptime and trend views that highlight under-performing sites and opportunities to add capacity or optimise tariffs.

White-label options

Custom branding, domains and themes for a seamless experience your customers recognise as yours.

Audit trails

Detailed logs of key actions for compliance and security — who did what, where, and when.

API-first design

Everything in the Portal is available via REST APIs and webhooks, so your own tools stay in sync.

Key capabilities

  • Site & asset management with locations, tags and power limits
  • Connector availability and health status in real time
  • Session history, exports and billing-ready reporting
  • Alerts & notifications by email or webhook
  • Multi-tenant management with per-tenant isolation
  • Guided, safe controls for support teams — no console access needed

Who it's for

Charge point operators

Scale multi-vendor fleets with unified management and trustworthy data.

Fleets & workplaces

Manage staff and vehicle access efficiently, with clear cost visibility.

Energy providers

Align charging operations with grid strategy and demand.

API-first

Connect platform workflows to your systems

  • Sites, charge points and tenants as first-class API resources
  • Session queries with filtering, pagination and exports
  • Admin actions with the same RBAC enforcement as the UI
  • Webhooks for every operational event
list-sites.sh
curl https://api.ampnexus.co.uk/v1/sites \
  -H "Authorization: Bearer $TOKEN"

# → 200 OK
# [
#   { "id": "site_01", "name": "Riverside Retail Park",
#     "timezone": "Europe/London" },
#   { "id": "site_02", "name": "Northgate Depot",
#     "timezone": "Europe/London" }
# ]

Run operations your way

Use the Portal UI, or build on the same APIs and webhooks to automate your workflows end to end.