> For the complete documentation index, see [llms.txt](https://docs.screendesk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.screendesk.io/settings/personal-settings/remote-log-out.md).

# Remote log out

Remote logout invalidates all of your active Screendesk sessions at once. Use it when you suspect unauthorized access, have lost a device, or simply want to start fresh.

{% hint style="success" %}
Available on **Plus**, **Pro**, and **Enterprise** plans.
{% endhint %}

***

#### Using Remote Logout

<figure><img src="https://3820804400-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfW6XSzJSKsNyZnOkSJPt%2Fuploads%2FTHn1Xv0Wk3uBugUNsW5R%2FCleanShot%202026-02-05%20at%2021.24.34%402x.png?alt=media&#x26;token=a1a65b20-0825-4491-92da-493cc17258d5" alt=""><figcaption></figcaption></figure>

You can find the button in two places:

* **Profile → Security**, under "Log out from all devices"
* **Profile → Password**, under "Log out from all devices"

Click **Remote logout**, then confirm when prompted. You will be signed out immediately, and any other browser or device where you were logged in will be signed out on their next request.

***

#### What Gets Invalidated

| Invalidated                          | Not affected |
| ------------------------------------ | ------------ |
| All browser sessions on every device | API tokens   |
| Saved "remember me" cookies          | MCP tokens   |

If you also need to revoke API or MCP tokens, do so separately from **Account Settings → API** or **Account Settings → MCP**.

***

#### Frequently Asked Questions

<details>

<summary>Does remote logout disable my 2FA?</summary>

No. Your two-factor authentication settings are unaffected. You will need to enter your 2FA code the next time you log in.

</details>

<details>

<summary>Will I need to log in again on every device?</summary>

Yes. Every active session is invalidated. You will be prompted to sign in again wherever you use Screendesk.

</details>

<details>

<summary>Is the action logged?</summary>

Yes. A `user.session_invalidated` event is recorded in audit logs (Enterprise plan).

</details>


---

# 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:

```
GET https://docs.screendesk.io/settings/personal-settings/remote-log-out.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.
