Overview
peppolstatus.com is a real-time status and observability portal for the Peppol network.
We continuously monitor:
- SML (Service Metadata Locator – production)
- SMK (Service Metadata Locator – test environment)
- All registered SMPs (Service Metadata Publishers)
- All known Peppol Access Points (APs)
- TLS + Peppol certificate health
At a Glance
| Area | Components Monitored | Current Status |
|---|---|---|
| Core Peppol Infrastructure | SML, SMK (Test) | All systems operational |
| SMP ecosystem | 128 SMP instances | All systems operational |
| Access Points | 412 APs | All systems operational |
| Certificate health | 412 TLS + 412 Peppol certificates | All valid |
| API availability | Public status + lookup API | Fully operational |
| Historical incidents | 0 major incidents in last 30 days | Stable |
Live Status by Layer
1. SML (Service Metadata Locator – Production)
| Node ID | Region | Role | Status | Response Time (p95) | Last Check |
|---|---|---|---|---|---|
| sml-prod-01 | EU-Central | Primary registry | Operational | 82 ms | seconds ago |
| sml-prod-02 | EU-West | Replica | Operational | 90 ms | seconds ago |
| sml-cache-01 | EU-Central | Read cache | Operational | 25 ms | seconds ago |
Highlights
- All SML nodes are responding within expected performance targets.
- All nodes are reachable and responding to public queries.
2. SMK (Service Metadata Locator – Test Environment)
| Node ID | Function | Status | Response Time (p95) | Last Check |
|---|---|---|---|---|
| smk-test-01 | Test registry | Operational | 90 ms | 12 minutes ago |
| smk-test-02 | Test replica | Operational | 100 ms | seconds ago |
| smk-cache-01 | Test read cache | Operational | 30 ms | seconds ago |
Test environment notes
- SMK is fully operational for onboarding, interoperability tests, and QA environments.
3. SMPs (Service Metadata Publishers)
Representative sample of monitored SMP instances:
| SMP Name | Hostname | Region | Status | Response Time (p95) | Last Incident Detected |
|---|---|---|---|---|---|
| SMP Alpha | smp-alpha.peppol.eu | EU-Central | Operational | 120 ms | None detected (30 days) |
| SMP Beta | smp-beta.peppol.eu | EU-North | Operational | 110 ms | None detected (30 days) |
| SMP Gamma | smp-gamma.peppol.eu | EU-West | Operational | 134 ms | None detected (30 days) |
| SMP Delta | smp-delta.peppol.eu | EU-South | Operational | 128 ms | None detected (30 days) |
Checks performed per SMP
- API reachability (service group + service metadata lookups)
- HTTPS / TLS certificate validity and chain trust
- Correct participant identifier formats
- SML/SMK registration status
4. Access Points (APs)
Representative sample of Peppol APs:
| Access Point | Hostname | Operator | Region | Status | Packet Loss | Latency (p95) |
|---|---|---|---|---|---|---|
| AP NE 01 | ap-ne-01.peppol.eu | Nordic Operator A | EU-North | Operational | 0.0% | 42 ms |
| AP CE 01 | ap-ce-01.peppol.eu | CentralNet | EU-Central | Operational | 0.0% | 38 ms |
| AP WE 01 | ap-we-01.peppol.eu | WestConnect | EU-West | Operational | 0.1% | 51 ms |
| AP SE 01 | ap-se-01.peppol.eu | SouthLink | EU-South | Operational | 0.0% | 47 ms |
Per-AP health checks
- AS4 endpoint availability and reachability
- Certificate validity (Peppol Transport AP cert)
- Endpoint responsiveness, routing, DNS resolution
- Network connectivity and latency from external probes
Certificate Monitoring
We monitor TLS + Peppol AP/SMP certificates for the entire ecosystem.
| Component Type | Hostname | Certificate CN | Expires On | Days Remaining | Status |
|---|---|---|---|---|---|
| SMP | smp-alpha.peppol.eu | smp-alpha.peppol.eu | 2026-02-12 | 80 | Healthy |
| SMP | smp-beta.peppol.eu | smp-beta.peppol.eu | 2026-04-03 | 130 | Healthy |
| AP | ap-ne-01.peppol.eu | ap-ne-01.peppol.eu | 2026-01-20 | 57 | Healthy |
| AP | ap-ce-01.peppol.eu | ap-ce-01.peppol.eu | 2026-03-01 | 97 | Healthy |
What we detect
- Expiring or expired certificates
- Unexpected issuer changes
- CN/SAN mismatch with registered endpoints
- Invalid trust chains
- Missing or revoked Peppol certificates
Access Point Lookup
Search for any Access Point or SMP by hostname or participant identifier:
Example:
ap-ce-01.peppol.euType: Access Point
Hostname:
ap-ce-01.peppol.euOperator: CentralNet
Region: EU-Central
Status: Operational
AS4 endpoint: Reachable
Certificate: Valid (expires in 97 days)
Last outage: None in last 90 days
Public Status API
All status information is exposed via a REST API.
Base URL
https://api.peppolstatus.com/v1Access real-time status data programmatically via our REST API. All endpoints return JSON responses.
GET /status - Overall system statusGET /sml - SML node statusGET /smps - SMP status listGET /access-points - Access Point status listGET /certificates - Certificate health monitoringGET /lookup/:hostname - Lookup specific component