Harp Nextcloud Install May 2026
| Feature | Harp | Plex (via web) | Funkwhale | Koel (standalone) | | :--- | :--- | :--- | :--- | :--- | | | ✅ Native app | ❌ External | ❌ Separate | ❌ Separate | | Uses your Nextcloud storage | ✅ Yes | ❌ No | ❌ No | ❌ No | | Mobile client via API | ✅ Ampache | ✅ Yes | ✅ Yes | ❌ Limited | | Resource usage | Very low | High | Medium | Very high | | Open source | ✅ GPL | ❌ Proprietary | ✅ AGPL | ✅ MIT |
memory_limit = 512M max_execution_time = 300 post_max_size = 2048M upload_max_filesize = 2048M Restart your web server: harp nextcloud install
To prevent brute-force attacks on your Harp API endpoint, add this to your Nextcloud .htaccess or Nginx config: | Feature | Harp | Plex (via web)
sudo chmod +r /path/to/your/music/folder/* Also, ensure your music files have proper ID3 tags. Harp relies on getID3() PHP library—files without metadata may be ignored. Solution: Harp looks for embedded art (inside FLAC/MP3 ID3 tags) or a cover.jpg in the album folder. Use a tool like MusicBrainz Picard to tag your files before uploading. Problem 3: "Internal Server Error" on Scan Solution: This is almost always a memory limit issue. Increase the PHP memory limit from 128M to 512M as shown above. Also, check Nextcloud’s data/nextcloud.log for the exact error. Securing Your Harp + Nextcloud Setup for Remote Access If you want to access your music collection outside your home network, you must secure the installation. Force HTTPS (SSL/TLS) Use Let’s Encrypt. If using Nginx, add this redirection: Use a tool like MusicBrainz Picard to tag
In an era where music streaming subscriptions are fragmenting across Spotify, Apple Music, Tidal, and Qobuz, many audiophiles and privacy-conscious users are turning back to a classic solution: self-hosting. If you already own a collection of FLAC, MP3, or AAC files, why pay a monthly fee to listen to them?
