Notes on my Raspberry Pi Zero setup
How-tos
Some notes to help me next time I need to reconnect to my Pi Zero from Windows 10
Notes on my Raspberry Pi Zero setup
Some notes to help me next time I need to reconnect to my Pi Zero from Windows 10.
These are mostly notes to my future self, but may also serve as a quickstart for anyone who has a Raspberry Pi, Windows 10, and a desire to connect them.
One-time Pi setup
If you are setting up a new Pi, you’ll need to do some initial setup:
- Connect monitor, keyboard, and mouse.
- Enable wifi and enter password.
- Go to the main menu > Preferences > Raspberry Pi Configuration.
- On the Interfaces tab, select Enabled next to SSH.
- Select Ok.
Remote into the Pi from Windows 10
- Open Windows Terminal.
- Enter
ssh pi@raspberrypi - When prompted, enter your password. It may warn you that the device/address cannot be verified. This is ok.
Set up a Windows Terminal profile
For convenience, set up a Windows Terminal profile for your Pi SSH connection:
- Select the dropdown arrow > Settings.
- Select + Add new profile.
- Enter the following details:
- Name: a sensible name, like ‘Pi Zero’
- Command line:
ssh pi@raspberrypi - Tab title: a sensible title, like ‘Pi Zero’
- Grab a Pi logo off the internet, save it somewhere sensible, and set it as the Icon.
- Reduce confusion by choosing a different colour scheme on the Appearance tab.