Synology Notes
  • Synology Notes
  • Container Manager
    • Applications
      • Portainer
      • Shlink
      • Nextcloud
      • Home Assistant
        • Matter Server
  • Virtual Machine Manager
    • Virtual Machines
      • Supervised Home Assistant
  • Connectivity
    • DDNS
    • SSH
  • Storage
    • Migrate drives
    • Share NFS folder
  • Appendix
    • A. DSM CLI
    • B. Docker CLI
    • C. Nextcloud CLI
Powered by GitBook
On this page
  • Issues
  • Host network
  • IPv6
  • Assumptions
  • References
  1. Container Manager
  2. Applications
  3. Home Assistant

Matter Server

PreviousHome AssistantNextVirtual Machines

Last updated 5 months ago

Theoretically this guide should work, but as for now is not supported on Docker container! See paragraph below for more details.

  • Create folder /volume1/docker/matter

  • Execute on shell: ln /var/run/docker.sock /volume1/docker/docker.sock -s

  • Container Manager

  • Execute on shell: docker pull ghcr.io/home-assistant-libs/python-matter-server:stable

  • Create new container matter-server

    • Enable auto-restart

    • Network: host

    • Ports Settings:

      • Set local port for 5580 on container, e.g. 5580

    • Volume Settings:

      • /docker/matter -> /data

      • /docker/docker.sock -> /var/run/docker.

Issues

Host network

Matter Server requires to be run on the host network, otherwise you get the Error 0x02000063 when starting Matter.

IPv6

You will get so the Error 0x02000065 when starting Matter.

Assumptions

  • You have installed Container Manager

  • The folder /volume1/docker has been created

  • You know how to access to the DSM shell

References

Matter Server requires IPv6 to work properly, but Synology DSM does not support it on Docker containers! I only managed to get it working for bridge network, using script.

Matter Server
Synology_ContainerManager_IPv6
Come attivare il supporto allo standard Matter su Home Assistant (Italian)