Answer for EMS UI Using Domain Name Instead of IP Address
hi MrPepik, You just have to modify the ui.js to not validate an ip address. Just add return true on the first line inside the function checkIp(). We have enforced ip address as an input because the cli is not secure and it is usually hosted on localhost or inside the LAN. Because of that, there is no need for the domain name. Please let me know if it worked out fine on your end…toni
Evostream Staff