The core repo is at: https://github.com/fleetbase/fleetbase (main monorepo with API, console, etc.). Free Self-Hosting Options (No Fees Required) Fleetbase supports multiple ways to run it yourself, all compatible with your PHP/MySQL LAMP stack: Docker (Easiest for Quick Start/Local/Dev/Prod): Clone the repo: git clone https://github.com/fleetbase/fleetbase.git && cd fleetbase Run their script: ./scripts/docker-install.sh This spins up containers for the API (PHP/Laravel), console (Ember.js frontend), MySQL, Redis, etc. Customize via .env files (e.g., set DATABASE_URL for your MySQL, APP_URL, etc.). For production, tweak for your domain, add SSL, etc. Docs cover environment vars like CONSOLE_HOST, API_HOST, OSRM_HOST (for routing—defaults to public OSRM but you can self-host one). Access: Console at http://localhost:4200, API at http://localhost:8000 (adjust ports/hosts). This is free, no AWS needed—run on your existing server or a cheap VPS. From Source (Native LAMP Install – Matches Your PHP/MySQL Setup Best): Clone: git clone https://github.com/fleetbase/fleetbase.git /var/www/fleetbase Install dependencies: API: Composer (composer install --no-dev --optimize-autoloader in /api) Console: pnpm (pnpm install then build for prod) Set up MySQL database, create user, import schema if needed (docs guide this). Configure .env files for API and console (e.g., DB connection, Redis, SocketCluster for real-time). Set up Nginx/Apache virtual hosts for the console (Ember app) and API. PHP 8.1+ required (with extensions like mysql, redis, gd, etc.). This is pure LAMP—no Docker overhead if you prefer direct integration. On-Premise/Non-AWS Server: Docs have a dedicated "Deploy on Premise" guide with Ubuntu/Debian or CentOS/RHEL commands for PHP, MySQL, Redis setup. Example: Install PHP 8.1, clone repo, Composer/pnpm, configure hosts file or DNS for local domains like fleetbase.company.local. Fully offline-capable once running. Key Free Features You Get (Community Edition) Modular logistics platform: Route planning/optimization (via OSRM integration—built-in support, can use open-source OSRM server), dispatching, fleet/vehicle management, orders, drivers, tracking. CRM-like elements: Customer management, orders, workflows, some basic lead/contact handling (extendable). Real-time via SocketCluster. Extensions marketplace (some free/community, others paid—but core is free). MySQL 8.0 native (no PostgreSQL lock-in). Redis for caching/jobs. Full customization: Modify code, add custom modules, integrate with your existing PHP admin site via API (REST + webhooks). Potential Gotchas Some advanced extensions (e.g., premium ones in their registry) may require a token or be paid, but core Fleetbase + free extensions are open. Routing uses OSRM by default (open-source, self-hostable for privacy/performance). Community support via GitHub issues/Discord (no priority/SLA unless you pay for commercial license). Setup time: 25-min claim is for their paid AWS deploy; self-hosting will take longer (hours to a day depending on your experience), but docs are detailed. This fits your "I WANT FREE OPEN SOURCE" perfectly—no vendor fees, full control, MySQL/PHP-native. Start with the Docker quick start if you want to test fast, or native install to integrate deeply with your site. If you run into setup hurdles (e.g., env vars, routing engine), share specifics, and I can guide further. Or if this still doesn't click, Dolibarr + VROOM remains a solid zero-cost alternative!1.9sFast25 sources