Low Orbit Flux Logo 2 F

Raspberry Pi - Find IP Address and Connect with SSH from Windows 10

On this page we are going to show you how to find the IP address of a Raspberry Pi and connect to it using SSH from a Windows 10 desktop.

Make sure you have Nmap:

Find your IP address, Open the “Command Prompt” and use the following command:



ipconfig

NOTE - Alternatively you could use powershell to connect instead of putty ( this is way better ). It allows you to just type ssh similar to what you would do on a Mac or Linux host.

Video Instructions