Find the IP of the Raspberry Pi

[Last updated: 02/12/2019]

There are several ways to find the IP address of your Raspberry Pi.

Below are three:

1. By default, your Raspberry PI has a Hostname “raspberrypi”, you can use it instead of the IP for the SSH connection, once connected, type the ifconfigcommand.

2. Your Raspberry Pi is connected with a keyboard and a screen:

Type the command : ifconfig

And observe the line containing “inet addr:192.168.0.XX”, it is the IP that you are looking for.

3. Connect to the administration page of your router and look for the list of all devices connected to your network, one of its devices will be your Raspberry Pi.

How do I set a static IP address? Follow the guide….

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.