> For the complete documentation index, see [llms.txt](https://help.alternativepayments.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.alternativepayments.io/integrations/accounting-integration-guides/quickbooks-desktop/installing-the-connector-on-multiple-computers-or-a-shared-server.md).

# Installing the Connector on Multiple Computers or a Shared Server

***

If your team needs to access the QuickBooks Desktop connector from multiple machines or a centralized server, you can install the connector on each device by following the steps below. Before getting started, please reach out to our Customer Success team to request your **Connection ID**, which is required to complete the setup.

{% hint style="info" %}
The connector can only be installed on additional computers or accessed by other users via a centralized server *after* the Admin has completed the initial installation.
{% endhint %}

***

Once you have your Connection ID, follow these steps:

1. **Open QuickBooks Desktop on the Computer**\
   Make sure QuickBooks Desktop is open and logged in on the computer where you want to install the connector. If you access QuickBooks Desktop via a centralized server, ensure you log in to QuickBooks Desktop with the same login used for the connector.
2. **Access the Installation Link**\
   Go to this link to begin the connector installation (after receiving the connection ID from our team):\
   <https://link.rutterapi.com/connection/\\[AddRutterConnectionID>]
3. **Download and Install the Connector**\
   Follow the on-screen instructions to download and install the connector starting from step 2.
   * On the initial screen, the company name field will be pre-filled and locked. This ensures you're linking to the same company originally connected and is the expected behavior.
4. **Locate Your Connector Password**\
   Once you’ve reached the "3. Start the Sync" section of the setup page, you’ll find your unique connector password. Keep this password handy if needed for future.


---

# 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://help.alternativepayments.io/integrations/accounting-integration-guides/quickbooks-desktop/installing-the-connector-on-multiple-computers-or-a-shared-server.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.
