---
title: "OpenDroneLog: A Self Hosted DJI Flight Log Dashboard"
url: https://daily.dev/posts/opendronelog-a-self-hosted-dji-flight-log-dashboard-0uxepwcxy
source_url: https://noted.lol/opendronelog/
type: article
source: "Noted"
author: "Jeremy"
published: 2026-03-02T14:39:03.391Z
updated: 2026-03-03T11:00:21.180Z
tags: ["react", "docker", "duckdb"]
reading_time: 4
upvotes: 3
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenDroneLog: A Self Hosted DJI Flight Log Dashboard

**[Noted](https://daily.dev/sources/noted)** · [@noted](https://daily.dev/noted) · 4 min read · 3 upvotes · 0 comments

## Summary

OpenDroneLog is an open-source, self-hosted flight log dashboard for DJI drones and Litchi CSV exports. It stores all data locally in a DuckDB database and offers interactive flight maps with replay, telemetry charts, battery health tracking, smart deduplication, and export to CSV/JSON/GPX/KML. Deployable via Docker Compose with optional automatic log ingestion from a mounted folder using cron-based sync. Built with a Rust/Axum backend, Nginx, and React frontend. Licensed under AGPL-3.0.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://noted.lol/opendronelog/>

---

Tags: [#react](https://daily.dev/tags/react), [#docker](https://daily.dev/tags/docker), [#duckdb](https://daily.dev/tags/duckdb)

[View this post on daily.dev](https://daily.dev/posts/opendronelog-a-self-hosted-dji-flight-log-dashboard-0uxepwcxy)
