A Step-by-Step Guide to Turning on your Raspberry Pi and Connecting it to the Internet

Learn how to power on your Raspberry Pi, connect it to a monitor, keyboard, and mouse, as well as access it remotely via SSH. …


Updated October 8, 2023

Need help with your Raspberry Pi?
Contact Me!

Do you love silly Raspberry Pi Projects?
Check out my this YouTube Channel!


Learn how to power on your Raspberry Pi, connect it to a monitor, keyboard, and mouse, as well as access it remotely via SSH.

To power on your Raspberry Pi, you will need the following components:

  1. A Micro USB Cable (preferably one that charges phones or tablets)
  2. An SD Card Reader (built into most computers)
  3. An HDMI Monitor
  4. A Keyboard and Mouse
  5. Raspberry Pi (obviously)
  6. An Ethernet Cable or Wi-Fi Adapter (optional, but recommended)
  7. Power Supply Unit (PSU)

Here’s a step-by-step guide on how to power on your Raspberry Pi:

  1. Insert the SD card into the SD Card Reader and plug it into your computer.
  2. Download the latest version of Raspbian OS from the official Raspberry Pi website (https://www.raspberrypi.org/software/). This is a free operating system that runs on your Raspberry Pi.
  3. Use an SD Card formatting tool to format the SD card as FAT32 and write the downloaded image onto it. There are many free tools available online, such as Etcher (https://www.balena.io/etcher/) or Win32 Disk Imager (https://sourceforge.net/projects/win32diskimager/).
  4. Once the OS is written to the SD card, safely eject it from your computer and insert it into the Raspberry Pi.
  5. Plug in the power supply unit into the Raspberry Pi using the micro USB port. If you’re using a Wi-Fi adapter, connect it now as well.
  6. Connect the HDMI monitor, keyboard, and mouse to your Raspberry Pi.
  7. Turn on the monitor and the Raspberry Pi will boot up automatically. You should see the Raspbian desktop screen within a few seconds.
  8. If you have an Ethernet cable, connect it to the Raspberry Pi and your router or modem. Alternatively, you can use a Wi-Fi adapter to connect wirelessly. Follow the onscreen instructions to set up your Wi-Fi connection.
  9. Once connected to the internet, open a web browser and navigate to http://www.whatismyip.com/ to confirm that your Raspberry Pi has an IP address assigned by your router.
  10. To connect remotely via SSH (Secure Shell), you will need to enable it on your Raspberry Pi. Open the terminal and type sudo raspi-config, navigate to “Interfacing Options” > “SSH”, and select “Yes” to enable it. Exit and reboot the Raspberry Pi by typing sudo reboot.
  11. Now, you can connect remotely from another computer using an SSH client like PuTTY (https://www.putty.org/) for Windows or Terminal for macOS/Linux. Enter your Raspberry Pi’s IP address and the default username “pi” with password “raspberry”.

That’s it! You have successfully powered on your Raspberry Pi, connected it to a monitor, keyboard, mouse, and the internet. From here, you can start installing software packages and customizing your device to fit your needs.