Open VTS vehicle tracking software logo
TutorialsPricingFree Tools

Industries

Logistics & TransportationEnd-to-end fleet visibility and route optimization
Construction & InfrastructureHeavy equipment monitoring and geofencing
Oil, Gas & Energy OperationsRemote asset tracking across pipeline networks
Mining & Heavy IndustryFleet management for mining operations

 

Agriculture & Agri-Fleet OperationsSmart field and farm vehicle management
Waste Management & Sanitation ServicesRoute and collection fleet optimization
School & Institutional TransportationStudent safety and bus fleet tracking
Security Patrol & Response FleetsReal-time patrol monitoring and dispatch

 

Electric Vehicle Fleet OperationsEV fleet range and charge management
Banking & Cash-in-Transit OperationsSecure transit and armored vehicle tracking
Insurance Telematics & Field InvestigationDriver behavior and claims fleet tracking
Field Service & Mobile WorkforceTechnician dispatch and workforce routing

Learn

BlogGuides & E-books

Product

Product TourSupported Devices

Help

DocumentationContent Library

Developers

API Reference

Contact

Contact Us

Company

Our StoryCareers

Ecosystem

Partner ProgramAffiliate Program
Download Now
PricingFree Tools
IndustriesLogistics & TransportationConstruction & InfrastructureOil, Gas & EnergyMining & Heavy IndustryAgriculture & Agri-FleetWaste Management & SanitationSchool & Institutional TransportSecurity Patrol & ResponseElectric Vehicle FleetsBanking & Cash-in-TransitInsurance & TelematicsField Service & Mobile Workforce

Learn

BlogGuides & E-books

Product

Product TourSupported Devices

Help

DocumentationContent Library

Developers

API Reference

Contact

Contact Us

Company

Our StoryCareers

Ecosystem

Partner ProgramAffiliate Program
Download Now
All Docs

Getting Started

Installation

  • System Requirements
  • Install on Linux
  • Install with Docker

Quick Start

  • First Login & Setup
  • Dashboard

Platform Guides

Tracking

  • Real-Time Tracking
  • Route History & Playback
  • Platform Overview & Architecture
  • Dashboard — Admin, User & Superadmin
  • Maps, Live Tracking & Trip History
  • Vehicle Management
  • Inventory — Devices & SIM Cards
  • Driver Management
  • User Management & Activity Logs
  • Computed Sensors & Telemetry
  • Plans, Payments & Transactions
  • Logs — Activity, Events & Telemetry
  • Calendar, Support & Share Track Link
  • Route Optimization
  • Roles, Permissions & Access Matrix
  • Troubleshooting & FAQ
  • Validation Rules & Form Reference

Geofencing

  • Geofence Setup
  • Landmarks — Geofences, POI & Routes

Alerts & Notifications

  • Alert Configuration
  • Alerts, Notifications & Channels

Configuration

Server

  • Server Configuration
  • Platform Settings & Administration
  • Superadmin — Server, SSL & Master Data

Database

  • Database Setup

Integrations

Devices

  • Device Protocols

REST API

  • REST API Overview
  1. Home
  2. Resources
  3. Documentation
  4. Troubleshooting & FAQ

Troubleshooting & FAQ

Common issues, step-by-step resolution procedures, toast message reference, and validation error quick reference.

Last updated April 17, 2026

Troubleshooting Guide#

This guide covers the most common issues encountered when operating the OpenVTS platform, with step-by-step resolution procedures for each scenario.

Vehicle Not Appearing on Map#

  1. Verify the vehicle status is Active (not Inactive) in the Vehicles module
  2. Check that a device IMEI is linked to the vehicle in the vehicle detail
  3. Confirm the device is powered on and has cellular connectivity (check Device Status: Connected/Disconnected)
  4. Verify the vehicle has a valid plan — vehicles with 'License Required' status are blocked from tracking
  5. Check the Last Update timestamp — if it shows days/hours ago, the device may be offline or out of coverage

Device Disconnected#

  1. Verify the SIM card is active with the cellular provider and has data balance
  2. Check the device type and protocol in Master Data — ensure the listener port matches
  3. Confirm the server's listener service is running in Superadmin > Server
  4. Verify the APN settings on the device match the SIM provider's APN configuration
  5. Check for firmware compatibility — compare device firmware against the supported version in Device Types master data
  6. Review Telemetry Logs for any raw packets from this IMEI to determine if data is arriving but not parsing

Alerts Not Firing#

  1. Verify the alert type is enabled for the specific vehicle in Notifications settings
  2. Check that at least one notification channel is enabled (Web Push, Mobile Push, WhatsApp, Email)
  3. For overspeed alerts, confirm the speed limit (kph) threshold is set correctly
  4. For geofence alerts, verify the geofence is set to Active in Landmarks Studio
  5. For email alerts, verify SMTP is configured and validated in Settings > SMTP (use Validate SMTP button)
  6. For WhatsApp alerts, verify the WhatsApp API is configured and the template is approved (Synced status)
  7. For push notifications, check the pushRegistered status — user must have granted browser permission
  8. Review Vehicle Events logs to check if alerts were generated but delivery failed (check delivery log status)

Sensor Showing Error#

  1. Open the sensor in edit mode and check the JavaScript code for syntax errors
  2. Use the Sensor Playground to test the code against sample data
  3. Verify the telemetry payload contains the expected attribute keys (check first 200 attributes in the data panel)
  4. Check for 'Invalid payload' warnings — the device may be sending malformed data
  5. Ensure the sensor code handles edge cases (null values, missing keys, division by zero)

Wrong Speed or Distance Values#

  1. Check the Speed Multiplier (speedX) and Distance Multiplier (distanceX) values in Vehicle > Config — they should be 1.0 unless intentional adjustment is needed
  2. Verify the Ignition Source setting — 'Motion Based' derives ignition from speed threshold and may differ from 'Ignition Wire' (hardware sensor)
  3. Review the Set Odometer and Set Engine Hours values — incorrect overrides can cause cumulative drift

Emails Not Sending#

  1. Verify SMTP Status is toggled to Active in Settings
  2. Check the SMTP Type (NONE/SSL/TLS) matches your email provider's requirements
  3. Confirm the Host, Port, Username, and Password are correct
  4. Use the Validate SMTP button and send a test email to verify delivery
  5. Check the Reply To and Email fields — some providers reject mismatched sender addresses

Quick Reference Table#

IssueFirst CheckModule
Vehicle not trackingIs device IMEI linked?Vehicles > Profile
Map shows wrong positionCheck Lat/Long in vehicle detailsMaps > Vehicle Dock
Plan expiredRenew vehicle planPayments > Renew
User cannot loginCheck account status and credentialsUsers
Driver not assignedCheck Current AssignmentDrivers > Assignment
Geofence not alertingIs geofence Active?Landmarks Studio
Report emptyCheck date range and vehicle selectionReports
WhatsApp not deliveringIs template Synced with Meta?WhatsApp Templates
AI Agent not respondingCheck OpenRouter API key and modelSettings > API Config
SSL certificate expiredRenew certificateSuperadmin > SSL

All Validation Error Messages#

RuleDescriptionApplies To
requiredField cannot be emptyAll required fields
minLengthValue is shorter than minimumNames, descriptions, codes
maxLengthValue exceeds maximum lengthAll text inputs
mustContainLetterMust include at least one letterNames, usernames, company names
invalidCharsContains disallowed charactersNames, usernames
noMultipleSpacesNo consecutive spaces allowedName fields
validEmailMust be a valid email formatEmail fields
validUrlMust be a valid URL formatURL fields
mustBeNumberValue must be numericAmounts, coordinates, digits
mustBePositiveValue must be greater than zeroAmounts, radius, tolerance
rangeExceededValue outside allowed rangeLat (-90-90), Lng (-180-180), Zoom (1-20)
passwordMismatchPasswords do not matchConfirm password fields
fileTooLargeFile exceeds size limitDocument uploads
invalidFileTypeFile type not supportedUpload fields
Tip
When troubleshooting, always check the Activity Logs (Logs Explorer > Activity Logs) for recent error events related to the issue. The metadata field often contains the root cause details.
Tip
For device connectivity issues, the Telemetry Logs tab is your best diagnostic tool. Filter by IMEI to see raw packets and determine if data is arriving at the server.
PreviousRoles, Permissions & Access MatrixNextValidation Rules & Form Reference

On this page

  • Troubleshooting Guide
  • Vehicle Not Appearing on Map
  • Device Disconnected
  • Alerts Not Firing
  • Sensor Showing Error
  • Wrong Speed or Distance Values
  • Emails Not Sending
  • Quick Reference Table
  • All Validation Error Messages
Self-HostedFull Data Control
7.5K+Enterprises & Developers
100+Countries
99.9%Uptime SLA
Open VTS — Vehicle Tracking Software

Vehicle tracking software built for scale. Own your data, control your fleet, and track without limits with our GPS fleet management platform.

Product

  • Vehicle Tracking Software
  • Vehicle Tracking Application
  • Video Telematics
  • Self-Hosted vs SaaS
  • Free Tools
  • Pricing

Industries

  • Logistics & Transportation
  • Construction & Infrastructure
  • Oil, Gas & Energy
  • Agriculture & Agri-Fleet
  • Mining & Heavy Industry
  • School Transportation
  • Electric Vehicle Fleets

Resources

  • Blog
  • Guides & E-books
  • Documentation
  • API Reference
  • Tutorials
  • Help Center
  • Supported Devices

Company

  • Our Story
  • Careers
  • Contact Us
  • Partner Program
  • Affiliate Program
  • Content Library

© 2026 Open VTS. All rights reserved.

Privacy PolicyRefund PolicyTerms of UseSecuritySitemap