Aetix Computer
A multi-faction computer & MDT system for FiveM. Desktop OS experience for station computers, in-vehicle MDT for patrol units. Built on QBX with React, ox_lib, and oxmysql.
Version: 0.1-beta |
Framework: QBX (Qbox) |
UI: React + Vite |
Price: Premium
Features
- Multi-faction support — LSPD, LSSD, SAHP, LSFD, SADCR, DOJ with per-faction module access
- Dual interface — Full desktop OS at station computers, streamlined MDT in vehicles
- CAD / Dispatch — Real-time 911 call management, unit tracking, status codes, notes, timeline
- Person lookup — Citizen search, flags (Armed & Dangerous, Warrant, etc.), notes, field interviews, SMT records
- Vehicle lookup — Plate search, stolen/BOLO/wanted flags, registration, insurance, ALPR integration
- Warrants — Arrest, Search, Bench, FISA, EPO with optional judge approval workflow
- BOLOs — Person & vehicle BOLOs with auto-expiration and real-time broadcast
- Reports — Incident, Arrest, Traffic, Investigative, Supplemental with linked charges, subjects, and 911 call association
- Citations — Traffic citations with penal code lookup, fine/points calculation
- Gang Intelligence — Gang profiles, member tracking, territory mapping, activity log
- Messaging — Real-time inter-officer CAD chat with desktop/vehicle source indicators
- Incident History — Advanced filtering, cleared call archive with detail panels
- Unit System — Predefined LAPD-style units (1-Adam-12) with claim/release, or callsign-based auto-register
- Radar / ALPR Bridge — wk_wars2x integration for automatic plate scanning against vehicle flags and BOLOs
- Audit Log — Comprehensive audit trail for all MDT actions
- Bridge Architecture — Open-source bridge layer for easy framework/radar customization
Dependencies
| Resource | Required | Description |
|---|---|---|
qbx_core | Yes | Qbox Core framework |
ox_lib | Yes | Overextended library (callbacks, notifications, locale) |
ox_target | Yes | Targeting system for computer interaction |
oxmysql | Yes | MySQL database driver |
wk_wars2x | Optional | Wraith ARS 2X radar/plate reader for ALPR integration |
Architecture
Bridge = Open Source: When purchased, only the
bridge/ folder is unobfuscated. This allows you to customize framework integrations, radar systems, and data providers without modifying core code.| Layer | Technology | Location |
|---|---|---|
| Frontend (NUI) | React + Vite + styled-components | web/ |
| Client Scripts | Lua 5.4 (FiveM) | client/ |
| Server Scripts | Lua 5.4 (FiveM) | server/ |
| Bridge Layer | Lua 5.4 (open-source) | bridge/ |
| Shared Config | Lua 5.4 | shared/config/ |
| Database | MySQL (oxmysql) | aetix_computer.sql |
Documentation Pages
Installation
Step-by-step setup guide, SQL import, server.cfg, and frontend build.
Configuration
All config files explained — factions, dispatch, warrants, flags, vehicles, charges.
Factions & Permissions
Job mappings, role hierarchy, per-action permission matrix.
Modules
CAD, Persons, Vehicles, Warrants, BOLOs, Reports, Citations, Gangs, Messages.
Bridge / API
Bridge architecture, radar integration, overridable functions, exports.
Database Schema
All 18 tables, columns, indexes, and relationships.