I am seraching for a way to Send Client list to server.
So each device connected to the Router via a WiFi or LAN is sendt to http server.
Something like:
Hostname, MAC, IP, connection, VLAN, time
The device name, XX:XX:XX:XX:XX, 192.168.XXX.XXX, [VLAN Number or name], [Time last scaned].
By default, there is no configuration on the WebUI that would allow you to simply do this. However, you may opt for writing a custom script to achieve this setup. Custom scripts are out of technical support scope, so we’re not able to write them for you or help you write one, but you may opt for tools such as ChatGPT or utilize your knowledge of programming.
The command ip neigh show lists reachable/stale devices, their IP addresses/MAC addresses & the interfaces that they’re connected through, however, you may find some other way to collect that specific data.
In this case, you can utilize Events Reporting or Event Juggler to achieve SMS/Email notifications whenever a new Wi-Fi/DHCP/LAN client connects or disconnects.