FolderView Plus gives Unraid a cleaner, folder-first way to manage Docker containers and VMs.
It is built for real libraries: easier organization, safer imports, faster recovery, and better day-to-day control.
- Keep large Docker/VM setups readable with folder grouping in Docker, VMs, and Dashboard
- Recover faster with automatic backups, snapshot compare, and one-click restore
- Import safely with preview diff and selective apply before making changes
- Reduce manual work using regex/label-based assignment rules
- Manage everything from a modern settings flow that works on desktop and mobile
- Unraid
7.0.0+
Unraid UI (Plugins -> Install Plugin) or CLI:
plugin install https://raw.githubusercontent.com/alexphillips-dev/FolderView-Plus/main/folderview.plus.plgWarning
If update detection is cached, use a one-time commit URL install, then return to main updates.
- Preferred:
Plugins -> Check for Updates - Manual: rerun the same
plugin installcommand
If update caching delays detection, install once from a commit URL:
https://raw.githubusercontent.com/alexphillips-dev/FolderView-Plus/<commit>/folderview.plus.plg
Then return to normal main updates.
Version format:
- Stable:
YYYY.MM.DD.UU UUis zero-padded for reliable Unraid ordering
Caution
Removing the plugin deletes its plugin-managed config directory.
plugin remove folderview.plus- Folder views for Docker, VMs, and Dashboard
- Folder runtime actions (
Start,Stop,Pause,Resume) - Sort modes: created, manual, A-Z
- Reliable manual reordering with up/down controls
- Pinned folders and status/health/update visibility controls
- Auto-assignment rules:
- Docker: name regex + label/image/compose matching
- VM: name regex
- Rule tester, simulator, and conflict inspector
- Bulk assignment for Docker and VMs
- Folder templates for faster reuse
- Import preview with
Merge,Replace,Skip existing - Per-type import presets and defaults
- Pretty-printed schema exports with metadata
- Automatic pre-import backup + restore latest
- Scheduled backups, snapshot compare, and rollback checkpoints
- Change history and one-click undo
- Built-in, third-party, and uploaded icon support
- Custom CSS/JS extension loading
- Full mobile/touch support
- Modern browser support (Chrome, Edge, Firefox, Safari)
- Open
Settings -> FolderView Plus. - Create folders in Docker and/or VM sections.
- Choose sort mode and view options.
- Save.
- Confirm folder groups in Docker/VM tabs.
- Switch to
Advanced. - Open
Auto-assignment rules. - Choose folder, rule kind, and action (
Include/Exclude). - Add rule, then save.
- Use
Test rule priorityorSimulate all itemsto validate behavior.
Export files:
- Docker:
FolderView Plus Export.json - VM:
FolderView Plus Export VM.json - Single folder:
<FolderName>.json
Export format:
- Pretty-printed JSON
- Includes
schemaVersion,pluginVersion,exportedAt
Recommended import flow:
- Export current config first.
- Import and review preview diff.
- Choose mode/preset.
- Apply import.
- Use
Restore latest backupif needed.
- Request token and guarded endpoint protections
- Safer dynamic rendering to reduce XSS risk
- Automated regression checks (including mobile and release guards)
Supported current major browsers:
- Chrome
- Edge (Chromium)
- Firefox
- Safari (macOS + iOS)
Not supported:
- Internet Explorer 11
- Legacy Edge (EdgeHTML)
- Config root:
/boot/config/plugins/folderview.plus - Custom CSS:
/boot/config/plugins/folderview.plus/styles - Custom JS:
/boot/config/plugins/folderview.plus/scripts - Third-party icons:
/usr/local/emhttp/plugins/folderview.plus/images/third-party-icons - User-uploaded icons:
/usr/local/emhttp/plugins/folderview.plus/images/custom
- https://github.com/sameerasw/folder-icons
- https://github.com/hernandito/unRAID-Docker-Folder-Animated-Icons---Alternate-Colors
- Runtime source:
src/folderview.plus/ - Manifest:
folderview.plus.plg - Archives:
archive/
Build package:
bash pkg_build.shPrepare release (build + checks):
bash scripts/release_prepare.shRun tests:
node --test tests/*.mjs- Issues: https://github.com/alexphillips-dev/FolderView-Plus/issues
- Forum support thread: https://forums.unraid.net/topic/197631-plugin-folderview-plus/
Tip
If the plugin helps you, support ongoing development here: https://buymeacoffee.com/alexphillipsdev
- chodeus - FolderView Plus is built on the strong foundation of folder.view3. Thank you for the original architecture and groundwork.
- sameerasw and hernandito - Thank you for creating and sharing icon packs that improve local icon workflows.
See LICENSE.md.