In windows search CMD and run as administrator to open command prompt.
Check port activity on specific port , this example looks for port 9000
example
netstat -an | find "9000"
Ping to check if kiosk can be seen on network, ip address should display on kiosk screen if connect to LAN or wifi
example
ping 192.168.10.30
Arp command can be used to check mac address is in table for further confirmation device is on network
example
arp -a
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article