Broker URLs

Endpoints and ports for connecting to the Surfact MQTT broker.

Broker URLs

Access the Surfact MQTT broker through plain MQTT or secure MQTT with TLS using the endpoints below.

MQTT

SecurityEndpointPort
No TLSapi.surfact.com1883
TLSapi.surfact.com8883

TLS certificate

Download the Surfact PEM certificate for TLS connections: surfact-roots.pem

⚠️

Always use MQTT with TLS in production so your data travels encrypted — protecting your API token and sensor data from third parties.

MQTT over WebSockets

SecurityEndpointPort
No TLSapi.surfact.com8083
TLSapi.surfact.com8084

Fixed IP addresses

Surfact supports fixed IP addresses for data ingestion, but we strongly recommend using DNS endpoints instead — fixed IPs may change in the future.

ProtocolIPv4IPv6Port
MQTT107.21.125.252600:1f18:2446:e000::1883 / 8883
MQTT54.236.17.1282600:1f18:2446:e001::1883 / 8883
⚠️

Best practice: always implement firmware routines using DNS endpoints rather than hardcoding IP addresses.


Did this page help you?