Finding Your IP Address
This section explains the process of determining the IP Address of your Raspberry Pi used to connect to the MainsailOS web user interface (WebUI).
In Windows open a command prompt;
Windows Key + R
, typecmd
, then clickOK
;

In the Command Prompt window;
Type
ping mainsailos.local -4
and pressEnter
.If you configured your SSID and Wifi Password correctly in the previous step, the ping should return an IP address like the screen shot below (your IP may differ);

Take note of the IP address that is returned, you will need it to configure the next steps;
Last updated