Configuring WiFi Settings

This section explains the process of configuring your Raspberry Pi to connect to your wireless network. If you are using a hardwired connection on your Raspberry Pi, you can continue to the Finding Your IP Address section.

  • Insert the microSD card that you installed the MainsailOS on into your computer;

  • Once the microSD card is recognized by your computer you should see a 'boot' drive appear in file explorer;

  • In the root of the 'boot' drive look for a file called mainsailos-wpa-supplicant.txt;

mainsailos-wpa-supplicant
  • Edit the mainsailos-wpa-supplicant.txt

  • Edit lines 27 to 30 and remove the # comments from all 4 lines;

  • Enter your SSID (wireless network name) between the quotes on line 28;

    • ssid="YourWifiNetworkName"

  • Enter the password of your wireless network between the quotes on line 29;

    • psk="YourWifiPassword";

Your Wifi SSID and password is case sensitive

WiFi SSID and Password
  • Ensure you SAVE the mainsailos-wpa-supplicant.txt file;

  • Close your text editor;

  • Eject the microSD card from your computer properly;

  • Load the microSD card into your Raspberry Pi;

  • Power-on your Raspberry Pi.

Last updated