Deploy CrossWatch on Unraid using the Docker UI.
Unraid makes this easy via the Docker tab.
We do not provide support for installing or troubleshooting container runtimes.
These pages assume Docker (or your NAS container manager) is already installed and working.
If Docker itself is broken, use your platform docs first.
The install guides are provided for reference only.
Unraid with Docker enabled.
An appdata path to persist CrossWatch state.
Do not run without the /config volume. You will lose state when the container is recreated.
/config
Go to Docker → Add Container.
Repository: ghcr.io/cenodude/crosswatch:latest.
ghcr.io/cenodude/crosswatch:latest
Name: crosswatch.
crosswatch
Port mapping:
Container port 8787 → Host port 8787
8787
Add a path mapping:
Container path: /config
Host path: /mnt/user/appdata/crosswatch
/mnt/user/appdata/crosswatch
Add environment:
TZ=UTC
Restart policy: unless-stopped.
unless-stopped
Open http://<unraid-ip>:8787.
http://<unraid-ip>:8787
Docker tab → crosswatch → Force Update.
If state files don’t persist, confirm your /config mapping points to appdata.
appdata
Continue with First-time setup.
Last updated 11 minutes ago
Was this helpful?