New to HA and have just installed on Synology as a VM. Gone through the steps and the VM is running but how do I connect to the web GUI? There appears to be no IP assigned to the VM? Don’t think I missed an install step. Very confused.
Have you tried http://homeassistant.local:8123
Is quite vague, have you looked at this post?
Installation on Synology Virtual Machine Managager - Community Guides - Home Assistant Community
Welcome to Home Assistant! The IP address for your VM isn’t usually shown directly in the console. To find it, check your router’s DHCP client list for a device named “homeassistant” or similar, or look at the network details of your Home Assistant VM in the Synology Virtual Machine Manager. Once you find the IP, connect to the web GUI by opening a browser and navigating to http://<your_vm_ip>:8123
. Ensure your VM’s network settings in Synology VMM are correct and that firewalls aren’t blocking port 8123
. Restarting the VM or your router can sometimes help with connectivity issues.