# 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:

* [Changing the Default Password](https://sean-dearing.gitbook.io/klipper-installation-for-anycubic-vyper/setting-up-your-raspberry-pi/raspberry-pi-software-configuration-tool/changing-the-default-password)
* [Changing the Hostname](https://sean-dearing.gitbook.io/klipper-installation-for-anycubic-vyper/setting-up-your-raspberry-pi/raspberry-pi-software-configuration-tool/changing-the-hostname)
* [Changing the Localisation Options](https://sean-dearing.gitbook.io/klipper-installation-for-anycubic-vyper/setting-up-your-raspberry-pi/raspberry-pi-software-configuration-tool/changing-the-localisation-options)

Loading the Raspberry Pi Software Configuration Tool:

* In Windows open a command prompt;
  * <mark style="color:red;">`Windows Key + R`</mark>, type <mark style="color:red;">`cmd`</mark>, then click <mark style="color:red;">`OK`</mark>;

![Command Prompt](https://3358793419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEUZ4ecqSLgI2D4esAcVS%2Fuploads%2FHTARrdUryoNobBrlO02j%2F1.png?alt=media\&token=614d962d-beda-40da-9433-3453dad76859)

* In the Command Prompt window;
  * Type <mark style="color:red;">`ssh pi@<ipaddress>`</mark> and press <mark style="color:red;">`Enter`</mark>;

![ssh pi](https://3358793419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEUZ4ecqSLgI2D4esAcVS%2Fuploads%2FCDGLXIjSsGdfG1tl1xLn%2F2.png?alt=media\&token=3cd59230-d045-4acb-bccf-bb036321e88b)

* A message will display 'The authenticity of host 'ip address' can't be established…';
  * Type <mark style="color:red;">`yes`</mark> and press <mark style="color:red;">`Enter`</mark>;

![Authenticity](https://3358793419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEUZ4ecqSLgI2D4esAcVS%2Fuploads%2FI6h2hGFzEpr66OzIJqpK%2F3.png?alt=media\&token=b42559ad-2d85-46f5-9511-78054046b4dd)

* You should prompted to enter a password;
  * The default password is <mark style="color:red;">`raspberry`</mark>, type the password and press <mark style="color:red;">`Enter`</mark>

{% hint style="info" %}
While entering the password it will not show the characters being entered in the command window.&#x20;
{% endhint %}

![Password](https://3358793419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEUZ4ecqSLgI2D4esAcVS%2Fuploads%2FT4bEhigt8zEtzV1gthva%2FPi1.png?alt=media\&token=e89af6c7-cf84-4ddd-a59d-81b4824cada4)

{% hint style="info" %}
Sometimes the ssh connection will close after after accepting the 'fingerprint' during the step above.  If this happens just re-establish the connection;

* Type <mark style="color:red;">`ssh pi@<ipaddress>`</mark> and press <mark style="color:red;">`Enter`</mark>;
* Type <mark style="color:red;">`raspberry`</mark>for the password and press <mark style="color:red;">`Enter`</mark>
  {% endhint %}

![Connection Closed](https://3358793419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEUZ4ecqSLgI2D4esAcVS%2Fuploads%2FVk3zHE5NdUt8Nnk8r3c8%2F4.png?alt=media\&token=0eb83cad-b4fc-4481-bd71-842764c236c6)

* You should now be logged into MainsailOS with SSH;

![MainsailOS](https://3358793419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEUZ4ecqSLgI2D4esAcVS%2Fuploads%2Fn61bqdsWQno2x1eR7qAF%2F6.png?alt=media\&token=3a2939ec-f63c-4c0c-9281-a3387690993a)

* Send a <mark style="color:red;">`sudo raspi-config`</mark> command, then press <mark style="color:red;">`Enter`</mark>;

![sudo raspi-config](https://3358793419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEUZ4ecqSLgI2D4esAcVS%2Fuploads%2Ff6ikQSSYGc1J2QKFd9db%2F7.png?alt=media\&token=d9cc097c-fdca-4d79-9f09-bde1a41badee)

* You will be prompted to enter the password;
  * Type <mark style="color:red;">`raspberry`</mark> and press <mark style="color:red;">`Enter`</mark>;

![Password](https://3358793419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEUZ4ecqSLgI2D4esAcVS%2Fuploads%2Fxy3JENJTszsU31WSTtNe%2F8.png?alt=media\&token=b95e4769-1313-4cde-b25c-2a87e2e25f31)

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

![Raspberry Pi Software Configuration Tool](https://3358793419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEUZ4ecqSLgI2D4esAcVS%2Fuploads%2FPrOqlAJ5FS1KkXDMgY2o%2F9.png?alt=media\&token=545ea470-e136-4449-b08b-c3b72ccb98dd)
