# Setting Up the Fingerprint Device

You must configure the fingerprint device in the desktop application using its name, IP address, port, and password to establish communication. Follow these steps to setup the fingerprint device

1. Install the Desktop Application:

   * Obtain the Digital HRS biometric desktop software ..
   * Run the installer on your computer, follow the setup wizard, and accept the terms.
   * Launch the app after installation.
   * After installation you will see the  following screen .

   If you have purchased this application then you  will not see this demo screen.&#x20;

   * If not ,then you can continue by the skip button ,where you will get limited features.
   * After skipping or verifying ,you will see the following screen.

   <figure><img src="/files/69iqFIMwaJNF24kEtqk9" alt=""><figcaption></figcaption></figure>

2. Configure Device Settings on the Device (if needed)

   * Power on the ZKTeco device. You have to press the “OK Button" on the Keypad to open this main menu.

   <figure><img src="/files/3JztjKd7Yj69XOFpErle" alt=""><figcaption></figcaption></figure>

   * Navigate to “COMM.”. menu using the keypad.
   * After that you will see the following screen.

   <figure><img src="/files/QhlbKsqKj3PuVqbKt71G" alt=""><figcaption></figcaption></figure>

   * Go to "Ethernet."&#x20;
   * In this you have to see only three things ,IP Address ,TCP COMM.port and DHCP(it should not be on).
   * Set a static IP address (e.g., 192.168.1.201) to match your network.
   * Note the IP address and port (default: 4370) for use in the app.

3. Add Device in the Desktop App
   * In the app, go to "Dashboard" or "Settings" (if it is the first time then often in the Dashboard screen ).
   * Click "Create a Device"
   * Enter:

     * Name: A unique name (e.g., "Office Name or As you like").
     * IP Address: The device’s IP (e.g., 192.168.1.201).
     * Port: Typically 4370 (confirm in manual).
     * Password: Device communication password (default ”0”).
     * Click Add

     <figure><img src="/files/f0lxOVkkiop5RGVbseU3" alt=""><figcaption></figcaption></figure>

     * Once connected successfully you will see the list of devices on your app.

     <figure><img src="/files/zshKOJxDuYAYjRJhKAI9" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If connection fails, verify IP, port, password, and network settings. Ensure the device is powered and on the same network.
{% endhint %}


---

# Agent Instructions: 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://cyclone-nepal.gitbook.io/user-manual-zkteco-fingerprint-attendance/setting-up-the-fingerprint-device.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.
