This is the internal Docker IP, not the actual IP on your network.
# Network
HassOS uses NetworkManager to control the host network.
## Configure network
Only a manual configuration using NetworkManager connection files is supported. Without a configuration file, the device will use DHCP by default. These network connection files can be placed on a USB drive and imported to the host as described in [Configuration][configuration-usb].
## Configuration examples
You can read the [NetworkManager manual][nm-manual] or find many configuration examples across the internet. Keep in mind that the system is read-only. If you don't want the IP address to change on every boot, you should modify the UUID property to a generic [UUID4][uuid]. Inside the `\CONFIG\network\` directory on the USB drive or SD card, create a file called `my-network` and add the appropriate contents below:
### Default
A preinstalled connection profile is provided by default:
```ini
[connection]
id=my-network
uuid=f62bf7c2-e565-49ff-bbfc-a4cf791e6add
This file has been truncated. show original
The over-simplistic CLI is due to the OS that your install method runs on. Its not a full linux distribution like you may be used to. Its has what it needs to run HomeAssistant and that is about it. this is a plus from a maintenance/security perspective but can throw off some users who try to use 'traditional' linux commands.
This may also be of interest.
This guide should no longer be used and has been edited and archived.
HAOS has its own network manager and using nmcli can cause conflicts, causing further issues.
WiFi should instead be configured using the documentation here: Network configuration | Home Assistant Developer Docs
3 Likes