Everything you need to run a fleet

Real features, no marketing fluff. Here's exactly what Vehicle Tracker does and how it does it.

πŸ—ΊοΈ Live map

Every tracker pushes its position to the server, which broadcasts it to your dashboard over WebSocket. The marker moves the moment a position arrives β€” no polling delay, no refresh button.

  • Per-asset icons (truck, boat, van, car, trailer, plant, person, bike, container, device)
  • Click any pin to see name, registration, speed, last seen, contact info
  • Filter by type, tag or "online in the last 10 minutes"
  • Tile choices: roadmap, satellite, terrain, hybrid
🚚
β›΅
πŸš—
Depot
🚚

πŸ“ Geofences

Draw circular zones (centre + radius) or polygons (any shape) directly on the map. Get an alert when an asset enters or leaves β€” no manual checking.

  • Circle and polygon zones
  • Per-zone colour for the map
  • Apply to one tracker, a tag, or the whole fleet
  • Enter, exit, or both β€” your choice

🚨 Alerts

Five rule kinds out of the box: speed, idle, geofence, panic (mobile app emergency button), and low-battery (for hardware trackers). Routed to email, push, or both.

  • Speed: kmh or mph threshold per fleet, per tracker, or per geofence
  • Idle: alert if a tracker is stationary for N minutes during work hours
  • Panic: lone-worker mobile app button
  • Acknowledge from any device β€” sticky cross-team
⚑ Speed alert β€” Truck 03 at 137 km/h on M50
πŸ“ Geofence exit β€” Boat 01 left Howth Marina
βœ“ Acknowledged β€” Van 12 idle 27 min at depot
// POST /api/ingest/position
Authorization: Bearer ************
{
  "uid": "VT-A1B2C3D4",
  "lat": 53.349805,
  "lng": -6.260310,
  "speed_kmh": 67,
  "heading": 248,
  "timestamp": "2026-05-05T13:42:00Z"
}
β†’ 200 OK

πŸ”Œ REST + WebSocket API

Bring any GPS hardware you already own. The ingest API is two simple endpoints: provision a device token, then POST positions to it. We've tested with Teltonika FMB920, Queclink GV-LT100, GL300, TK-103, Concox GT06, and dozens of OBD-II dongles.

  • Token-authenticated HTTPS POST
  • WebSocket stream for live dashboards
  • Mobile app for phone-as-tracker
  • Webhook callbacks on alerts

Plus everything else

The bits that don't need a hero shot but you'd notice if they were missing.

Route history

Replay any tracker's last 24h. Export GPX/KML.

Reports

Distance, idle time, utilisation. CSV export.

Roles

Owner, admin, dispatcher, viewer. Free seats.

Tags

Group by region, customer, project β€” filter the map.

Mobile apps

iOS + Android. Drivers stream, dispatch watches.

Audit logs

Every change recorded. 90-day retention.

Push & email

FCM, APNs, transactional email out of the box.

EU data residency

Hetzner DE/FI. GDPR-aligned. DPA on request.

Always evolving

Every paid customer's roadmap request gets read.

v1.0.0