Hello @michaeltruong,
You should change the ip address in this /var/www/html/index.html
Hope this will help.
function initLinks() { var erpElement = document.getElementById(“erp-app-link”);
if (erpElement)
{
erpElement.href = “http://your varant ip (ie. 192.168.33.10):8069”;
}