> For the complete documentation index, see [llms.txt](https://pellaeon.gitbook.io/mobile-forensics/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pellaeon.gitbook.io/mobile-forensics/smartphones/linkeddevices.md).

# Check Devices Linked to Chat Applications

Many chat applications allow to link another device to the account in order to read and send messages from a computer. It is possible to use that feature to illegitimately get access to the account and messages exchanged by the application, it is thus interesting to check that there is no unknown session or linked devices.

## Signal

Go to the "Linked Devices" submenu in your Settings. You will see a list of connected devices, you can tap on any unknown device in order to disconnect it.

![A screenshot of the settings panel of the Signal messenger, with 'linked devices' selected](/files/uuhGFd9A5ccZu8Pmubz5) ![A screenshot of the settings panel of the Signal messenger, with 'linked devices' selected](/files/s95nlbtbFb2Z0WVe5osW)

## WhatsApp

Go to Parameters (`Settings` in the menu at the bottom) and click on "WhatsApp Web".

You can see here all the web browsers connected to your WhatsApp account.

![A screenshot of WhatsApp, showing that it was last active today at 4:58pm on Chrome on Linux](/files/8BgzryhvHIE7Q9WIQqEr)

## Telegram

On your Telegram application, visit Settings > Privacy and Security > Active Sessions. This page shows you all the active sessions you have with your account, you can tap on any session to terminate it.

![A screenshot of active sessions in the Telegram messenger. It shows sessions in Telegram Web on Chrome on Linux and through a service called \`ilovecrumble\` running on Linux Desktop](/files/mD98zWgzE7PAwT3dx5Nk)

## Wire

On the Wire application, click on your profile and go to `Settings > Devices`. On this page, you can see all the sessions opened for your account, including smartphone applications, desktop applications and web sessions. You can click on any of these sessions and remove the device (you will need your password to do so).

![A screenshot of active sessions in Wire messenger. It shows that Wire is running on a Fairphone and on two other devices: a Google Pixel and a Linux install](/files/23BgVG0mzgeRPOqnJhan)


---

# 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://pellaeon.gitbook.io/mobile-forensics/smartphones/linkeddevices.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.
