Matter & Thread

Matter Multi-Admin Explained: Sharing Devices Across Ecosystems

A sleek air quality monitor showing CO2 and other air metrics, ideal for smart homes.
Photo: Tim Witzdam / Pexels

Matter multi-admin is the feature that lets a single smart-home device be controlled by more than one ecosystem at the same time—so the same light bulb, plug, or lock can respond to Amazon Alexa, Google Home, and Apple Home simultaneously, with no single platform acting as "the owner." It works because Matter treats each ecosystem as an equal administrator ("admin") of the device, rather than routing everything through one hub. In practice, you commission the device into your first platform normally, then generate a share code from that platform's app and use it to add the same device to a second or third platform. Each ecosystem then keeps its own direct connection to the device on your local network.

Why Matter needed multi-admin in the first place

Before Matter, sharing a device across ecosystems was usually a cloud bridge stitched together by the manufacturer. If you wanted a smart plug in both Alexa and Google Home, the plug's maker had to build and maintain two separate cloud integrations, and your commands often bounced from your phone to the manufacturer's cloud to the platform's cloud and back. That approach was fragile, added latency, and broke whenever an account link expired or an API changed.

The Connectivity Standards Alliance (CSA), which develops Matter, designed multi-admin to remove the middleman. Instead of each platform relying on a vendor cloud, Matter defines a standard way for a device to hold multiple "fabrics" at once. A fabric is essentially one ecosystem's secure trust domain—your Apple Home is one fabric, your Google Home is another. Multi-admin is what lets a device belong to several fabrics simultaneously while keeping each platform's credentials cryptographically separate.

How multi-admin actually works

When you first set up a Matter device, you commission it: your phone reads the Matter QR code or numeric pairing code, and the device joins your first ecosystem's fabric. That first platform becomes an administrator, but—critically—not the sole owner. Matter builds sharing into the standard, so any admin can invite another admin.

To add a second ecosystem, you don't rescan the original code (that one is typically consumed during first setup). Instead, you open the app you already paired with and ask it to share the device. It generates a fresh, temporary setup code, and you enter that code in the second app to bring that device onto the new fabric. Repeat for a third platform. Each ecosystem stores its own operational credentials, so removing the device from Alexa doesn't disturb its pairing with Google or Apple.

HOW A DEVICE JOINS MULTIPLE ADMINSCommission intofirst app
How a device joins multiple admins

Because each admin holds a direct connection, control stays local. Once shared, Apple Home isn't asking Alexa's cloud for permission to toggle your plug—it talks to the device itself over Wi-Fi or Thread on your home network. That's a big reason Matter control can keep working even when the internet is spotty, a topic we cover in Do Matter Devices Need the Internet to Work?

Setting it up: the general flow

The exact wording and menu location differ by app and change over time, so treat this as the pattern rather than a fixed script. In every current ecosystem, the option to share a Matter device lives in that device's settings inside the app.

  1. 1Add the device to your primary ecosystem using its original Matter pairing code
  2. 2Open that device’s settings in the same app and choose the option to share or add to another service (this generates a new code)
  3. 3In the second ecosystem’s app, choose to add a Matter device and enter the code you were given
  4. 4Repeat from the same primary app to share with a third ecosystem

A few platform-specific notes that hold true at time of writing:

  • Alexa app: look under the device's settings for an option to add it to another Matter service or ecosystem, which produces a share code.
  • Google Home app: the sharing control is in the Matter device's settings, often labeled as linking to additional services or apps.
  • Apple Home app: the device's settings include a "Turn On Pairing Mode" style option that generates a code for other platforms.

For a screen-by-screen walkthrough, see our companion guide, Share a Matter Device Across Alexa, Google & Apple Home.

What multi-admin does and doesn't share

Multi-admin shares control of the device itself—on/off, brightness, lock state, sensor readings. It does not share your automations, room assignments, device names, or routines between platforms. Those live inside each ecosystem separately.

AspectShared across ecosystems?Why
Basic device control (on/off, level, state)YesEach admin talks directly to the device
Live sensor and status dataYesReported by the device to every admin
Device name and roomNoStored per platform; set separately in each app
Automations and routinesNoAutomation engines are platform-specific
Voice assistant behaviorNoEach assistant handles the device on its own fabric

This separation is a feature, not a bug: you can name the device differently in each app and build automations that suit each household member's preferred assistant, all pointed at the same physical hardware.

Common gotchas and limits

Multi-admin is reliable, but a handful of realities trip people up:

  • Fabric limits exist. Matter devices support a finite number of fabrics—often around five—set by the manufacturer. Three ecosystems fit comfortably; dozens do not.
  • Any admin can remove the device. Because every ecosystem is a full admin, deleting the device in one app may unpair it from that fabric only, but an ill-timed factory reset from any platform can force you to start over.
  • Bridges behave differently. Devices exposed through a Matter bridge (like a hub translating Zigbee or Hue bulbs) are shared as a group through the bridge, so sharing granularity depends on the bridge maker.
  • Thread devices still need a border router per ecosystem's reach. Multi-admin handles the trust side, but connectivity still relies on your Thread border router setup being healthy.

When a shared device stops responding in one ecosystem but works in another, the fix is usually to remove it from the misbehaving platform and re-share it, rather than resetting the device. A full reset should be a last resort—see How to Factory Reset and Re-Pair a Matter Device.

Frequently asked questions

Do I need a separate hub for each ecosystem to use multi-admin?

You need whatever controller each ecosystem normally requires—an Echo for Alexa, a Nest/Google device or the Home app for Google, and a HomePod or Apple TV as a home hub for Apple Home, especially for Thread and remote access. Multi-admin doesn't add a hub requirement; it just lets those existing controllers each hold an admin connection to the same device.

Will controlling a device from three apps cause conflicts?

No. Commands are simply sent to the device, which acts on the most recent one. The state (say, brightness 50%) then reports back to all admins, so every app stays in sync. Conflicts only arise if you build competing automations—for example, one platform turning a light on while another turns it off on the same trigger.

Is multi-admin the same as guest access or home sharing?

No. Guest or home sharing (like inviting family to your Apple Home) shares access within one ecosystem. Multi-admin shares the device across different ecosystems, each with its own full administrative rights on a separate fabric.

Does every Matter device support multi-admin?

Multi-admin is part of the Matter specification, so certified Matter devices are expected to support it. The number of simultaneous fabrics and how gracefully sharing works can still vary by manufacturer and firmware. If cross-ecosystem use matters to you, confirm support before buying—our guide on how to tell if a device is Matter-compatible can help.

Sources

Related guides