#2412·encore

unable to set ENCORE_DEVDASH_LISTEN_ADDR on windows machine

Author: samlobaCreated Apr 24, 2026Updated May 11, 2026

You can set the dashboard listen address via ENCORE_DEVDASH_LISTEN_ADDR, e.g ENCORE_DEVDASH_LISTEN_ADDR=0.0.0.0:9400 encore run

Originally posted by @fredr in #1490

This is my script: "dev": "$env:ENCORE_DEVDASH_LISTEN_ADDR=0.0.0.0:9400; encore run --listen 0.0.0.0",

Your API is running at: http://0.0.0.0:4000 Development Dashboard URL: http://127.0.0.1:9400/u5qxm MCP SSE URL: http://127.0.0.1:9900/sse?appID=u5qxm

how to do it correctly?