Raspberry Pi Software Configuration Tool
This section explains all of the settings I found important to change on the Raspberry Pi OS using the Raspberry Pi Software Configuration Tool. This section is completely optional, Klipper will work just fine without doing any of the changes listed below.
The subsections contained within this module are:
Loading the Raspberry Pi Software Configuration Tool:
In Windows open a command prompt;
Windows Key + R
, typecmd
, then clickOK
;

In the Command Prompt window;
Type
ssh pi@<ipaddress>
and pressEnter
;

A message will display 'The authenticity of host 'ip address' can't be established…';
Type
yes
and pressEnter
;

You should prompted to enter a password;
The default password is
raspberry
, type the password and pressEnter


You should now be logged into MainsailOS with SSH;

Send a
sudo raspi-config
command, then pressEnter
;

You will be prompted to enter the password;
Type
raspberry
and pressEnter
;

The 'Raspberry Pi Software Configuration Tool' main menu should appear;

Last updated