Goal: This tutorial shows different ways how you can find out your Raspberry Pi IP address.
Difficulty: Easy
Required Hardware:
- Network-Enabled Raspberry Pi
- HDMI monitor and keyboard or
- Network-Enabled computer or
- Network-Enabled tablet/smartphone
Optional Software:
- Pisound App - https://play.google.com/store/apps/details?id=com.blokas.pisoundctl
- Angry IP Scanner - http://angryip.org/
- Fing App - https://play.google.com/store/apps/details?id=com.overlook.android.fing or https://itunes.apple.com/gb/app/fing-network-scanner/id430921107?mt=8
Step 01: Connect your Raspberry Pi to the Network
Connect your Raspberry Pi to your local network using an Ethernet cable or Wi-Fi.
Step 02: Find out the IP address
Option 01: Using monitor and keyboard
- Connect monitor and keyboard to your Raspberry Pi
- Make sure your Raspberry Pi is powered on and wait for it to boot
- Open a terminal window and type
ifconfig
- In the output you will see the
inet addr
line displaying the IP, e.g. 192.168.1.10
Option 02: Using your Android tablet/smartphone & Pisound App
- Download Pisound app for Android via https://play.google.com/store/apps/details?id=com.blokas.pisoundctl
- Launch Pisound app on your device and connect to your Raspberry Pi & Pisound combo via Bluetooth
- Visit the Home tab, the IP address will be displayed below the Pisound’s serial number
Option 03: Using your tablet/smartphone & Fing App
- Download the Fing app via https://play.google.com/store/apps/details?id=com.overlook.android.fing or https://itunes.apple.com/gb/app/fing-network-scanner/id430921107?mt=8
- Connect your tablet/smartphone to the same Network as Raspberry Pi
- Open the Fing app and touch the refresh button in the upper right-hand corner of the screen
- Scroll down to the entry with the manufacturer “Raspberry Pi”
- You will see the IP address in the bottom left-hand corner
Option 04: Using your computer & Ping command
- Connect your computer to the same Network as Raspberry Pi
- Open a terminal window (Command Prompt on Windows)
- Run the following command
ping raspberrypi.local
(If you have changed the default hostname of your Raspberry Pi, typeping YOUR_HOSTNAME.local
instead)- On Windows PC, mDNS driver is required for .local addresses to work, you may install this service: https://support.apple.com/kb/DL999?locale=en_US
- If the Raspberry Pi is reachable, ping will show its IP address, e.g:
PING raspberrypi.local (192.168.1.33): 56 data bytes
64 bytes from 192.168.1.33: icmp_seq=0 ttl=255 time=2.618 ms
Option 05: Using your computer & Angry IP Scanner software
- Download and install Angry IP Scanner software via http://angryip.org/
- Connect your computer to the same Network as Raspberry Pi
- Launch Angry IP Scanner and press Start button
- Scroll down to the entry with your Raspberry Pi’s hostname
- You will see the IP address in the column on the left
Note: Your Raspberry Pi may have a different IP address depending on whether it’s connected to WiFi or Ethernet, and that address might even change from time to time. If you ever find yourself unable to connect, you can always double-check!