How to find your Raspberry Pi on the Network#
[SIMPLICITY STUDIO] & [GITHUB]
Finding the IP address of your Raspberry Pi#
Sometimes it can be difficult to find your Raspberry Pi on the network. One way of interacting with the Raspberry Pi is connecting a keyboard, mouse and monitor to it. The preferred method, however, is over SSH. For this, you will need to know the IP address of your Raspberry Pi.
This is a good tutorial on how to find the IP address.
| Platform | Strategy | 
|---|---|
| Mac / Linux | Nmap     The use of nmap on the Mac may require a software download.     Use nmap with the following command:       | 
| Windows | In the command prompt, use  | 
Connecting to your Raspberry Pi over SSH#
| Platform | Strategy | 
|---|---|
| Mac / Linux / Windows | Once you have found your Raspberry Pi's IP address, you can use Secure Shell (SSH) to connect to it over the command line with the following command:      |