Real-Time GPS Tracking Platform

Know where your assets are.
Every second.

PathSentinel gives you real-time visibility into your entire fleet — vehicles, equipment, shipments — with intelligent alerts, geofencing, and actionable reporting.

event: "device.position"
device: "Truck-07"
lat: 41.6306, lng: -87.8531
speed: 72.4 km/h
geofence: "Warehouse Zone A"INSIDE
status: ● moving
30s
Ping Interval
8
Alert Trigger Types
40+
API Endpoints
Devices Per Tenant

Everything you need to manage your fleet

From live tracking to intelligent reports, PathSentinel provides a complete operations toolkit — out of the box.

📍

Live Map Tracking

See every device on an interactive map with real-time position updates, speed-colored trails, and status indicators — moving, idle, stopped, or offline.

Geofencing

Draw circle or polygon geofences directly on the map. Get instant alerts when devices enter, exit, or dwell too long inside a zone. Import existing zones from KML files.

Smart Alerts

Eight trigger types — speeding, offline, ignition change, low battery, geofence events — with configurable thresholds and per-device cooldowns.

🛣️

Trip Intelligence

Automatic trip segmentation with leg-by-leg breakdown. Replay any trip with a timeline slider showing speed and position over time.

📊

Fleet Reports

Trip summaries, utilization breakdowns, speeding analysis, and device health — all filterable by date range with one-click CSV export.

🌍

KML Import & Export

Import geofences from Google Earth KML files or export your zones for use in external mapping tools. Supports polygons, circles, and placemarks with full round-trip fidelity.

🏢

Multi-Tenant & Role-Based Access

Complete data isolation between organizations with three access tiers. Each tenant gets their own devices, users, geofences, and API keys — Admins, Managers, and Users each see only what they should.

🔔

Real-Time Notifications

Alerts are pushed instantly via WebSocket. A notification center shows severity, timestamps, and device details — with mark-read and bulk actions.

❤️

Device Health Dashboard

At-a-glance view of your fleet's connectivity: healthy, stale, offline, or critical. Spot problems before they become blind spots.

From hardware to insight in four steps

PathSentinel works with any GPS device that can send HTTP — no proprietary hardware required.

1

Connect Devices

Register GPS trackers with their hardware IDs. Any device that speaks HTTP can push pings to PathSentinel's ingestion API.

2

Define Zones & Rules

Draw geofences on the map, set speed limits, configure offline timeouts. Rules trigger alerts automatically as pings arrive.

3

Track in Real Time

Watch your fleet move on the live map. Status indicators, speed trails, and notifications keep you in the loop every second.

4

Analyze & Act

Reports reveal driving patterns, utilization rates, and compliance issues. Export to CSV or integrate via webhooks and APIs.

Build on the platform

Full REST API with interactive Swagger docs, webhook delivery with HMAC signing, and real-time WebSocket events.

  • 40+ documented REST endpoints
  • Webhook delivery with HMAC-SHA256 signing
  • 7 subscribable event types
  • Real-time WebSocket position stream
  • Interactive Swagger UI at /api/docs
  • Automatic retry with exponential backoff
  • Delivery log with response tracking
// Webhook payload — HMAC signed
{
  "event": "geofence.enter",
  "timestamp": "2026-02-28T20:15:00Z",
  "data": {
    "device_id": 42,
    "device_name": "Truck-07",
    "geofence": "Warehouse A",
    "lat": 41.6306,
    "lng": -87.8531,
    "speed": 12.3
  }
}

// Verify signature
X-PathSentinel-Signature:
  sha256=a1b2c3d4e5f6...

Ready to see your fleet in real time?

PathSentinel is deployed and ready. Log in to the app to start tracking.