> For the complete documentation index, see [llms.txt](https://stellarcasttv.gitbook.io/stellarcasttv-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stellarcasttv.gitbook.io/stellarcasttv-docs/stellarcasttv-iptv-tutorial/dedicated-iptv-devices-mag-avov-dreamlink/how-to-find-your-mac-address-on-iptv-devices.md).

# 🆔 How to Find Your MAC Address on IPTV Devices

***

### 🔹 MAG Box

**Steps:**

1. Turn on your MAG box
2. On the **main screen**, press the **Menu** button
3. Go to **Settings → System Settings → Device Info**
4. Look for **MAC Address (LAN)** or **MAC Address (Wi-Fi)**

> 💡 It should look like: `00:1A:79:XX:XX:XX`

***

### 🔹 AVOV Box

**Steps:**

1. Turn on the box and open the **TVOnline** app
2. Press the **Menu** button on the remote
3. Select **Info** or **Server Settings**
4. Your **MAC address** will be shown near the top

> 🧭 It may also be printed on the bottom of the box itself.

***

### 🔹 Dreamlink Box

**Steps:**

1. Boot up your Dreamlink box
2. Open the **DreamOnline (DOL2 or DOL3)** app
3. Go to **Settings → System Info** or **About**
4. Look for the MAC address listed there

> 🔎 Format should be similar to MAG: `00:1A:79:XX:XX:XX`

***

### ⚠️ Tips

* ✅ Always provide the **LAN MAC address**, not the Wi-Fi one (unless instructed otherwise)
* ✅ Double-check there are no typos when sharing your MAC
* ✅ Do **not reuse** a MAC address already in use by another active device

***

### 🙋 Still Not Sure?

If you can’t find it:

* 📷 Take a photo of the **bottom label** of your device — it’s often printed there
* 📞 Contact **StellarCastTV** Support for assistance


---

# 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://stellarcasttv.gitbook.io/stellarcasttv-docs/stellarcasttv-iptv-tutorial/dedicated-iptv-devices-mag-avov-dreamlink/how-to-find-your-mac-address-on-iptv-devices.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.
