VOD Streams (Plex Integration)¶
Monitor and display your Plex Media Server video-on-demand streams directly in Komandorr.
Overview¶
The VOD Streams feature integrates seamlessly with Plex Media Server to provide insights into your media library and active streams.
Prerequisites¶
- Plex Media Server installed and running
- Plex authentication token
- Network access to Plex server from Komandorr
Configuration¶
1. Get Your Plex Token¶
Find your Plex authentication token:
- Open a media item in Plex Web App
- Click Get Info (ℹ️ icon)
- Click View XML
- Look for
X-Plex-Tokenin the URL
Or follow Plex's official guide.
2. Configure Komandorr¶
3. Verify Connection¶
After configuration:
- Go to VOD Streams page
- If configured correctly, you'll see your Plex library information
- Active streams will appear in real-time
Features¶
Library Overview¶
View your Plex library statistics:
- Total movies
- Total TV shows
- Total episodes
- Total music tracks
Active Streams¶
Monitor currently playing content:
- Media Title - What's being watched
- User - Who's watching
- Player - Device/app being used
- Progress - Playback position
- Quality - Stream quality (1080p, 4K, etc.)
- Bandwidth - Current bandwidth usage
Recently Added¶
See recently added content to your library:
- Movie additions
- TV show episodes
- Release dates
- Thumbnails and posters
Display Options¶
Customize how VOD streams are displayed:
- Grid view or list view
- Sort by title, date, or user
- Filter by media type
- Group by user or device
Use Cases¶
Home Users¶
- Monitor kids' screen time
- See what family members are watching
- Track bandwidth usage
Server Administrators¶
- Monitor concurrent streams
- Identify bandwidth-heavy users
- Track server performance
Media Collectors¶
- Keep track of library growth
- Monitor recent additions
- View library statistics
Troubleshooting¶
Connection Failed¶
Cannot connect to Plex
Causes:
- Incorrect URL or port
- Invalid authentication token
- Network connectivity issues
- Firewall blocking access
**Solutions:**
- Verify Plex server is running
- Check URL includes `http://` or `https://`
- Confirm port is 32400 (default)
- Test connection from Komandorr server: `curl http://plex-server:32400`
No Streams Showing¶
!!! warning "Streams not appearing" - Ensure something is actually playing - Check Plex server has playback activity - Refresh the VOD Streams page - Verify token has necessary permissions
Authentication Errors¶
!!! error "Authentication failed" - Generate a new Plex token - Ensure token hasn't expired - Check token is copied completely - Verify Plex account has server access
Security Considerations¶
!!! warning "Security Best Practices" - Never expose your Plex token publicly - Use HTTPS for Plex connections when possible - Restrict network access to Plex server - Regularly rotate authentication tokens - Use Plex's built-in user permissions
API Access¶
Access VOD stream data programmatically:
See Plex API Reference for full documentation.