Deploy CrossWatch on QNAP using Container Station.
On QNAP, you’ll typically use Container Station.
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.
QTS with Container Station installed.
A shared folder to persist CrossWatch state.
Do not run without the /config volume. You will lose state when the container is recreated.
/config
Open Container Station.
Create a new container.
Image: ghcr.io/cenodude/crosswatch:latest.
ghcr.io/cenodude/crosswatch:latest
Network mode: Bridge.
Bridge
Port mapping:
Host 8787 → Container 8787
8787
Volume mapping:
Host: your shared folder (example: /share/Container/crosswatch/config)
/share/Container/crosswatch/config
Container: /config
Environment:
TZ=UTC
Restart policy: unless-stopped (or “Always”).
unless-stopped
Open http://<qnap-ip>:8787.
http://<qnap-ip>:8787
Pull the latest image in Container Station.
Recreate/restart the container.
If the container can’t write:
Give the mapped share write permission.
Or set APP_UID/APP_GID to match the share owner.
APP_UID
APP_GID
Continue with First-time setup.
Last updated 11 minutes ago
Was this helpful?