Forwarding Overview

Traccar can forward information to external systems for further processing or integration. The platform supports three complementary forwarding flows: processed positions, generated events, and raw protocol traffic. This document summarizes what each option does and how to configure it.

Position Forwarding

Position forwarding pushes device position updates after they have been decoded and enriched by Traccar.

Event Forwarding

Event forwarding delivers Traccar events (e.g., alarms, device status changes) to downstream systems in near real time.

Raw Data Forwarding

The server.forward setting mirrors the raw TCP or UDP packets that devices send to Traccar. Use this when anotherservice needs the original protocol payloads alongside Traccar's processing.

With the above configuration, raw GT06 data received on gt06.port is duplicated to 192.0.2.10:5023 using the sametransport (TCP or UDP) as the original connection.