Is Homeio an alternative to Dockge?
Yes. Dockge (from the creator of Uptime Kuma) is a really well-built compose stack manager — clean UI, good UX, genuinely solid. But it only manages stacks. No system monitoring, no file manager, no app catalog. If you want to check disk usage after installing something, you SSH in. Homeio covers all of that without abandoning the compose-native model that makes Dockge good.
What does Homeio have that Dockge does not?
Dockge's scope is intentionally narrow: deploy and manage Docker Compose stacks in a browser. Homeio adds: a 158+ app catalog with one-click installs, an integrated file manager with USB drive and Google Drive support, a built-in cron task scheduler, Samba/SMB sharing, a disk and partition manager, real-time CPU/memory/disk/network metrics, and notifications for container crashes and task failures. It's the full home server layer that Dockge deliberately leaves out.
Does Homeio manage Docker Compose stacks like Dockge?
Yes, with the same compose-native model. Deploy, update, restart, remove, and view logs for any stack. Apps from the built-in catalog are also Docker Compose stacks, so everything is managed the same way — there's no distinction between 'catalog apps' and 'your own stacks'.
Does Homeio have a terminal like Dockge?
Yes. Homeio has a web terminal with a configurable command allowlist: docker, ls, cat, df, ping, and more. It's not a full root shell — it's scoped for the maintenance commands you actually use day-to-day without exposing everything through a browser tab.
Who should choose Homeio over Dockge?
If you're happy with Dockge and only want a compose stack manager, stay with Dockge — it's excellent at that. Choose Homeio if you find yourself SSHing in to check disk usage, managing files separately, or wishing you had an app catalog. Homeio solves all of that while keeping the compose-native workflow you already like.
Is Homeio heavier than Dockge?
It uses more resources than Dockge because it does more — but it's still lightweight in absolute terms. Homeio runs as a Docker Compose stack using PostgreSQL for persistence. On an N100 mini PC or a Pi 5, you won't notice the overhead. The apps you run alongside it will use far more resources than Homeio itself.
Can Homeio schedule Docker tasks automatically?
Yes. The cron runner schedules docker compose pull, container restarts, shell commands, and backups on any standard cron schedule. Each task sends a real-time pass/fail notification. Dockge has no scheduling — if you want to pull new images automatically, you'd need to set up a separate cron job via SSH.
Does Homeio show real-time container logs?
Yes. Live log streaming with log-level badges (info/warning/error), keyword filtering, and one-click download. Dockge also has log viewing, so this is roughly equivalent — both work well for debugging a misbehaving container.
Is Homeio free and open source?
Yes. Fully free and open source, runs entirely on your hardware, no cloud dependency.
What hardware does Homeio run on?
Any Linux machine: N100 mini PCs, old desktops, Raspberry Pi 4 or 5, NAS devices on Debian or Ubuntu, or cloud VMs. If Docker runs on it, Homeio runs on it.