Monitor your vehicles, assets, or personnel with a powerful and flexible GPS tracking system. This free and open-source platform gives you complete control, with options for both self-hosting on your own server or using a managed cloud solution. It's designed for exceptional performance and stability across Windows, Linux, and other operating systems.
One of its greatest strengths is its universal device compatibility. It supports a vast array of GPS trackers, from low-cost models to high-end brands, so you are never locked into a single hardware vendor. Access your tracking data through a modern web interface or native Android and iOS mobile apps. You can even turn a smartphone into a GPS tracker.
Key capabilities include:
services:
traccar:
image: traccar/traccar:latest
container_name: traccar
hostname: traccar
restart: unless-stopped
ports:
- "8082:8082"
- "5000-5150:5000-5150"
- "5000-5150:5000-5150/udp"
volumes:
- ./logs:/opt/traccar/logs:rw
- ./conf/traccar.xml:/opt/traccar/conf/traccar.xml:ro
- ./data:/opt/traccar/data:rwAuto-fetched about 16 hours ago
Auto-fetched about 16 hours ago