GPS Fleet Tracking (Web UI)
GPS Fleet Tracking (Web UI) is a app in the osFoundry community catalog. Web UI for a Traccar GPS fleet tracking server — map view, geofences, reports, multi-user access, ~200 device-protocol support. An open replacement for Samsara / Fleetio / Verizon Connect / Geotab (the dashboard side). Powered by Traccar 6.x with bundled H2 database (single-container). **Important constraint:** this deployment exposes the Traccar WEB UI only — live device push from GPS trackers needs the device-ingest TCP ports which the iframe model cannot expose. Use for reviewing historical data, KML/GPX import, or a separately-hosted ingest endpoint.
Details
- Workspace: osfoundry
- Category: UTILITY
- Pricing: Free
- Access: Community
Features
- Web UI for a Traccar GPS fleet tracking server — map view
- Geofences
- Multi-user access
- ~200 device-protocol support
Documentation
# GPS Fleet Tracking (Web UI)
Traccar 6.x dashboard for reviewing GPS / fleet data.
## Setup
First login: `admin` / `admin` — **change immediately** after first login (Account menu → Edit Account).
`web.url` in `traccar.xml` is auto-set to the public URL by the entrypoint so links + reports resolve against the platform hostname.
## Database
H2 file-based DB at `/opt/traccar/data/database.mv.db` — single container, no external DB. Optional Postgres is supported by editing `traccar.xml` but not needed for typical use.
## Important: device ingest is NOT publicly reachable
Traccar's main mode is receiving live GPS pushes from devices over TCP/UDP ports 5000–5300 (one port per device protocol — ~200 protocols). The osFoundry iframe model exposes ONE TCP port (the web UI on 8082); the device-ingest ports are NOT exposed to the public internet.
**This deployment is useful for:**
- Reviewing GPS data imported from KML / GPX / CSV files
- Configuring users + geofences + reports + drivers
- Pointing your devices at a separately-hosted Traccar ingest endpoint (e.g. your home router) and using this dashboard as the read-only view
**This deployment will NOT receive live GPS pushes from devices.** If that's your goal, run Traccar on a server you control with all the device ports exposed.
## Theme / appearance
Traccar has its own light/dark toggle.
How to use GPS Fleet Tracking (Web UI) in osFoundry
Install GPS Fleet Tracking (Web UI) into your workspace in one click, then fork it in osStudio to customise the prompts, tools, or configuration for your stack. Anyone in your workspace can pick up where you left off.
Other apps from the community
- CRM — Customer relationship management with contacts, deals, and pipeline tracking.
- Kanban Board — Drag-and-drop task board with swimlanes, labels, and team assignments.
- Helpdesk — Ticket triage and customer support inbox with SLA tracking.
- Page Builder — Block-based page editor with publishing to public URLs.
- Website Builder — Multi-page site builder with CMS, templates, and custom domains.
- Storefront — E-commerce storefront with product catalog, cart, and checkout.