> For the complete documentation index, see [llms.txt](https://docs.gremsy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gremsy.com/gremsy-tiny-series/lynx/software-configuration/web-setting-app.md).

# WEB SETTING APP

The default IP address of the Lynx & Mainboard is `192.168.144.240`

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

### How to set a static IP address on Windows 10 and 11 <a href="#how-to-set-a-static-ip-address-on-windows-10-and-11" id="how-to-set-a-static-ip-address-on-windows-10-and-11"></a>

**1. Open Settings**\
Press **Windows + I** → click **Settings**.

**2. Go to Network & Internet**\
Click **Network & Internet**.

**3. Select Your Current Connection**

* For Wi-Fi: click **Wi-Fi** → select your connected network.
* For Ethernet: click **Ethernet** → select your active adapter.

**4. Open IP Settings**\
Scroll down → under **IP settings**, click **Edit**.

**5. Change to Manual**\
In the “Edit IP settings” window, select **Manual**.

**6. Enable IPv4**\
Switch **IPv4** to **On**.

**7. Enter Static IP Information**

* **IP address** → type the static IP  (e.g., `192.168.144.3`).
* **Subnet prefix length** → enter `24` (this equals subnet mask `255.255.255.0`).
* **Gateway**&#x20;
* **Preferred DNS**
* **Alternate DNS**&#x20;

**8. Save Changes**\
Click **Save**.

**9. Verify Configuration**\
Press **Windows + R**, type `cmd`, then enter:

```bash
ipconfig
```

Check that your adapter shows the static IP, gateway, and DNS you set.

<figure><img src="/files/2XTvXCX3ocaSR8b6diBn" alt=""><figcaption></figcaption></figure>

#### For Linux, please refer[ here](https://www.freecodecamp.org/news/setting-a-static-ip-in-ubuntu-linux-ip-address-tutorial/)

**Enter the link:** [***http://192.168.144.25:8000***](http://192.168.144.25:8000/) **on your PC/Laptop**


---

# 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://docs.gremsy.com/gremsy-tiny-series/lynx/software-configuration/web-setting-app.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.
