I have 2 instances of z2mqtt running and one is fine, but one won't start. I'm using the SLZB_06 as a coordinator. Here are the logs from z2mqtt...
[17:41:50] INFO: Socat not enabled
[17:41:50] INFO: Enabled Zigbee2MQTT watchdog with value '1,2,4,8,10'
[17:41:50] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT with watchdog (60000,120000,240000,480000,600000).
Failure page is available at http://0.0.0.0:8099/
[17:49:22] INFO: Preparing to start...
[17:49:22] INFO: Socat not enabled
[17:49:22] INFO: Enabled Zigbee2MQTT watchdog with value '1,2,4,8,10'
[17:49:22] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT with watchdog (60000,120000,240000,480000,600000).
[11-28-2025 17:49:23] info: z2m: Logging to console, file (filename: log.log)
[11-28-2025 17:49:23] info: z2m: Starting Zigbee2MQTT version 2.6.3 (commit #unknown)
[11-28-2025 17:49:23] info: z2m: Starting zigbee-herdsman (6.3.2)
[11-28-2025 17:49:23] info: zh:zstack:znp: Opening TCP socket with 10.0.0.177:6638
[11-28-2025 17:49:23] error: zh:zstack:znp: Socket error Error: connect ECONNREFUSED 10.0.0.177:6638
[11-28-2025 17:49:23] error: z2m: Error while starting zigbee-herdsman
[11-28-2025 17:49:23] error: z2m: Failed to start zigbee-herdsman
[11-28-2025 17:49:23] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[11-28-2025 17:49:23] error: z2m: Exiting...
[11-28-2025 17:49:23] error: z2m: Error: Error while opening socket
at Socket.<anonymous> (/app/node_modules/.pnpm/zigbee-herdsman@6.3.2/node_modules/zigbee-herdsman/src/adapter/z-stack/znp/znp.ts:160:24)
at Socket.emit (node:events:530:35)
at emitErrorNT (node:internal/streams/destroy:170:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at processTicksAndRejections (node:internal/process/task_queues:90:21)```