Bicimon
Self-HostedOpen-source self-hosted GPS tracker for pets
Overview
Bicimon is a privacy-first, self-hosted GPS tracking platform tailored for pets. It enables real-time location monitoring via a web interface, with support for low-power ESP32-based trackers. Deployment is simplified using Docker, making it accessible for self-hosters. Key features include location history logs, geofencing alerts (notifying when pets leave safe zones), and battery status tracking for devices. As a self-hosted solution, all location data remains on your server, ensuring full control over sensitive information without relying on third-party services.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
bicimon:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: bicimon
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Real-time GPS tracking for pets
- Geofencing alerts for predefined safe zones
- Battery status monitoring for trackers
- Docker-based easy deployment
Frequently Asked Questions
? Is Bicimon hard to install?
Bicimon uses Docker for deployment, so setting up the software is straightforward—just pull the Docker image and run it with minimal config. However, configuring ESP32-based GPS trackers (flashing firmware, connecting to your server) may require basic technical knowledge.
? Is it a good alternative to Tractive GPS?
Yes—Bicimon offers core features like real-time tracking and geofencing but with full data privacy and no subscription costs. It’s ideal for self-hosters who want control over their data, though it lacks Tractive’s pre-built hardware and commercial customer support.
? Is Bicimon completely free?
Yes—Bicimon is open-source under the MIT License, so it’s free to use, modify, and self-host. You only pay for the GPS tracker hardware (e.g., ESP32 modules) and your server hosting costs.
Top Alternatives
People Also Ask about Bicimon
Tool Info
Pros
- ⊕ Privacy-focused (all data stays local)
- ⊕ No recurring subscription fees
- ⊕ Supports low-power ESP32 trackers
- ⊕ Open-source (customizable)
Cons
- ⊖ Requires a server for self-hosting
- ⊖ Needs basic technical skills to set up GPS trackers
- ⊖ Lacks commercial support compared to proprietary alternatives
- ⊖ Limited to pet tracking use cases