# Cannot connect camera: plan limit reached

When you attempt to connect a Camera Source, you may see the following Unreal Engine notification:

{% hint style="info" %}
You've reached your plan's limit for workstation sessions, check out your plan details and/or upgrade your plan
{% endhint %}

This usually means that one or more workstation sessions are still active on another machine, or that  previous sessions were not properly stopped when the Unreal Engine Editor was closed (for example, the Editor crashed or was terminated from the Task Manager).

To resolve this:

1. Visit  [Workstation Management](https://app.cameratwin.com/dashboard/workstation-management/).
2. Locate any sessions that are still listed as active.
3. From the Session Menu (three-dot menu), select Suspend Workstation for each active session you want to stop.

After suspending the lingering sessions, try connecting your Camera Source again.

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

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


---

# 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://docs.realtwin.org/cameratwin/troubleshooting/cannot-connect-camera-plan-limit-reached.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.
