Edit the Hosts File
The `hxehost` IP address is private to the VM. In order for applications on your laptop (like your web browser) to access `hxehost`, add the `hxehost` IP address to your laptop's hostname map.
Overview
Prerequisites
Prerequisites
- Tutorials: You have completed Start SAP HANA, express edition Server
Steps
If you installed the VM installation package to a Windows machine, follow this step to update the etc/hosts file.
On your Windows laptop, navigate to
C:\Windows\System32\drivers\etcIn
Administratormode, openhostsin Notepad. See your operating system Help for information on opening applications in Administrator modeIn a new uncommented row, add the IP address and
hxehost. Save your changes
Spacing is important. Make sure your hosts file in Notepad looks like this image.

> Note:
> If the VM is restarted and assigned a new IP, you'll need to update the Hosts file.
>
>
If you installed the VM installation package to a Mac or Linux machine, follow this step to update the etc/hosts file.
On your Mac or Linux machine, start the Terminal application
Enter the following command:
```bash
sudo sh -c 'echo <hxehost IP address> hxehost >> /etc/hosts'
```
> Note:
> If the VM is restarted and assigned a new IP, you will need to update the Hosts file.
>
>
Resources
Discussion
Share feedback on this tutorial or join the conversation in SAP Community.