The Queclink @track protocol (officially called "@track" with the at-sign · the documentation calls it "@track communication protocol") is the ASCII wire format Queclink GPS trackers use to report data. Queclink ships hundreds of device models worldwide under the GL / GV / GMT / GB prefixes and they all speak @track. The spec is published in full to Queclink's integrator community and Traccar's open-source decoder is the most-cited reference implementation.
Protocol-at-a-glance
- Transport · TCP (UDP variant for asset-tag low-power models)
- Default port ·
5004(Traxelio's ingest port; matches Traccar'sgl200decoder default) - Encoding · ASCII text, comma-separated fields, message bracketed by
+RESP:(device reply) or+BUFF:(offline buffer drain) or+ACK:(server-acknowledged events) - Auth · IMEI handshake in first packet, no separate login round-trip
- Spec name ·
@track(with the at-sign · always written with the prefix in Queclink docs)
Packet structure
A typical position record from a GL300 device:
+RESP:GTFRI,310601,860861054295928,GL300VC,gv55lite,11,1,1,0.0,0,153.6,2.292889,48.858889,20260531180000,0208,0001,4ec8,9b9c,00,11.4,,,,100,210100,,,,20260531180000,30A3$
Fields (in order): packet type (+RESP:GTFRI = friendly position record) · protocol version · IMEI · device model · device name · counter · counter · GPS-fix-quality · speed · course · altitude · longitude · latitude · UTC time · MCC · MNC · LAC · CellID · reserved · battery voltage · ... · checksum.
The trailing $ is the end-of-message marker · everything between the + prefix and $ is one record.
Why Queclink @track is widely adopted
- Public-listed company · Queclink is on the Shanghai Stock Exchange · gives integrators long-term supplier stability
- OBD / asset-tag / fleet breadth · the GV-series covers professional fleet (GV600M / GV300W with CAN), the GL-series covers entry fleet (GL200 / GL300), the GMT-series covers asset tags, the GB-series covers heavy-vehicle CAN
- Software ecosystem · Queclink ships the GL200 Manage Tool (Windows configurator), TrackPro (web platform), and an OEM API · integrators don't have to start from scratch
- Tier-2 pricing · between budget Concox/Coban and pro Teltonika/Ruptela · ~$40-$80 for mid-range fleet units
Configuring a Queclink device for Traxelio
Two paths · GL200 Manage Tool (Windows desktop) or SMS commands:
GL200 Manage Tool path (most common):
- Download the latest GL200 Manage Tool from Queclink's integrator portal
- Connect the device via USB
- Open the GPRS section · set Server Address to Traxelio's ingest endpoint
- Set Port to
5004, Transport to TCP - Save to device
- First position usually arrives within a minute
SMS path (no physical access):
AT+GTSRI=PASSWORD,1,,,traxelio.com,5004,0.0.0.0,0,,,,,,FFFF$
AT+GTRTO=PASSWORD,1,,,,,,FFFF$
(PASSWORD is the device-configured password · default varies by model, often empty or gV55ABCD-style.)
Supported devices in our catalog
36+ devices declare protocol: "gl200" (Traccar's slug for the @track family) · the headline models: Queclink GL200, GL300, GV200, GV300, GV500, GV58LAU, GV58CEU, GMT100 (asset tag), GB100 (heavy-vehicle CAN), GL320MG, CV200.
"GL200" vs "Queclink" vs "@track"
The same protocol has three names in common use:
- @track · Queclink's own canonical name in their spec PDFs
- Queclink · the vendor name · informal shorthand for "the protocol Queclink uses"
- GL200 · Traccar's slug · derives from the GL200 being the first Queclink model the open-source community decoded · now used as the umbrella protocol name across all Queclink hardware
All three refer to the same wire format. Traxelio's TrackerDevice catalog uses gl200 as the protocol slug. Search-engine traffic arrives split across all three names · this page is the canonical landing surface for the protocol family.