March 13Mar 13 Podman Managerhttps://github.com/brdweb/podman-managerHello everyone. Created my first Unraid plugin to scratch an itch that I had and I'm currently submitting this to squid for inclusion in Community Apps. Recently I've replaced all of the docker containers that I've been using across Unraid and 2 Debian VMs running on Proxmox and managed by Komodo with Podman using Quadlets. There's a lot of reasons I like this better but I'll let you read about it yourselves: https://ilmanzo.github.io/post/podman_quadlets_tutorial/. This left me with a bit of a dilemma though. I already had lost most of what had made managing docker on Unraid so easy because I had switched first to using Docker Compose (using the plugin) but then because I also went multi-host, was managing everything in Komodo. I could still start/stop/restart the local docker containers using the Unraid UI but that was it. So I decided to create this plugin (and separate web app as well if that's how you want to roll), that at least replicates some of the unraid management capabilities but for Podman.NOTE: This doesn't actually go through the process of setting up podman itself on your unraid server. But it DOES support all three methods of using Podman (regular podman commands, compose, quadlets). You just need to set up SSH access via keys on each of the hosts you want to manage with this tool. Multi-host Podman container management for UnraidPodman Manager provides a unified dashboard to monitor and control Podman containers across your Unraid server and multiple remote hosts. It connects to each host via SSH and executes Podman commands, exposing the results through a REST API consumed by either the native Unraid plugin or the standalone web application. FeaturesMulti-host dashboard — manage containers across unlimited remote Podman hostsFull container lifecycle — start, stop, restart from the UIManagement method detection — automatically identifies Quadlet (systemd), Docker Compose, and standalone containers with visual badgesQuadlet (systemd) support — proper systemctl-based lifecycle management for Quadlet containersCompose support — identifies Docker Compose-managed containersInline container details — click a container name to expand details (IPs, ports, volumes, networks)Container logs — view logs directly from the UIBulk actions — checkbox selection with bulk start/stop/restartSortable columns — click Container or Host column headers to sortRootful and rootless Podman — supports both modes per-hostSSH-based — no agents to install on remote hosts, just SSH key accessPHP API proxy — works over both HTTP and HTTPS (no mixed-content issues)In-browser config editor — edit config.yaml with syntax highlighting (ace editor)
March 19Mar 19 Author Still waiting on approval for CA apps. However, v2026.03.19.7 is available on Github for direct install. This version adds a widget to the dashboard. Github Page: https://github.com/brdweb/podman-managerRelease Page: https://github.com/brdweb/podman-manager/releases/tag/v2026.03.19.7Direct install from Plugins Page: https://raw.githubusercontent.com/brdweb/podman-manager/main/unraid-plugin/podman-manager.plg
April 25Apr 25 Is there any way to use Podman instead of docker on unRAID? Edited April 25Apr 25 by Chengnan
April 26Apr 26 Author It's possible.... but really wouldn't make sense. At least when using quadlets, which is how and why I prefer Podman over Docker. Since slack doesn't use systemd, neither does Unraid. I am using a debian trixie vm to manage my containers, though I kept everything in the same appdata folders when I ported it over. There's sometimes a hiccup with the vm mounting the data shares.... but I use a systemd automation to see if it's down and then automatically bring it back up mounted properly again.
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.