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-booksCustomer Stories

Product

Product TourSupported Devices

Help

DocumentationContent Library

Developers

API Reference

Contact

Contact Us

Company

Our StoryCareers

Ecosystem

Partner ProgramAffiliate Program
Download Now
PricingFree Tools
Logistics & 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-booksCustomer Stories

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

Platform Guides

Tracking

  • Real-Time Tracking
  • Route History & Playback

Geofencing

  • Geofence Setup

Alerts & Notifications

  • Alert Configuration

Configuration

Server

  • Server Configuration

Database

  • Database Setup

Integrations

Devices

  • Device Protocols

REST API

  • REST API Overview
  1. Home
  2. Resources
  3. Documentation
  4. Configuration
  5. Server Configuration

Server Configuration

Configure environment variables, ports, TLS, and performance tuning.

Last updated March 15, 2026

Open VTS is configured through an XML properties file and optional environment variable overrides. This reference covers every key setting.

Configuration File Location#

The primary configuration file is located at conf/openvts.xml (relative to the installation directory). In Docker, mount your custom file to /opt/openvts/conf/openvts.xml.

Core Settings#

KeyDescriptionDefault
web.portHTTP port for the web interface8082
web.addressBind address (0.0.0.0 for all interfaces)0.0.0.0
web.urlPublic URL (for link generation)http://localhost:8082
geocoder.enableEnable reverse geocodingtrue
geocoder.typeGeocoder provider (nominatim, google, mapbox)nominatim
logger.levelApplication log levelINFO
filter.enableEnable position filteringtrue
filter.distanceMinimum distance between positions (meters)0

TLS / HTTPS Configuration#

conf/openvts.xml
<entry key="web.port">8443</entry>
<entry key="web.ssl.enable">true</entry>
<entry key="web.ssl.key">/etc/ssl/private/openvts.key</entry>
<entry key="web.ssl.cert">/etc/ssl/certs/openvts.crt</entry>
Warning
For production, we recommend using a reverse proxy (Nginx, Caddy) for TLS termination instead of configuring TLS directly in Open VTS.

Performance Tuning#

KeyDescriptionDefault
web.maxThreadsMaximum HTTP handler threads32
database.maximumPoolSizeDatabase connection pool size10
processing.threadsDevice message processing threads4
event.enableEnable event processing enginetrue
Tip
For fleets over 1,000 vehicles, increase database.maximumPoolSize to 25–50 and processing.threads to match your CPU core count.
PreviousAlert ConfigurationNextDatabase Setup

On this page

  • Configuration File Location
  • Core Settings
  • TLS / HTTPS Configuration
  • Performance Tuning
Self-HostedFull Data Control
10,000+Vehicles Tracked
50+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
  • Customer Stories
  • Content Library

© 2026 Open VTS. All rights reserved.

Privacy PolicyRefund PolicyTerms of UseSecuritySitemap