> For the complete documentation index, see [llms.txt](https://support.cloudwaitress.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.cloudwaitress.com/how-to-guides/understanding-printing/setup-printing-via-ethernet.md).

# Setup Printing Via Ethernet

### Steps

1. Physically connect the printer to the network using an Ethernet cable and power it on.
   * On the printer, perform a **self-test / network configuration** print (usually from the printer’s menu).
   * **Write down the printer’s IP address** shown on that printout.
2. On your Windows device open **Control Panel**

<figure><img src="/files/756mGbed3XCm7YuGW0eF" alt="" width="375"><figcaption></figcaption></figure>

3. View **Devices and Printers**

<figure><img src="/files/mKljbcrFsnw4j8FzDdk9" alt="" width="375"><figcaption></figcaption></figure>

4. Click **"Add a printer"**
5. When Windows searches, choose **“The printer that I want isn’t listed.”**
6. In the popup select **“Add a printer using a TCP/IP address or hostname”** and click **Next**.
7. Change **Device type** to **TCP/IP Device**.
8. In **Hostname or IP address** enter the IP address you got from the self-test print. Click **Next**.
9. When prompted for the device driver, choose **Standard** → **Generic Network Card** (or if a specific driver for your model is available, you can install that instead). Click **Next**.
10. On the next screen choose **Manufacturer: Generic** and **Printers: Generic / Text Only**. Click **Next**.

<figure><img src="/files/1rQ496XCjRgaitykO3gx" alt="" width="375"><figcaption></figcaption></figure>

11. If prompted about replacing drivers, choose **Replace the current driver** (or install driver if needed). Click **Next**.
12. Update the **Printer name** to a friendly name (e.g., `Office Printer - Kitchen`) and click **Next**.

<figure><img src="/files/nLpzVUS40Ks8nJMRIx1T" alt="" width="375"><figcaption></figcaption></figure>

11. Click **Print a test page** to confirm the printer is reachable and prints.

* If the test page prints, click **Finish**.

<figure><img src="/files/7MCE8EC5Sv42KFzxm48v" alt="" width="375"><figcaption></figcaption></figure>

We are happy to remotely set up your printer for you. We know this is a step that can trip up many people due to every printer being a bit different. Please get in touch with us if you need assistance.&#x20;

{% hint style="danger" %}
Please email <support@cloudwaitress.com> or use the chat support feature to get assistance managing this feature.
{% endhint %}


---

# 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://support.cloudwaitress.com/how-to-guides/understanding-printing/setup-printing-via-ethernet.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.
