– /usr/local/bin/node exits with code 1 (Raspberry Pi 5 + HAOS 18.2)
Description:
Matter Server 9.1.1 fails to start on Raspberry Pi 5 running Home Assistant OS 18.2. The service exits immediately with code 1 right after detecting the network interface.
What I already tried:
• Fresh install of Matter Server (with and without deleting data)
• Disabled Watchdog
• Beta mode (fails to install from npm due to broken Debian keyring, then falls back to the same crash)
• Restored a full backup from 2 weeks ago → same error
• Confirmed IPv6 is set to Automatic on end0
• System has 8 GB RAM with only ~1 GB used (plenty of free memory)
System info:
• Home Assistant OS: 18.2 (aarch64 / raspberrypi5-64)
• Home Assistant Core: 2026.8.1
• Supervisor: 2026.07.5
• Matter Server: 9.1.1
• Hardware: Raspberry Pi 5 (8 GB)
The crash happens even on a completely clean install, so it appears to be an issue with the Node.js binary inside the aarch64 Matter Server 9.1.1 image on HAOS 18.2.
Log (consistent every time):
[xx:xx:xx] INFO: Starting Matter Server…
[xx:xx:xx] INFO: Time sync ‘auto’: host NTP is synchronized, enabling time sync.
[xx:xx:xx] INFO: Using ‘end0’ as primary network interface.
./run: line 219: /usr/local/bin/node: Success
[xx:xx:xx] WARNING: matter-server service exited with code 1 (by signal 0).



