Welcome to our Knowledge Base

Connecting to Raspberry Pi

You are here:
< Back

Connecting from Windows PC

Find my Raspberry Pi IP Address

Using the Pi with a display and keyboard. If you boot to the command line instead of the desktop, your IP address should be shown in the last few messages before the login prompt.
Using the terminal (boot to the command line or open a Terminal window from the desktop), simply type hostname -I which will reveal your Pi’s IP address

static IP configuration:

Edit /etc/dhcpcd.conf as follows:-

interface eth0
static ip_address=10.0.0.99/24
static routers=10.0.0.1
static domain_name_servers=10.0.0.1

interface wlan0
static ip_address=10.0.0.100/24
static routers=10.0.0.1
static domain_name_servers=10.0.0.1

Connect via SSH

  • Use a windows client like Putty or
  • Open a command window and type “ssh pi@10.0.0.100

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Table of Contents