Etcher is a graphical SD card writing tool that works on Mac OS, Linux and Windows, and is the easiest option for most users. Etcher also supports writing images directly from XZ files, without any prerequired decompression. To write your image with Etcher:
1. You inserted the microSD Card that you prepared in the previous step.
2. You connected your computer to the serial port with the Micro-USB to USB cable.
3. You connected Helios4 to your home network with the Ethernet cable.
4. You plugged-in properly the DC power connector before powering-up the AC adapter.

**Now you can plug-in / power-up the AC adapter.**
## **Step 4** - Connect to Helios4 serial console
### Under Windows
1. [Download PuTTY](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html) and install it on your computer.
2. Setup serial port settings (Speed : **115200** and Flow control : **None**).<br>

3. Select **serial** and click 'Open'.<br>

!!! note
If you computer already has a serial port then COM1 might not be the correct serial line to connect to Helios4. Check this [link](https://tnp.uservoice.com/knowledgebase/articles/172101-determining-the-com-port-of-a-usb-to-serial-adapte) to learn how to determine the right COM port.
### Under Linux (via CLI)
1. Install and launch minicom
> $ sudo apt-get install minicom<br>
> $ sudo minicom -D /dev/ttyUSB0 -b 115200
2. Setup serial port settings<br>
press **CTRL-A O**, then go to menu 'Serial port setup'.
You will be prompted to change the root password and then create a new user account.
**Default credential for OpenMediaVault image**
```bash
helios4 login: root
Password: openmediavault
```
You will be prompted to change the root password.

## **Step 6** - Check/Set IP address
By default Helios4 will try to obtain an IP address via DHCP. To figure out what is the allocated IP address you will need to type the following command in the console.
If you wish to manually configure your IP address refer to the following Debian Wiki [Page](https://wiki.debian.org/NetworkConfiguration#Setting_up_an_Ethernet_Interface).
!!! note
Openmediavault comes with **mDNS** server (Avahi daemon). Therefore if your desktop/laptop runs a mDNS client you can reach the board via the following hostname address : **helios4.local**
## **What to do next ?**
**If you have installed an OpenMediaVault image, refer to the [OMV page](/omv) for further instructions.**
Otherwise you can now connect by SSH to your Helios4 to carry on with your manual configuration.