Tanstack Start
Fleet & tracking

Fleet & tracking

Tenant guide to live tracking, vehicles, and devices in Omnifleet.

This module covers Live Tracker, Fleet vehicles, and Fleet devices as implemented in the console. Pages here are written from the product behavior in code (guards, APIs, and visible UI)—not from placeholder routes.

Who uses it: fleet administrators, maintenance staff, and integrators assigning hardware to vehicles.

Prerequisites: vehicle and device data uses organization- and group-aware APIs (api.Vehicles, api.Devices). You need the relevant view_* / list_* permissions and the correct group in the header when working with group-scoped records—see Permissions and access.

In this module

  1. Permissions and access — Who can open each area; permission codes and redirects.
  2. Live tracker — Map, list, filters, vehicle detail panel, mobile layout.
  3. Vehicles list — Table, search, filters, pagination, row actions.
  4. Create and edit vehicles — Add-vehicle wizard and edit dialog; required supporting permissions for forms.
  5. Vehicle detail (overview) — Map, specification, geofences, drivers, linked device.
  6. Vehicle history — Date range, route history, fuel, camera, stops, map sync.
  7. Devices list — Table, actions, new device.
  8. Create and edit devices — Add / edit device forms and fields.
  9. Device general info — Detail tab fields and navigation to the linked vehicle.
  10. Device raw data — Parameter readings (JSON) from the device detail API.
  11. Device sensors — Teltonika devices; list, search, add/edit/delete sensors.
  12. Troubleshooting — Common errors, empty data, and access issues.

App routes (reference)

AreaPath
Live tracker/dashboard/live-tracker
Vehicles/dashboard/fleet-management/vehicles
Vehicle detail/dashboard/fleet-management/vehicles/:vehicleId
Vehicle history/dashboard/fleet-management/vehicles/:vehicleId/history
Devices/dashboard/fleet-management/devices
Device detail/dashboard/fleet-management/devices/:deviceId
Device sensors/dashboard/fleet-management/devices/:deviceId/sensors
Device raw data/dashboard/fleet-management/devices/:deviceId/raw-data

On this page