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, type cmd, then click OK;

Command Prompt
  • In the Command Prompt window;

    • Type ping mainsailos.local -4 and press Enter.

    • 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);

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

Last updated