Wialon IPS is the device-to-server protocol Gurtam published for the Wialon fleet-tracking platform. It is supported by hundreds of GPS tracker models out of the box and remains one of the most-used open wire protocols in fleet telematics. The spec is freely available and licensed under GNU FDL, so any server (not just Wialon) can decode it · Traxelio implements Wialon IPS as a first-class ingest path.
The three Wialons (disambiguation)
People typing "Wialon" into search are usually looking for one of three different things:
| Name | What it is | Where it lives |
|---|---|---|
| Wialon Hosting / Wialon Local | The SaaS fleet-tracking platform built by Gurtam (Vilnius, Lithuania). The competing product to Traxelio. | See our Traxelio vs Wialon comparison |
| Wialon IPS | The device-to-server wire protocol. Open spec. Devices speak it; servers decode it. | This page |
| Wialon Retranslator | A server-to-server forwarding protocol. Wialon (or another server speaking the format) re-broadcasts position records to a downstream server. | Section below |
Message types
Wialon IPS is a simple text-based TCP protocol. Each message begins with a hashtag-wrapped identifier:
#L#· Login (authentication, IMEI handshake)#P#· Ping (keep-alive)#SD#· Shortened position data#D#· Full position data with sensor channels#B#· Black-box (batched offline positions when GPRS reconnects)#M#· Free-form message (driver text, alerts)#I#· Image upload (photo, dashcam frame)#AD#· Server acknowledgement#ANS#· Server response with payload
The protocol supports any TCP port; Gurtam's reference port is 20332. Devices configure the destination via SMS or USB configurator commands.
Wialon Retranslator
The Retranslator is a separate, server-side format Wialon uses to forward already-decoded position records from one server to another. It is not what a tracker speaks · it is what a Wialon-compatible server speaks to a downstream system (insurance dashboards, government compliance servers, third-party analytics).
If your fleet currently reports to Wialon Hosting and you want a parallel Traxelio account without re-pointing the devices, the Retranslator path lets Wialon push a copy of your data to Traxelio. Devices keep their existing config; the dual-stream happens server-side.
Using Wialon IPS with Traxelio
If your tracker speaks Wialon IPS:
- Open your device configurator (Wialon's universal tool or your vendor's SMS command set)
- Set the server IP to Traxelio's Wialon-IPS ingest endpoint
- Set the port (we accept the spec's flexible port range; default
20332) - Save and reboot the device
- First position usually arrives within a minute · confirm in your Traxelio dashboard
The IMEI stays the same. The SIM card stays the same. Only the destination server changes. No hardware swap, no re-install.