How can check the simulator's IP and Port?

vardy LG % ares-novacom -D
name deviceinfo connection profile


emulator (default) developer@127.0.0.1:6622 ssh tv

vardy LG % ares-novacom --run “whoami” -d emulator
[Info] Set target device : emulator
ares-novacom ERR! [syscall failure]: connect ECONNREFUSED 127.0.0.1:6622
ares-novacom ERR! [Tips]: Connection refused. Please check the device IP address or the port number
vardy LG %

In this case, how can I check the emulator’s information?

ares-setup-device displays a list of registered target devices. And ares-setup-device -R initializes the list. Thank you.