How to setup OctoPrint / OctoPi to work on wi-fi

Out of the box, OctoPrint / OctoPi works with ethernet, but to run it over wi-fi, you need to make a few simple changes. So let’s get started:

Step 1

Connect your OctoPi Micro SD card to your computer.

Step 2

Find the octopi-wpa-supplicant.txt file, and open it in Notepad++.

DO NOT OPEN THIS IN NOTEPAD
Notepad doesn’t take into account the line spacing being different on Linux, and it will break your installation.

Step 3

Find the WPA/WPA2 secured section, and add your wi-fi name and password, as shown in the example below:

## WPA/WPA2 secured
#network={
#  ssid="mywifi"
#  psk="mypassword"
#}

Step 4

Check the country selection is good, as per the below, but for the country you are in. Just comment out the wrong ones with a # and remove the hash on your country.

# Uncomment the country your Pi is in to activate Wifi in RaspberryPi 3 B+ and above
# For full list see: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
country=GB # United Kingdom
#country=CA # Canada
#country=DE # Germany
#country=FR # France
#country=US # United States

Step 5

Save the changes, eject the memory card, add it to your Pi and start up your device.

You should now be able to view it via http://octopi.local

1 Comment

Leave a Reply

Your email address will not be published.


*


This site uses Akismet to reduce spam. Learn how your comment data is processed.