Routario connects directly to your GPS hardware over TCP/UDP and gives you a live map, alerts, and history β all running on your own server.
Your fleet data never leaves your infrastructure.
| Feature | ||
|---|---|---|
| πΊοΈ | Live map β real-time positions with smooth movement and heading rotation | |
| π | History & playback β scrub through routes, replay trips, graph any sensor over time | |
| π | Fleet reports β summary, trips, daily aggregates, alerts, logbook, geofences, scheduled reports, and CSV export per report type | |
| π | Smart alerts β speeding, geofence, idling, towing, low battery, maintenance, and custom rules | |
| π£ | Notifications β Telegram, Discord, Email, Slack, browser push, and SIP voice calls. Route each alert to specific channels, schedule alerts by day and hour | |
| π | Driver management β create driver profiles, assign to vehicles, track who drove which trip | |
| π | Logbook β service records, fuel fill-ups with consumption stats, and maintenance intervals per vehicle; with odometer, cost, date, and file attachments | |
| π§ | Route planning β create multi-stop planned routes, assign vehicles and drivers, preview route geometry, and track route status | |
| π³ | Billing operations β company billing settings, usage tracking, plans, invoice generation, audit logs, and health checks | |
| βοΈ | Remote commands β reboot, request position, set interval, and more from the dashboard | |
| π | Live sharing β send a time-limited link; recipients see the live map with no login required | |
| ποΈ | Voice PTT β push-to-talk voice messages over WebSocket; read receipts, push notifications to offline users, message history | |
| π‘ | 8 native protocols β Teltonika, GT06, Queclink, H02, TK103, Meitrack, Flespi, OsmAnd; listeners run only for protocols used by active devices | |
| π | Cloud integrations β pull live data from Traccar, Wialon, 3D Tracking, Flespi Cloud, GPS Server, and Google Find Hub alongside native devices | |
| πͺ | Webhooks β push live position data to any HTTP endpoint on every update | |
| π₯ | Multi-user & multi-tenant β three-tier roles (super admin β company admin β user), fine-grained per-user permissions, company-scoped device and user management | |
| π | Security controls β scoped API keys, authenticator-app MFA, per-permission settings access, and company-isolated admin tools | |
| π | Unit systems β switch between metric (km, km/h, m) and imperial (mi, mph, ft) per user | |
| π± | PWA β installs on Android and iOS, push notifications even when the tab is closed | |
| πΎ | Backup & restore β super admins can back up the whole platform; company admins with permission can back up and restore only their own company | |
| π₯ | CSV export β download full position history with all sensor columns included |
Routario.mp4
Backend β Python 3.11+, FastAPI, SQLAlchemy 2.0 (async), asyncpg, Redis, PostGIS
Frontend β Vanilla JS, Leaflet.js, Chart.js
Infrastructure β SQLite for quick start or PostgreSQL + PostGIS for production, optional Redis, dynamic raw TCP/UDP protocol listeners, WebSocket gateway