> For the complete documentation index, see [llms.txt](https://docs.realtwin.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realtwin.org/cameratwin/troubleshooting/cannot-connect-camera-plan-limit-reached.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.realtwin.org/cameratwin/troubleshooting/cannot-connect-camera-plan-limit-reached.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
