QNAP install via Docker - No Setup Wizard / Login Credentials Fail

Hi :wave:t3:
I’ve installed Ayon on a QNAP NAS but the first launch doesn’t greet you with the Initial Setup Wizard and the default login credentials fail.

To get this working, we have to overcome a few specific “roadblocks” that caused the previous attempts to fail. Here’s what we’ve been fighting

YAML Configuration Errors

• The Problem: The standard AYON docker-compose file is written for a regular PC, not a QNAP NAS.

• The Conflict: QNAP requires very specific “Absolute Paths” (e.g., /share//ayon instead of just ./ayon). If the paths are wrong, the app starts, looks for its brain, finds nothing, and crashes in a loop.

1 Like

Thank you for that.
let me also link this post here Deploying AYON on True NAS Scale (Requirements for self deploy)