Online ingest on port 00000

Realtime GPS tracking & professional playback

Receive Teltonika FMB920 data over TCP, store in MySQL, and visualize with a fast, user-friendly interface.

Hint: replace the IMEI in API links with your device?s.

Quick API test

Latest position
GET /api/last.php?imei=352625698626072
History (last 120 minutes, 2000 points)
GET /api/history.php?imei=352625698626072&minutes=120&limit=2000
APIs return JSON/GeoJSON for easy integration (Leaflet, mobile apps, etc.).

Reliable Ingest

TCP server validates CRC and supports Teltonika Codec 8 & 8E. Drops invalid points and acknowledges accepted records.

MySQL Storage

Positions stored with timestamps (UTC), speed, angle, altitude, satellites, and optional IO payload.

Playback UI

Interactive playback with seek, speed control, auto-pan, and distance/speed stats. Built with Leaflet.