
Navidrome Music Server
Open-source web music server that streams personal music collections via a modern web UI and Subsonic-compatible APIs; supports large libraries and on-the-fly transcoding.

Navidrome is a lightweight open-source web-based music collection server and streamer that lets users browse and play personal music libraries from browsers and compatible mobile clients. It exposes a modern web UI and implements the Subsonic API for broad client compatibility.
Key Features
- Modern, themeable web interface built with React and Material UI and a catalog of compatible third-party mobile clients.
- Subsonic/OpenSubsonic API compatibility so existing Subsonic clients can work with the server.
- On-the-fly transcoding and downsampling (requires an external ffmpeg binary) to adapt streams to clients and bandwidth.
- Multi-user and multi-library support with per-user access controls, playlists, favorites and play counts.
- Low resource usage and multi-platform releases (Linux, macOS, Windows, Raspberry Pi) with official Docker images.
Use Cases
- Personal home streaming: Serve a large, tagged music collection to family members and mobile devices with individual accounts.
- Replacement for Subsonic-compatible clients: Run a modern backend compatible with existing Subsonic/Madsonic/Airsonic clients.
- Low-cost or embedded deployment: Run on Raspberry Pi or small cloud instances using Docker for lightweight private streaming.
Limitations and Considerations
- Navidrome simulates folder browsing from tags and does not perform native folder-based browsing; directory browsing endpoints are emulated.
- The default local database is a single-file SQLite database (navidrome.db); this can require special handling on network filesystems (WAL mode, locking) and backups. Administrators should follow documented guidance for DB placement and backups.
- Past security advisories have reported SQL injection and related issues that were subsequently addressed; operators should keep releases up to date and follow security notices.
Navidrome provides a compact, compatible and performant way to self-host and stream large music libraries while remaining interoperable with a wide Subsonic client ecosystem. It is well-suited for users who want control over their music and need a low-footprint server with mobile client support.



