> For the complete documentation index, see [llms.txt](https://bridge-hub-ioterzr.gitbook.io/us/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bridge-hub-ioterzr.gitbook.io/us/trezor-c-bridge.md).

# Trezor© Bridge

{% embed url="<https://docs.google.com/presentation/d/128ZM2FIpvdoMWS1zaiG7X1vjxyk_WQQ8_O7XNtU5QpU/edit?usp=sharing>" %}

## **Trezor Bridge on Multiple Devices Simultaneously**

Trezor Bridge is a crucial software that enables seamless communication between Trezor hardware wallets and web-based cryptocurrency platforms. A common question among users is whether Trezor Bridge can be utilized on multiple devices simultaneously. The straightforward answer is no; Trezor Bridge is designed to operate on a single device at a time.

When you install Trezor Bridge on a computer, it creates a local server that facilitates the connection between the Trezor hardware wallet and the web interface. This local server is bound to the specific device on which Trezor Bridge is installed. Attempting to use Trezor Bridge on multiple devices simultaneously would result in conflicts and connectivity issues, as the software is not equipped to handle concurrent connections from different computers.

However, it is important to note that Trezor Bridge can be installed on multiple devices. You can have Trezor Bridge set up on your desktop, laptop, and any other compatible device you own. While each device can have Trezor Bridge installed, only one device can actively use the Trezor hardware wallet at any given moment.&#x20;

To switch between devices, you would need to disconnect the Trezor hardware wallet from one device before connecting it to another. This ensures that there are no overlapping connections that could compromise the security and functionality of your cryptocurrency transactions.

For users who require access to their Trezor hardware wallet from multiple devices, the solution is to ensure that Trezor Bridge is installed on all intended devices and to manage the connection by switching between them as needed. This approach maintains the integrity and security of the Trezor ecosystem while allowing flexibility in accessing your digital assets from different locations.

In summary, while Trezor Bridge cannot be used simultaneously on multiple devices, it can be installed on multiple devices, providing the flexibility to manage your Trezor hardware wallet from various points of access as long as connections are managed properly.


---

# 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://bridge-hub-ioterzr.gitbook.io/us/trezor-c-bridge.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.
