> For the complete documentation index, see [llms.txt](https://docs.simplebooth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplebooth.com/hardware-and-gear/printing/printer-setup/dnp-wcm-setup.md).

# DNP WCM Setup

How to connect your HALO app with the WCM for the purposes of printing with a [dye-sublimation printer](/hardware-and-gear/printing/printer-recommendations/printers-for-professionals.md).

***

### Initial Setup <a href="#h_649a44193f" id="h_649a44193f"></a>

{% hint style="info" %}
Be sure to have your print server's manual on hand for more detailed information and troubleshooting help should you run into any problems.

<p align="center"><a href="https://dnpphoto.com/en-us/Support/Downloads/Manuals" class="button primary">DNP Manuals</a></p>
{% endhint %}

{% stepper %}
{% step %}

#### Power On

* Plug in and turn on your DNP printer and make sure no error lights are flashing.
* ​Plug the WCM into your printer via USB, then plug the WCM into your power source.
* The WCM will power on and once it boots, will print a test page with information about the WCM hotspot (the local network).
  {% endstep %}

{% step %}

#### **Connect to WCM Hotspot**

* Open your [iPad's WiFi settings](https://support.apple.com/guide/ipad/connect-to-the-internet-ipad2db29c3a/ipados) or scan the QR code from your test print and connect to the WCM hotspot.
* The default password for all new WCMs is: dnp12345 (refer to the WCM manual to change the password).
* If the network doesn’t initially appear, toggle your WiFi off and back on to get it to populate.
  {% endstep %}

{% step %}

#### **Configure Network Settings**

* Open a browser on your iPad and visit [http://192.168.4.1](http://192.168.4.1/). The page can sometimes feel slow to load.
* Tap on the menu bar (top-left), then tap into the network settings.
* Use the dropdown to select your desired network, then enter your password.

You can also simply use the WCM's local network.&#x20;
{% endstep %}

{% step %}

#### **Reconnect iPad to Network**

* Revisit your iPad's WiFi settings
* Select the network linked to your WCM.'
  {% endstep %}

{% step %}

#### **Set Up in HALO App**

* Open the HALO app and navigate to your Prints panel
* Select the connected printer
* Tap "test print" to confirm the connection is established.
  {% endstep %}
  {% endstepper %}

***

{% hint style="info" %}

## Using New Networks

When connecting to a new external network, repeat steps 3–4. For familiar networks, WCM should reconnect automatically.\
​\
Double check your network settings at [http://192.168.4.1](http://192.168.4.1/) if you ever run into trouble printing through a previously established network.
{% endhint %}

***

### Configuring WCM Settings <a href="#h_6fca270305" id="h_6fca270305"></a>

Simple Booth supports our own print formatting settings, which are the primary way to ensure your prints look great. For more details, check out [this article on print formatting](https://help.simplebooth.com/en/articles/670735-how-can-i-make-my-layout-fill-my-prints).

Your WCM also offers additional settings for fine-tuning print output, including adjustments for color, resolution, and formatting.

You’ll rarely need to modify the WCM formatting options—Simple Booth’s settings typically cover everything you need to accomplish.

For more details on advanced adjustments, refer to the [WCM manual](https://dnpphoto.com/en-us/Support/Downloads/Manuals).


---

# 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://docs.simplebooth.com/hardware-and-gear/printing/printer-setup/dnp-wcm-setup.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.
