Zigbee2MQTT stuck at Starting zigbee-herdsman (0.14.62) and then panId error

Hi, I recently got a new Zigbee coordinator. The SONOFF Zigbee 3.0 USB Dongle with the CC2652P.

Since I previously was running another coordinator stick I decided to boot up a completely fresh VM for this and was going to repair my devices manually (since there aren’t that many at my place).
After setting everything up Zigbee2MQTT just gets stuck at Starting zigbee-herdsman (0.14.62) for a while and then fails with following error:

Here is the logs:

[11:23:37] INFO: Preparing to start...
[11:23:37] INFO: Socat not enabled
[11:23:38] INFO: Starting Zigbee2MQTT...
Zigbee2MQTT:info  2022-10-30 11:23:39: Logging to console and directory: '/config/zigbee2mqtt/log/2022-10-30.11-23-39' filename: log.txt
Zigbee2MQTT:info  2022-10-30 11:23:39: Starting Zigbee2MQTT version 1.28.0 (commit #unknown)
Zigbee2MQTT:info  2022-10-30 11:23:39: Starting zigbee-herdsman (0.14.62)
Zigbee2MQTT:error 2022-10-30 11:24:43: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2022-10-30 11:24:43: Failed to start zigbee
Zigbee2MQTT:error 2022-10-30 11:24:43: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Zigbee2MQTT:error 2022-10-30 11:24:43: Exiting...
Zigbee2MQTT:error 2022-10-30 11:24:43: Error: network commissioning timed out - most likely network with the same panId or extendedPanId already exists nearby
    at ZnpAdapterManager.beginCommissioning (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/manager.ts:347:23)
    at ZnpAdapterManager.start (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/manager.ts:92:17)
    at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:132:29)
    at Zigbee.start (/app/lib/zigbee.ts:58:27)
    at Controller.start (/app/lib/controller.ts:101:27)
    at start (/app/index.js:109:5)

and my config file:

data_path: /config/zigbee2mqtt
socat:
  enabled: false
  master: pty,raw,echo=0,link=/tmp/ttyZ2M,mode=777
  slave: tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5
  options: "-d -d"
  log: false
mqtt: {}
serial:
  port: /dev/ttyUSB0
  rtscts: false

I have no idea what the problem could be any help appreciated!!

Zigbee2MQTT fails to start | Zigbee2MQTT

Zigbee network | Zigbee2MQTT

I guess Zigbee doesn’t like when there are two controllers on the same network with the same pan id.

Setting
pan_id: GENERATE
in /config/zigbee2mqtt/configuration.yaml helped in my case.