> For the complete documentation index, see [llms.txt](https://doc.engenius.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.engenius.ai/home-cloud-user-manual/managing-devices/managing-clients.md).

# Managing Clients

## Wireless Clients

EnGenius Cloud provides management views that collect information about connected clients in your organization/hierarchy view/network.

Click **Manage** -> **Clients** to access this screen and double-click the organization/hierarchy view/network on the tree to change the scope.

![](/files/-Lju8skc56k2hPjSw_0l)

### &#x20;Filtering the Clients List

The list of clients can be customized based on time intervals, and the chart can be customized based on time intervals and SSIDs. To change these parameters, use the appropriate dropdown menu at the top of the screen.

![](/files/-LjuA1ob2h-Fy2zqUhBB)

### Searching for Clients

&#x20;You can search for a client in the current client list by using the search. You can search by any parameter included in the search options, and it will attempt to match your query across all fields. You can also specify multiple parameters by clicking on the icon in the search box, as seen below:

![](/files/-Lo-eUo7w5DHEP_Z4omC)

### &#x20;Block Clients

This allows you to block clients on the current SSID that clients connected.&#x20;

![](/files/-M3EigZmsMj1OJaFwRhm)

Once you want to unblock clients, please go to **Configure** > **SSID** >  **Access control** to delete the Mac Address from the Block list.&#x20;

![](/files/-M3FHPapzE0LbCORndZo)

### VIP Clients

This allows you to make clients VIP on the current SSID or on Network-wide that clients are connected.&#x20;

![](/files/-MERy-kzotmv-V5zv0vp)

Once you want to delete clients from the VIP list, please go to **Configure** >  **Access control** to delete the Mac Address from the VIP list.&#x20;

### Kick Clients

If you don't want to block clients permanently, you could just kick them so that they can connect again if they want to.&#x20;

![](/files/kyG26zioyCGEBDlzR1vo)

## Wired Client

This will display the clients that are directly connected to the downlink port on switches.&#x20;

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

{% hint style="info" %}
**Must know**

ECS1xxx/2xxx requires switch firmware v1.2.85 or above.

ECS5xxx requires switch firmware v2.2.15 or above.
{% endhint %}

## Gateway Clients

This will display clients that are assigned by the Gateway DHCP server.

You can also see this information regarding the client:

* **MAC Address** - The MAC address of the client device in the packets sent from the device.
* **IP** - Assigned IP address of the client device.&#x20;
* **Hostname** - Host Name of the client device.
* **OS** - Operating System that the device is Running.&#x20;

## VPN Clients

After configuring the client VPN and users are starting to connect, it may be useful to see how many and which client devices are connected to your network. To see connected client VPN devices, navigate to **Manage > Clients > VPN Client**

You can also see this information regarding the client:

* **Name:** the name of the VPN client.
* **VPN IP**: the IP of the VPN client.
* **Remote IP:** the external IP of the VPN client.

## Bluetooth Clients

The **Bluetooth Client** feature in EnGenius Cloud allows you to monitor nearby Bluetooth-enabled devices detected by EnGenius APs.

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

| Column              | Description                                                                     |
| ------------------- | ------------------------------------------------------------------------------- |
| **Favorite**        | Mark important devices with a star for quick reference.                         |
| **Name**            | Shows the Bluetooth device name (if available).                                 |
| **MAC Address**     | The Bluetooth MAC address of the device.                                        |
| **Last Seen**       | The time the device was last detected                                           |
| **Last Seen by AP** | The specific AP that last detected the device. Clickable link to AP detail page |
| **Vendor**          | The manufacturer of the device (if identifiable). Otherwise shown as “Other.”   |
| **RSSI**            | Signal strength indicator.                                                      |


---

# 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://doc.engenius.ai/home-cloud-user-manual/managing-devices/managing-clients.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.
