PANE

Home Server Docker Setups Break When Beginners Touch Them

Individuals with limited experience are encountering significant challenges in setting up and maintaining their own home servers, often involving Docker, virtualization, and various self-hosted applications. They're seeking guidance on best practices, troubleshooting issues, and simplifying access for family members. The learning curve and technical hurdles are proving overwhelming.

creator-economyproductivitylinuxdockerself-hosting
FIT
0%
SIGNAL
77%
SOURCES60
FRESHEST POST6H AGO
TRACKED SINCE148D AGO

SOURCES (60)

I used to use docker compose, but now I just manage podman with systemd services.

r/selfhosted6h ago

Running docker in windows/macos it’s a pain in the ass sometimes. The best combo it’s VM + docker.

r/webdev10h ago

Hi! I am new to self hosting and have been using unraid for a NAS and some services I use. I got my boyfriend on my tailnet and might want to have family able to access a few services on LAN so now I’m thinking about that. Originally I’d just connected the whole box to Tailscale and was going to the Tailscale device address + LAN port each service was exposed on my network, but I see in the container settings Theres a Tailscale option from an extension I installed that would allow me to install

r/selfhosted11h ago

Before Submitting [x] I searched open and closed issues and discussions for an existing report. [x] I checked whether this is already fixed on the dev branch or latest source. [x] I understand that maintainers want a well written issue before any code pull request. [x] I am using the latest available version of Open WebUI for my install method. [x] This is not a security vulnerability. Installation Method Docker Open WebUI Version v0.11.3 Operating System Windows 11 Browser Firefox 154.0 Ollama

GITHUB11h ago

If the image is built on the same VM, rebuild then redeploy the stack through Portainer’s API or webhook. Just keep versioned tags too so rollback stays easy

r/selfhosted1d ago

Hey friends! I'm running a modest home lab and I've been using portainer to manage containers. I know they offer the business edition free for 3 nodes but now I'm at 5 (Synology, pi, and some mini pcs). With AI being what it is, I'm enjoying building small apps that solve specific problems for me. I'm deploying them as docker apps. My issue is that my AI agent is pushing commits to forgejo, which then builds a new container for my app, but portainer doesn't allow for pull

r/selfhosted1d ago

**Network tab "Loading interrupted" – ap.ghost.org returning 403 on self-hosted Ghost (Synology/Docker)**

FORUM1d ago
Source preview · reddit.com

submitted by /u/Such_Mulberry2517 [link] [comments]

reddit.com1d ago
Source preview · reddit.com

submitted by /u/Such_Mulberry2517 [link] [comments]

reddit.com1d ago

So I've been playing around with this for a bit and I've been automating things into a FreeCAD docker container. Works great, except I would love to have the RPC server automatically start as soon as the container starts. As it is now I first need go to the FreeCAD UI to set the RPC server to autostart. That gets saved into a file in the FreeCAD user directory...which is a very inconvenient location to automate. Can the FreeCAD mod (also) honour an environment variable to start the RPC server?

GITHUB1d ago

I wanted a whole home media server / network for Live TV, music and movies, so I used Chat GPT to walk me through it. It told me step by step how to install Docker Desktop, Dispatcharr, Tailscale, and my IPTV and Jellyfin onto my Windows PC and use it as my server for everything. It's become my personal IT technician hands down. submitted by /u/No-Area9329 [link] [comments]

r/ChatGPT2d ago

Using it, and it does have an interactive shell from the Web ui. Inside a container page there is a button "terminal" which let you open a terminal with an available shell of the container

r/selfhosted2d ago

What you mean about IA don't you know about Marius hosting and tutorials? Even if I understand docker it's my own personal data and I preferred to ask here instead of Claude to have tips and not lose anything. So please stop, you are the worst kind of person in the IT world and you are helping no one apart from your own self-pleasure of criticism. Plus this particular way of install is way before IA existed in the Marius hosting world. So much obliged and go look for someone else to bull

r/selfhosted2d ago

First time using Docker. I am having a hard time nailing down a config mapping issue using Docker on a RPi4. I am using the latest Trixie and I was successful in getting HA setup using a Docker container except for the …

FORUM2d ago

If the address book is the main feature you are missing, you do not necessarily have to replace the official OSS server with a third-party hbbs / hbbr fork. There is now a small unofficial self-hosted project that adds the account and address-book backend separately: https://github.com/admiraldaro/rust-book Rust-Book runs alongside the regular OSS hbbs and hbbr services. They still handle the RustDesk connections, while Rust-Book provides account login and synchronizes a legacy address book thro

r/selfhosted2d ago

Make sure that your /apps folder is still a mounted named volume in Docker, otherwise you'll have angry customers who lose their DB at container reboot

r/selfhosted2d ago
Source preview · reddit.com

I'm very happy with gitops argocd and k3s, works wonders

reddit.com3d ago

Hello,, I am new to self-hosting but have been at it for about 3 weeks now. I am currently hosting about two dozen services mostly for self-use on a Raspberry Pi at home. I access it remotely via a VPS running Pangolin, Traefik, and Gerbil. I have tried to harden system in every way possible but I am new to selfhosting so appreciating the help of the community. AI has been very helpful in making me hard faster but I am still not sure I am doing everything right. I list what so far I have done: P

r/selfhosted3d ago

I don't quite understand the attach to a container part. I mean, why not put the config into a yaml on your disk, mount it so Dockhand can see it, and then just adopt/import the yaml files? Just stop/delete the existing container and recreate it using the above method? What am I missing?

r/selfhosted3d ago

I went through the docs of 10 Docker web UIs (Portainer, Dockge, Dockhand, Arcane, Dokploy, Coolify, Komodo, Runtipi, Rancher, Stacker) looking for one thing: which actually support rootless Docker? Anyone actually running these against a rootless daemon? What broke?

HN3d ago

I am very familiar with portainer and docker compose, but recently I felt like portainer is a bit too much for what i need. And i dont really like that i dont have the compose files easily accessible on harddrive. Now im looking for a simoler tool, that accommodates my needs. - It does not need to support multiple hosts. I only have one. - it must be able to manage vonpose stacks and single containers. - I really need to be able to attach to the container interactively. Preferably with the log s

r/selfhosted3d ago

Yes, I think so. I am managing Dispatcharr using Dockhand and when I use the terminal in the Dispatcharr container I am able to go to the folder "VODS" and create file there myself. "id" returns the following: uid=0(root) gid=0(root) groups=0(root) so it looks like the container is running as root. However when I run the "Generate" action it still returns the following error: Folder creation error: [Errno 13] Permission denied: '/VODS/Movies' I have tried cr

r/selfhosted3d ago

Hi, all my containers are currently running in Docker via docker compose. I want to try moving from Docker to Podman to learn something new and for the security benefits. However, the problem is that I'm running Ubuntu 24.04 arm64 machine. The podman package from `apt get` command is outdated and installing it from `homebrew` gets me the latest version, but I found a lot of problems when running the `podman` commands because of unmet dependencies. Does anyone successfully moved from Docker t

r/selfhosted4d ago

Instead of a global systemd service running as your user, you can use a systemd user service. You need to enable login linger for your user so that user services start on system boot: $ loginctl enable-linger $USER The systemd service file is: ``` ~/.config/systemd/user/llama-swap.service [Unit] Description=llama-swap Wants=network-online.target After=network-online.target [Service] set this to match your environment ExecStart=%h/.local/bin/llama-swap --config %h/LLM/llama-swap/config.yaml Resta

r/LocalLLaMA4d ago

Check out hamphh/dockge:latest for a drop in replacement that shows visually when an update is available

r/selfhosted4d ago

While the majority of auto updates are great, this ends when you get to a breaking change if using the latest tag. Please update containers responsibly or risk losing data if you don't have proper backups

r/selfhosted4d ago

hamphh/dockge container gives you an update button when the container can be updated. I still use diun to notify me when they are available.

r/selfhosted4d ago
Source preview · reddit.com

Which forks do you recommend? What are the most feature full ones

reddit.com4d ago

The desktop version phones home for some tools, stick with the docker web app if you want everything local.

r/selfhosted4d ago

What \ docker/compose/docker compose.hybrid.yml\ does not exist anywhere in the tree (\ find . iname docker compose.hybrid.yml\ returns nothing), but 13 tracked files still invoke or document it, including \ run agent.sh\ (the root entrypoint) and \ autobot\ (a CLI wrapper): \ \ \ .claude/agents/documentation engineer md.md QUICK REFERENCE.md autobot autobot infrastructure/shared/scripts/check ai stack health.sh autobot infrastructure/shared/scripts/deploy autobot.py autobot infrastructure/share

GITHUB4d ago

Easiest way is probably from the terminal/konsole. You can navigate to where the data is by using "cd" so for example " cd /home/docker/Minecraft" and then you can do "sudo rm -rf /data" and that will delete the data folder in "/home/docker/Minecraft and all sub files and folders. Just be 300% sure that you're in the right place as you can't undo that.

r/selfhosted4d ago
Source preview · reddit.com

I fixed it. I deleted the old stack and container, remade the stack, moved the compose file into a different folder, and it works again. Fortunately I had no data on it…

reddit.com4d ago
Source preview · reddit.com

That's perfect! That should help

reddit.com5d ago

uh, podlet? but yes it works very crookedly. I also migrated from cumpose to quadlet, I just opened the documentation and manually rewrote the files - it's actually not that difficult. https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html#container-units-container

r/selfhosted5d ago

Hi, firstly I’m quite a noob at all things HA so apologies in advance. I have HA container running on my Synology NAS. Have previously been using a Harmony Hub and had scripts setup in HA to run activities / add to App…

FORUM5d ago

Komodo is great. I tried to migrate from portainer to dockhand, but dockhand does not have image building capabilities so I went to Komodo. I definitely feel like I won't be changing anytime soon.

r/selfhosted5d ago

I'm trying to decide which one to use for managing my Docker containers. I'd be interested to hear from people who have actually used both. What do you like or dislike about each one? submitted by /u/gordonx2026 [link] [comments]

r/selfhosted5d ago

Is your feature request related to a problem? Please describe. The current implementation of the per container allowlist only works in network mode https://github.com/wollomatic/socket proxy setting up per container allowlists I want to use it with a unix socket! https://github.com/wollomatic/socket proxy using a unix socket instead of a tcp listener Describe the solution you'd like I'd like to use docker labels to configure allowlists per container even in unix socket mode, in the way that Trae

GITHUB5d ago

The integration with homepage and keeping track of outdated containers is what made me switch from portainer.

r/selfhosted5d ago
Source preview · reddit.com

Komodo Gitops

reddit.com5d ago

Is there an existing issue for this? Yes, I searched. The closest is 13460 (host IP binding for Aspire.Hosting.Docker compose publishing), but that is about publish output, not the local run experience. Describe the bug When running locally on Windows, Aspire publishes container ports bound only to 127.0.0.1 : For comparison, Testcontainers publishes the same image on the same machine as: This single address binding leaves no fallback path. On a host where IPv4 loopback port forwarding is broken

GITHUB5d ago

Docker Desktop is actual horseshit compared to CLI Most stuff is horseshit compared to CLI once you get good at that application on the command line. The benefit of GUI is just standardizing interfaces for common things. If you need to learn a bunch of highly specific crap you might as well learn it in the format the program actually uses instead of an abstraction of that format.

r/selfhosted5d ago

I regularly use my instances api with both a custom dashboard for status and MCP server. I haven't had any issues with V2 I run some containers in production and my customers have an internal up/down dashboard page that shows status(Healthy/Unhealthy,Uptime,Version) along with a host of other status data. My side of it can grab the logs and each server's full status.

r/selfhosted5d ago

Do you write your own CRDs or helm charts or depend on some community managed ones?

r/selfhosted5d ago

My take: the UI should remain an operations layer, with the config files as the source of truth. I'd rather get an update notification and change a pinned image tag myself than have unattended updates quietly rewrite the running system. Recovery is the real test: could those folders and a documented data backup rebuild everything on a fresh machine? If not, the UI may be hiding the underlying problem.

r/selfhosted5d ago
Source preview · reddit.com

Yep me too

reddit.com6d ago

I'm mostly using docker compose at the command line. The thing I struggled with in Portainer was that all the compose/env files for the stacks were stored in versioned, arbitrarily named subdirectories in the portainer volume; if the volume wasn't a bind mount, I would have had to navigate into some ungodly directory as root to actually modify the files outside of Portainer. I had a similar problem in Dockhand (which I have running, but don't use much): I add secrets in Dockhand and

r/selfhosted6d ago
Source preview · reddit.com

Dockman and Diun

reddit.com6d ago

Glad I'm not the only one who has this - Docker Container manager extension, plus a workspace for the proxmox server and aliases configured for all the frequent things so I don't have to remember container names, ports and numbers etc. I tend to not overrely on AI, but I have found the agent quite useful when I am trying to diagnose issues with it and search logs too. That works well for me, but YMMV.

r/selfhosted6d ago

Yes! Command line + aliases is the leanest for me, but my needs are minimal and not pro, just the usual Proxmox, Nextcloud, Arr etc stacks with Mealie, Matrix etc... for more complex deployments agents etc are probably needing GUI tools. But otherwise i just dckup or dckupdate dcklist dkcports etc as aliases for all the longer commands (trying to remember them is a pita, but for engineers it might be good for plasticity to remember them haha)

r/selfhosted6d ago

A game changer for me was learning about how to configure aliases in bash or zsh etc. It's not for everyone, but I ended up just having a VSCode workspace for the server and set up a bunch of aliases for common tasks. I moved to Linux and set up a server at the same time, and it took a good year to get that muscle memory (think about it like learning guitar etc... practice, doing runs and scales etc until it gets easier).

r/selfhosted6d ago

honestly, once you get familiar with it, the CLI is pretty easy - it can be a learning curve but stick at it. I know it's probably a weird setup, but I just have VSCode with Container manager and login there. If I need to troubleshoot I have the agent help, and it works well for me. But I rely on it less and less over time. I initially started on Portainer, then Dockge but now find the VSCode setup the easiest. Just turn off Watchtower so it doesn't index your whole server *cries*. One t

r/selfhosted6d ago

I see that I'm a little bit late to the party but I switched from portainer to dog hand a couple months ago and absolutely love it. I used to have a separate container for logs and I don't need that anymore. Hopefully they add Port searching soon so I can also get rid of dockpeek as well

r/selfhosted6d ago

Hello all. I have setup ntfy using docker compose. I am currently trying to set up notifications for Dockhand. I went into the Dockhand settings and created a channel but its not overly easy to understand what I am doing. I put in "ntfy://DockHand" as my webhook and picked the system events I wanted. I am having trouble subscribing to any topics though. If I open the page in my browser, it complains about not being https and then if I try to subscribe, it says user not authenticated bu

r/selfhosted6d ago

I have a 2015 MacBook Pro that I almost never used, so I turned it into a server with Arch (BTW), I already installed SearXNG and Jellyfin. Please give me your recommendations on projects to replace crappy corporate products (e.g. Canva, google, netflix) with self hosted and private options submitted by /u/reapvxz [link] [comments]

r/selfhosted6d ago

I use a combination of Ansible roles for managing Podman quadlets, and Prometheus/Loki/Grafana for monitoring. As much as I love compose files, quadlets integrate so nicely with systemd I can’t go back.

r/selfhosted6d ago

That’s pretty much what I was thinking too. Thanks for the feedback, it helps confirm Dockhand is probably the better fit for me.

r/selfhosted6d ago

I've been using Portainer for a few years and have been trying dockge for some time. And I recently, in the past few months, started migrating everything to Dockhand. I decided against dockge because it hasn't had a release since March 2025. That's not to say it isn't still being developed. I still see some commit activity from this year, but I have no idea what the roadmap for it looks like. Compared to dockge, Dockhand has way more features, and it looks and feels more polished

r/selfhosted6d ago

Because your question is one that you should know if you have self hosted before. And doubly needed if you want to host a nas on the same machine as everything else. Nixos is great. I still use docker with it so I can try new distros and I'm not married to Nixos. I also only use nix pkgs for cli tools and flatpak for GUI tools. They work better, have less issues and receive updates faster.

r/selfhosted6d ago

After my previous post, I saw a lot of recommendations and I’m currently trying a few of them, but I’d like to get a more focused opinion from the community on the best real alternatives to Portainer. I’ve been using Portainer for a while, and for monitoring containers, checking logs, restarting services or cleaning up old images/volumes, it does the job really well. Where it fits me less is that I prefer keeping my services as actual docker-compose.yml files in their own folders and managing th

r/selfhosted6d ago

SOLUTION LANDSCAPE

Brought to you byTop Sectors

A Player feature.See how many ways this pain can be solved, who's already building, and where the gaps are.