# Emby devices

Emby has a licensing model that limits the number of devices a user can log in to, whether or not those devices are actively in use (25 for a free server and up to 75 with a Premiere subscription). To prevent users from logging into too many devices and consuming all available licenses on your Emby server, Streams Manager allows you to limit the number of devices each user can access.

The Devices screen displays Emby devices, along with the media server each device is tied to, and the user who last used it.

Streams Manager enables you to specify the maximum number of Emby devices a user can log in to per plan. Leaving the value empty will disable device limits.

<figure><img src="/files/nBiOy1SBDw39xlPeY4bj" alt=""><figcaption></figcaption></figure>

By default, Streams Manager will enforce the number of devices users are allowed to use every 5 minutes. As long as a users has used/logged in on less devices than their plan allows, Streams Manager will enable `Allow All Devices` Emby setting for that user so they can login on additional devices.&#x20;

Once a user reaches the number of allowed devices specified on their plan, `Allow All Devices` setting will be disabled in Emby and user will be able to use only existing devices. <mark style="color:red;">**This will prevent users from logging in on any new device.**</mark>&#x20;

If a user exceeds the number of allowed devices, Streams Manager will delete their oldest devices to bring the number of devices in compliance and disable `Allow All Devices` Emby setting. Once a user again drops below the device limit, `Allow All Devices` setting will be enabled again.

These checks and updates are made every 5 minutes.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://streamsmanager.gitbook.io/streams-manager/configuration/emby-devices.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
