·  00:00:00  ·  ISSUE #214
ALL SYSTEMS NOMINALRSS ↗
BENCHLOGHARDWARE TESTED · SOFTWARE VETTED · IDEAS ARGUED
Subscribe
LIVE WIRE
14:02HARDWARERumor: RTX 5060 Ti 16GB refresh lands in March13:47SOFTWAREObsidian 1.10 beta adds a native sync-conflict view13:20GUIDESAWS cuts Graviton4 on-demand pricing by 9%12:58TALKSWe archived Carmack's 3-hour VR keynote, timestamps included11:31EDITORIALReader poll: 68% of you still run Windows 1010:14HARDWAREBench update: six NAS drives through a 72h stress test09:48GUIDESKubernetes 1.33 released: sidecar containers go GA09:02SOFTWARETailscale 1.80: what actually changed for homelab users08:40FEEDWeekly digest #214 is out for subscribers22:15HARDWARELG's 32″ 4K OLED measured: better than its own spec sheet14:02HARDWARERumor: RTX 5060 Ti 16GB refresh lands in March13:47SOFTWAREObsidian 1.10 beta adds a native sync-conflict view13:20GUIDESAWS cuts Graviton4 on-demand pricing by 9%12:58TALKSWe archived Carmack's 3-hour VR keynote, timestamps included11:31EDITORIALReader poll: 68% of you still run Windows 1010:14HARDWAREBench update: six NAS drives through a 72h stress test09:48GUIDESKubernetes 1.33 released: sidecar containers go GA09:02SOFTWARETailscale 1.80: what actually changed for homelab users08:40FEEDWeekly digest #214 is out for subscribers22:15HARDWARELG's 32″ 4K OLED measured: better than its own spec sheet

04 / SoftwareReviewInfra

Full review — three-week desk test

Portainer CE: The Docker GUI homelabbers actually keep installed.

Containers, stacks, volumes, and RBAC without memorizing every docker flag. CE is free; Business Edition adds SSO and governance. We ran CE against a Compose-heavy homelab for three weeks.

8.4 / 10Infra#homelab#servers#open-source2.27 · 29 Aug 2026ALL PLATFORMS (AGENT/DOCKER)CE FREE · BE FROM ~$5/MO
Written byTarique AnowarFounder & Editor · Editorial Desk
Published29 Aug 2026
On this page ▾
  1. 00 · The verdict
  2. 01 · What we tested
  3. 02 · Where it wins
  4. 03 · What still annoys us
  5. 04 · Should you switch?
  6. 05 · How we score software
  7. 06 · The alternatives
00

The verdict

Compose in git, day-to-day ops in Portainer — a sane split.
8.4Score · out of 10
Benchlog software desk

Not everyone wants to live in docker compose logs on a headless box. Portainer gives you a clean web UI for containers, stacks, images, volumes, and users — especially useful when more than one human touches the lab.

We ran Portainer CE in front of a Docker host packing ~15 Compose stacks (media, monitoring, backups). CE covered daily ops; BE's pitch (SSO, tighter governance) never became necessary for a household lab.

01

What we tested

Deployed Portainer CE as a container, connected a local environment plus one agent endpoint, managed stacks from git-synced Compose files, and handed a family member limited access to restart a single stack.

  • Deployed via official Portainer CE container on the Docker host
  • Imported existing Compose stacks; verified volume/network visibility
  • Used console/logs to debug a failing container without SSH
  • Created a restricted user for non-admin restarts
  • Compared "click ops" temptation vs keeping Compose in git as source of truth
TERMINAL · PORTAINER CEbash
docker volume create portainer_data
docker run -d -p 8000:8000 -p 9443:9443 \
--name portainer --restart=always \
-v /var/run/docker.sock:/var/run/docker.sock \
-v portainer_data:/data \
portainer/portainer-ce:latest
02

Where it wins

Visibility. Seeing stacks, health, and logs in one place beats SSH archaeology for routine restarts.

Access control. Even CE's basic users help when the lab isn't single-admin anymore.

Low ceremony. One container, TLS UI, done — no Desktop license on the server.

Pull

Portainer is perfect until you start using the UI as your only source of truth — keep Compose in git.

03

What still annoys us

AnnoyanceSeverityNotes
Click-ops drift vs gitHigh if undisciplinedUI to inspect; git to define
BE features gated for orgsMediumFine for homelab CE
Kubernetes features deeper in BEMediumk9s may be better K8s UX
Exposed UI is an attack surfaceHigh if publicKeep behind Tailscale
04

Should you switch?

If you…Verdict
Run many Compose stacks at homeInstall CE
Already happy with SSH + ComposeOptional luxury
Need SSO/LDAP for a teamEvaluate Business Edition
Are Kubernetes-firstPrefer k9s / proper dashboards
05

How we score software

Score bars map to lived questions: features you actually used, day-to-day snappiness, threat-model honesty, price vs capability, ecosystem coverage, and how long until the tool felt invisible.

Portainer CE stays in our lab compose file. It earns its CPU cycles every time someone needs logs without memorizing container IDs.

06

The alternatives

Honesty requires alternatives. Depending on how your brain is shaped, one of these may be the right call instead.

The writer
Written by

Tarique Anowar

Founder & Editor · Editorial Desk

Builds Benchlog from the bench: hardware logs, software installs, and guides written after living with the stack — not the press kit.

T. Anowar

The Sunday Bench Report

96,400 READERS · ZERO TRACKING PIXELS · UNSUBSCRIBE IN ONE CLICK