Troubble installing zigbee2mqtt on new system

I installed this earlier and it works perfectly, but the config file changed when I installed it on another system now.
this is the only thing that is in configuration and I cant make it work

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: {}

someone has an idea?

I tried to set user, password and port. but on mine it looks completely different

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:
base_topic: zigbee2mqtt
user: MQTT
password:
serial:
port: /dev/ttyUSB0
external_converters:
devices: devices.yaml
groups: groups.yaml
homeassistant: true
permit_join: false
advanced:
log_level: warn
pan_id: 6754
channel: 11
network_key:
- 1
- 3
- 5
- 7
- 9
- 11
- 13
- 15
- 0
- 2
- 4
- 6
- 8
- 10
- 12
- 13
availability_blocklist:
availability_passlist:
device_options: {}
blocklist:
passlist:
queue: {}
frontend:
port: 8099
experimental: {}
availability: false
I even reinstalled a brand new home assistant, but its the same.

You have given no useful info like ha installation method, z2m installation method, versions etc etc.

However if you are using the addon for z2m the update to 1.25 introduced a new configuration details.

It was the new versjon for zigbee2mqtt. 1.25

I have that on mine to but mine still works. I followed a guide on YouTube to install it and its not the same…

Is There a guide for the new update?

Hege Helleland

If you followed some guide on youtube, anyones guess what you did wrong.

Have a read here, maybe will help you ?