From Powering On to Browsing the Web

Learn how to connect your Raspberry Pi to the internet with this step-by-step guide. Follow these easy steps and you’ll be browsing the web in no time! …


Updated October 10, 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 connect your Raspberry Pi to the internet with this step-by-step guide. Follow these easy steps and you’ll be browsing the web in no time!

Connecting Your Raspberry Pi to the Internet - A Step-By-Step Guide

Before we start, make sure you have the following items ready:

  1. A Raspberry Pi (any model will do)
  2. A micro SD card with a minimum of 8 GB storage
  3. An Ethernet cable or WiFi adapter
  4. A power supply for your Raspberry Pi
  5. A monitor, keyboard, and mouse (optional but recommended)
  6. An internet connection

Step 1: Power On Your Raspberry Pi

  1. Insert the micro SD card into the Raspberry Pi and connect it to the power supply using a suitable adapter.
  2. Wait for the light on the board to turn green, indicating that the system is fully booted up.
  3. If you have a monitor, keyboard, and mouse connected, you should now see the desktop login screen. If not, you can still connect remotely later using SSH.

Step 2: Connect Your Raspberry Pi to the Internet

  1. Plug in your Ethernet cable or WiFi adapter into the appropriate ports on the Raspberry Pi.

For Ethernet users:

  1. Open the Network Manager applet from the menu bar at the top right of your screen.
  2. Click on “Connect” and then select your network from the list.
  3. Enter your network password when prompted.

For WiFi users:

  1. Go to the Settings applet in the menu bar and click on “Wi-Fi”.
  2. Enable Wi-Fi if it’s not already, and then select your network from the list.
  3. Enter your network password when prompted.

Step 3: Update Your Raspberry Pi

  1. Open a terminal window by pressing Ctrl+Alt+T or searching for “Terminal” in the application menu.
  2. Type the following command and press enter to update the system:
sudo apt-get update && sudo apt-get upgrade
  1. You will be prompted for your password, type it in and press enter.
  2. Wait for the updates to finish installing before proceeding to the next step.

Step 4: Test Your Internet Connection

  1. Open a web browser (like Firefox or Chromium) and navigate to any website (e.g., www.google.com).
  2. If your Raspberry Pi is successfully connected to the internet, you should be able to browse the web without any issues.

Congratulations! You have now connected your Raspberry Pi to the internet and can start exploring all the amazing things you can do with it. From here, you can install software, set up servers, and more - the possibilities are endless!