Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] Logarr - Unified logging dashboard for media stacks

Featured Replies

Hey everyone,

I am sharing a project I've been working on called Logarr - a logging dashboard that pulls logs from your media server apps into one place.

Realtime Dashboard:

Dashboard


Live tail logs:

Live Logs

Issue Tracker:
Issue Details

I don't always have time to stay on top of my server, so usually by the time I notice something's wrong it's already a mess. Then I'm digging through Jellyfin, Sonarr, Radarr, Prowlarr, etc. trying to figure out what actually broke. I find I often fix one thing, only to find another underneath it. For this reason, I built Logarr to help get to root cause faster since I tend to forget about my server for a while.

Features:

  • Real-time log aggregation from multiple sources

  • Auto-detects errors and groups duplicates

  • Impact scoring to prioritize what matters

  • Basic AI analysis

  • WebSocket-based live streaming

Tech Stack:

Frontend - Next.js, React 19, shadcn, zod

Backend - Nest.js, Socket.io, Postgres, Redis

Currently supports: Jellyfin, Sonarr, Radarr, Prowlarr through API and mounted log files for each service

Install:

cd /boot/config/plugins/dockerMan/templates-user/

wget https://raw.githubusercontent.com/itz4blitz/logarr/master/unraid/logarr-db.xml
wget https://raw.githubusercontent.com/itz4blitz/logarr/master/unraid/logarr-redis.xml
wget https://raw.githubusercontent.com/itz4blitz/logarr/master/unraid/logarr-backend.xml
wget https://raw.githubusercontent.com/itz4blitz/logarr/master/unraid/logarr-frontend.xml

Install order: db → redis → backend → frontend.

Make sure to update the IPs in the config to your server IP.

Links:

This is still very alpha. It works for me but expect rough edges. I appreciate all feedback and contributions.

  • Author

I've submitted a request to have the Logarr templates added to official CA-Apps Template Repo. For now, I've updated the templates and have walked through the entire setup on my server and put together a some installation steps to help anyone else interested in early testing:


SSH into your server and navigate to the Unraid templates folder:

cd /boot/config/plugins/dockerMan/templates-user/

Pull down the latest Logarr templates:

wget https://raw.githubusercontent.com/itz4blitz/logarr/master/unraid/logarr-db.xml
wget https://raw.githubusercontent.com/itz4blitz/logarr/master/unraid/logarr-redis.xml
wget https://raw.githubusercontent.com/itz4blitz/logarr/master/unraid/logarr-backend.xml
wget https://raw.githubusercontent.com/itz4blitz/logarr/master/unraid/logarr-frontend.xml

Optional: Create a Logarr Folder

Requires the Docker Folder plugin from Community Applications.

  1. Go to Docker tab → Add Folder

  2. Set Name: Logarr

  3. Set Icon URL: https://raw.githubusercontent.com/itz4blitz/Logarr/master/apps/frontend/public/icon.png

  4. Click Add

Installation Order

Install containers in this order (dependencies first):

  1. logarr-db - PostgreSQL database

  2. logarr-redis - Redis cache

  3. logarr-backend - API server

  4. logarr-frontend - Web dashboard


Step 1: Install PostgreSQL (logarr-db)

  1. Go to Docker tab → Add Container

  2. Click the Template dropdown → select logarr-db

  3. Click Apply

No configuration needed - defaults work out of the box.


Step 2: Install Redis (logarr-redis)

  1. Go to Docker tab → Add Container

  2. Click the Template dropdown → select logarr-redis

  3. Click Apply

No configuration needed - defaults work out of the box.


Step 3: Install Backend (logarr-backend)

  1. Go to Docker tab → Add Container

  2. Click the Template dropdown → select logarr-backend

  3. Configure these values

Field

Value

Database URL

postgresql://postgres:postgres@YOUR_UNRAID_IP:5433/logarr

Redis URL

redis://YOUR_UNRAID_IP:6380

CORS Origin

http://YOUR_UNRAID_IP:3001

  1. Click Apply


Step 4: Install Frontend (logarr-frontend)

  1. Go to Docker tab → Add Container

  2. Click the Template dropdown → select logarr-frontend

  3. Configure these values

Field

Value

API URL

http://YOUR_UNRAID_IP:4001/api

WebSocket URL

ws://YOUR_UNRAID_IP:4001

  1. Click Apply


Step 5: Access Logarr

Open your browser to: http://YOUR_UNRAID_IP:3001

Optional: Add apps to Logarr Folder

Edit the Logarr folder and enable each of the Logarr apps to be pinned to the folder and press Submit.

Edited by itz4blitz
Formatting

  • Author

v0.2.0 Released - Plex Support Added

  • Plex Media Server support - Full session monitoring, real-time playback tracking with transcoding details, and activity log ingestion

  • File-based log ingestion - Mount container log files directly

  • Source diagnostics - New troubleshooting dialog to help debug connection issues

Edited by itz4blitz

  • Author

v0.3.0 Released - Emby Support Added

  • Emby Media Server support - Full session monitoring with WebSocket real-time updates, log parsing for Emby's NLog format

  • Prowlarr fix - Resolved 404 error on queue endpoint

  • Infrastructure - Improved build concurrency for growing provider count

  • 4 months later...

any news on when it will show up in unraid CA?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.