A powerful FiveM vehicle analytics tool that tracks spawn frequency and usage time. Perfect for server optimization and data-driven vehicle management.
- Real-time vehicle usage tracking
- Interactive in-game UI (/vehiclestats)
- Automatic hourly reports
- Server-side data persistence
- Tracks:
- Vehicle spawn frequency
- Total drive time per vehicle
- Active session timing
- FiveM Server
- vMenu (for automatic vehicle list configuration)
- If vMenu is installed, vTracker will automatically use your addons.json vehicle list
- Without vMenu, you'll need to create a custom config.json (see Configuration below)
- Drop the
vTracker
folder into your server'sresources
directory - Add
ensure vTracker
to yourserver.cfg
- Add permission for reset command:
add_ace group.admin command.vehiclestatsreset allow
- Restart your server
vTracker works in two modes:
- No configuration needed
- Automatically uses vehicles from vMenu's addons.json
- Just install and start using
Create a config.json
in the vTracker resource folder:
{
"vehicles": [
"adder",
"zentorno",
// Add your vehicle spawn names here
]
}
/vehiclestats
- Opens the statistics UI (all players)/vehiclestatsreset
- Resets all statistics (admin only)
vehicleData.json
- Statistics datastats.html
- Human-readable report
- Identify popular/unused vehicles
- Make informed decisions about server resources
- Optimize performance
- Track usage patterns
If you need help:
- Check your vMenu installation (if using)
- Verify config.json format (if not using vMenu)
- Check server permissions
- Review server console for errors
Created by [SPCCKZ]