Download
Use online, deploy on your company’s server, or install the Android app
Use the web app in your browser, run the full stack on your own machine with the installer below, or install the Android app on company devices.
Web dashboard
No install required: register or sign in from any modern browser. Works best when your company deploys FleetShare on a URL your team trusts.
Company server
For Ubuntu, a VM, or Windows Server: download the installer and run it on the machine that will host FleetShare. It prepares the full Docker stack (database, web app, HTTPS front-end), detects this server’s address, sets the public URL and port (default 3000), and starts everything for you.
Link to this section: /download#company-server
You need Docker and git on the server. After downloading, run the installer from any folder.
Linux / macOS: chmod +x the .sh file, then run it. Optional: pass a parent folder as the first argument (e.g. ..). You can set host, port, or source location via environment variables documented in the .txt file.
What you get
- A local project folder with the full FleetShare server edition, ready to run in Docker.
- The database, application (default port 3000), and Caddy for HTTPS (see the project’s deploy notes, often port 8443 locally).
- Other devices on your network can open the app at http://THIS_SERVER_IP:3000 (or the port you chose).
- For a public domain and TLS, add your reverse proxy or follow the Caddy setup in the deployed project, then update the public URL in configuration and rebuild the app container if required.
AI driving-licence validator
Optional add-on: FleetShare can send licence photos to a small Gemini-based service on port 8080. Use it alongside the company server installers above.
Link to this section: /download#ai-validator
Requires Docker and git on the machine. Files are served from this site — no extra hosting.
Linux / macOS: chmod +x the .sh file, then run it. Optional parent folder as first argument (e.g. ..). Details and environment variables are in the .txt file.
After downloading
- Install Docker and git.
- Run the .sh or .ps1 installer. You can place the validator folder next to your FleetShare project if you pass .. or -Parent ...
- Add your Gemini API key in the validator project’s .env file (see the README inside that folder after install).
- FleetShare in Docker usually talks to this service at host.docker.internal:8080, or you can set a company Gemini key in Admin instead.
Health check: curl http://localhost:8080/health
Android app
Install the FleetShare Android client on your phone or tablet. Download the APK from this site, then open it to install (you may need to allow installs from unknown sources).
Android package (.apk), not a Windows .exe. Hosts may ship the file as public/downloads/fleetshare.apk or via NEXT_PUBLIC_ANDROID_DOWNLOAD_URL.
On your phone: after downloading, open the file from the notification or Downloads app. If prompted, allow installs from your browser (or Files). The APK must be signed (debug or release) or Android will refuse to install.
Download Android app (APK)