> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.claruswms.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Installing Cloud Print

> Step-by-step guide to installing and setting up Cloud Print for printing documents directly from Clarus WMS.

## Installing Cloud Print

Cloud Print lets you print documents and labels directly from Clarus WMS to your local printers. Follow these steps to install and configure it.

<Steps>
  <Step title="Open Settings">
    From the left-hand menu, click **Settings**, then select **Integrations** to see all available integrations.
  </Step>

  <Step title="Add a new integration">
    Click the **+Add Integration** button. A list of available integrations will appear on the right side.
  </Step>

  <Step title="Select Cloud Print">
    Find **Clarus WMS Cloud Print** in the list and click **+Add**.
  </Step>

  <Step title="Name the integration">
    Enter a name for your new integration (e.g., "Cloud Print Setup"), then click **Save**.
  </Step>

  <Step title="Download Cloud Print">
    On the **Edit Integration** screen, choose your operating system (**Windows** or **Mac**) and download the installer.
  </Step>

  <Step title="Note your username and password">
    The **Edit Integration** screen displays a username and password. Keep these details handy -- you will need them during installation.
  </Step>

  <Step title="Install Cloud Print">
    Open the downloaded setup file, select **Run**, and follow the on-screen instructions.
  </Step>

  <Step title="Log in to Cloud Print">
    After installation, sign in using the username and password provided earlier.
  </Step>

  <Step title="Complete the setup">
    Once logged in, the integration will appear on your **Integrations** screen, confirming that Cloud Print is successfully set up.
  </Step>
</Steps>

<Warning>You will need the username and password from the Edit Integration screen to log in to Cloud Print. If you lose them, you can retrieve them by returning to the **Edit Integration** screen.</Warning>

## Multi-user environments

For servers or machines with multiple logged-in users — such as terminal servers or shared workstations — install the agent as a **Windows Service** rather than a desktop application. This ensures:

* The agent runs regardless of which user is logged in
* All users on the machine get consistent access to the same printers
* The agent starts automatically when the machine boots

<Tip>Install the Cloud Print agent using an account that already has access to every printer you'll need. The agent discovers printers using that account's view, so any printer it can't see at install time won't appear in Clarus WMS.</Tip>

## System requirements

### Supported operating systems

| Platform | Versions                                              |
| -------- | ----------------------------------------------------- |
| Windows  | Windows 10, Windows 11, Windows Server 2016 and later |
| macOS    | macOS 10.14 (Mojave) and later                        |
| Linux    | Ubuntu, Debian, CentOS, RHEL, Raspbian, and others    |

### Hardware

| Resource   | Minimum                       | Recommended                      |
| ---------- | ----------------------------- | -------------------------------- |
| CPU        | 1 core (any modern processor) | 2+ cores                         |
| Memory     | 512 MB available RAM          | 1 GB available RAM               |
| Disk space | 100 MB                        | 500 MB (for print job buffering) |

<Note>The agent is lightweight. Any machine that can run a modern web browser can run the Cloud Print agent comfortably.</Note>

### Network

| Requirement         | Details                                        |
| ------------------- | ---------------------------------------------- |
| Internet connection | Stable broadband                               |
| Outbound ports      | 443 (HTTPS), 6123 (WebSocket)                  |
| DNS resolution      | Must resolve the Cloud Print service endpoints |

For the full endpoint list and the architecture behind the agent connection, see [How Cloud Print Works](/knowledgebase/cloud-print/how-it-works).

<Accordion title="FAQ">
  **Can I install Cloud Print on both Windows and Mac?**

  Yes, Cloud Print supports both Microsoft Windows and Mac operating systems.

  **Can I remove the Cloud Print integration later?**

  Yes, you can manage or remove the integration from the **Integrations** menu at any time.

  **Do I need to install the agent for each user?**

  No. The agent is installed once per machine. For multi-user environments install it as a Windows Service so it's available to everyone on that machine.
</Accordion>
