diff --git a/unraid-1/basement.template.xml b/unraid-1/basement.template.xml
index 1968b7d..e3950ec 100644
--- a/unraid-1/basement.template.xml
+++ b/unraid-1/basement.template.xml
@@ -49,6 +49,8 @@ Publicly served at https://basement.pq.io via Caddy on classe (reverse proxy →
8080
+ /mnt/user/appdata/basement
+
http://host.docker.internal:3903
__GARAGE_ADMIN_TOKEN__
diff --git a/unraid-1/install.sh b/unraid-1/install.sh
index d00d671..ce69522 100755
--- a/unraid-1/install.sh
+++ b/unraid-1/install.sh
@@ -38,7 +38,7 @@ die() { printf "install.sh: %s\n" "$*" >&2; exit 1; }
[ -d /mnt/user ] || die "/mnt/user missing — is the array started?"
[ -d /mnt/user/s3 ] || die "share /mnt/user/s3 missing. Create it in unraid UI first (Shares → Add Share → 's3', cache:yes recommended), then re-run."
-mkdir -p "$APPDATA/meta" "$DATADIR" "$TEMPLATE_DIR"
+mkdir -p "$APPDATA/meta" "$DATADIR" "$TEMPLATE_DIR" /mnt/user/appdata/basement /mnt/user/appdata/host-agent
# ── garage.toml ──
if [ -f "$TOML_DEST" ] && [ "${FORCE:-}" != "1" ]; then