Zigbee2mqtt don't start

hi, folks.

My first time on HA.
I install and configure MQTT Broker. OK
I install and configure Z2M but it’s don’t start and no show any error log.

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:
  server: mqtt://core-mosquitto:1883
  user: romulloMosquitto
  password: Senh4Mosquitt0
serial:
  port: /dev/ttyUSB0
  adapter: zstack

Only this Log:

[19:12:15] INFO: Preparing to start…
[19:12:15] INFO: Socat not enabled
[19:12:17] INFO: Starting Zigbee2MQTT…
Starting Zigbee2MQTT without watchdog.
Onboarding page is available at http://0.0.0.0:8099/

Could any one help me?

obs.: ZHA works fine. So, I think Sonoff Dongle is OK.
I’m using ZBDongle-P and firmware 20250321.

Are you trying to use ZHA and Z2mqtt with the same dongle?

Are you using a RPI? With mine I have found that if you pull the power from it and do a hard reboot it starts, I had exactly the same problem.

No.
First I tried ZHA and works fine.
Then I installed a new instance of rasbian image for Home Automation.

I’m using a Raspberry PI 3 Model B+.

I turn off the power, change Dongle USB port and the same situation.
No log to help me.

I will try install Rasbian SO clean, and then try to install HA.