> For the complete documentation index, see [llms.txt](https://support.rosysalonsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.rosysalonsoftware.com/rosypay/activating-a-pax-terminal.md).

# Activating a PAX terminal

To connect a PAX device, it will need to be connected to your network and activated in MerchantTrack.

## PAX A920 Pro

### Connect to Wi-Fi

{% stepper %}
{% step %}

## Turn on the terminal

{% endstep %}

{% step %}

## Wait for the Welcome screen

There will be multiple screens that popup during startup – none of these screens require interaction, **do not press any buttons until the ‘Welcome’ screen.**

If you accidentally hit ‘Setup’ in the screenshot above, please hit the ‘Cancel button.’

![](/files/b99025327ec0dc4a9a4001262b38e4b5341d50c2)![](/files/642f00017415def079faf3679aae20ad97f35d97)
{% endstep %}

{% step %}

## Access the password screen

Once you are on the ‘Welcome’ screen, swipe up from the bottom and double tap the arrow button.

![](/files/774548ba2e2502fb1933ce5bd1c64ae67adce66a)
{% endstep %}

{% step %}

## Enter the password

After double tapping the arrow, there should be a screen to input a password. The password will be: `pax9876@@`
{% endstep %}

{% step %}

## Open Settings

Go to the home screen and open the Settings app.

A password prompt may appear; it will be the same password as above.
{% endstep %}

{% step %}

## Connect to the network

Select ‘Networks’ and connect to the Wi-Fi/network you would like.
{% endstep %}
{% endstepper %}

### Connect to Ethernet

{% stepper %}
{% step %}

## Access the Setup menu

From the "Welcome" screen, touch the corners of the device screen in the following order. *When a touch is recognized the device will beep.*

![](/files/046dee9702be36066551cd5375d1ae7ad2773d00) ![](/files/3621ffd7cc720529c13e8b40d4161fc36273e394)
{% endstep %}

{% step %}

## Enter the password

Enter the password "pax12345". Press the green check mark on the keyboard. Press Enter.
{% endstep %}

{% step %}

## Select Host/ECR Communication

Select "Host/ECR Communication" from the Setup menu.
{% endstep %}

{% step %}

## Select interfaces

Check/uncheck the interfaces you want to connect with. Press "SAVE".

![](/files/d921dfa4f8282ebf685c49a86124658c9860cf01)
{% endstep %}
{% endstepper %}

## PAX Aries 8

### Connect to Ethernet

![pax1](/files/51f26eaa0d487498d9bdccfc1065e6d668ce5a6b)![](/files/00c8c089460ee2ddf463272d2a9d9316c6aa600a)

![](/files/0afff579de48cbb81f7e1de129362c0a9b687aac)

{% stepper %}
{% step %}

## Turn on the terminal

{% endstep %}

{% step %}

## Wait for the Welcome screen

There will be multiple screens that popup during startup – none of these screens require interaction, do not press any buttons until the ‘Welcome’ screen.

If you accidentally hit ‘Setup’ in the screenshot above, please hit the ‘Cancel button.’
{% endstep %}

{% step %}

## Confirm the Welcome screen

Please wait until you are at the Welcome screen to continue the steps. This is what the screen will look like:

![](/files/15dd8f13225875a0cddb0a0329a0643826c5cee4)
{% endstep %}

{% step %}

## Access the password screen

Once you are on the ‘Welcome’ screen, swipe up from the bottom of the screen and double tap the arrow button.
{% endstep %}

{% step %}

## Enter the password

After double tapping the arrow, there should be a screen to input a password. The password will be: `pax9876@@`

![](/files/5b1524a9cc0fee2b681ee0d65e6d90929ce2cedf)
{% endstep %}

{% step %}

## Open the Settings app

A password prompt may appear; it will be the same password as above `pax9876@@`

Next, go to the home screen and open the settings app.
{% endstep %}

{% step %}

## Open Ethernet settings

From there, go to “Ethernet.”

![](/files/0ad53a6b98ee53ff00bdc247e32b63eca9f8dee9)
{% endstep %}

{% step %}

## Enable Ethernet and configure DHCP

On the next screen, enable Ethernet in the top right of the screen, followed by selecting “ethernet Configuration” to enable DHCP connection.

![](/files/3ecba40e809f50c91ca7d1578ac3160681009a10)
{% endstep %}

{% step %}

## Save DHCP settings

Ensure to select DHCP and “SAVE”.

![](/files/9743b545ce91a7155faa82d4c6a5fe1881a3c1bb)
{% endstep %}

{% step %}

## Confirm connection

The device should then return Mac address, IP Address etc.
{% endstep %}
{% endstepper %}

## Activate in MerchantTrack

{% stepper %}
{% step %}

## Open MerchantTrack

Navigate in Rosy to Manage > Advanced Settings > Credit Card Processing > Enter MerchantTrack.
{% endstep %}

{% step %}

## Activate a terminal

On your MerchantTrack toolbar, select Terminals > Activate terminal.
{% endstep %}

{% step %}

## Set the terminal manufacturer

Make sure Terminal Manufacturer is set to: PAX.
{% endstep %}

{% step %}

## Select the device model

Select the appropriate Model type from the "Device Model No" drop down.

![](/files/5b8afd8734d8d33bf09bb8f4011921b9412d8031)
{% endstep %}

{% step %}

## Enter the serial number

Enter the Serial Number that can be found on the back of your device.

![](/files/9425ad04882b9ae6b17f255d50c01ef1c090b14e)
{% endstep %}

{% step %}

## Enter a description

Enter a description that will be used as the name of your terminal at checkout.
{% endstep %}

{% step %}

## Activate the terminal

Click the blue Activate button!
{% endstep %}
{% endstepper %}


---

# 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://support.rosysalonsoftware.com/rosypay/activating-a-pax-terminal.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.
