Simple Steps to Find the IP Address of Raspberry Pi

Published on September 12, 2023

If you are a proud owner of a Raspberry Pi, you know how convenient and versatile this small computer can be. Whether you are using it for coding, media streaming, or as a home server, one crucial piece of information you'll need is the IP address of your Raspberry Pi. Finding the IP address is essential for accessing and controlling your Pi remotely, especially if you don't have a display or a keyboard connected to it.

So, how can you find the IP address of your Raspberry Pi? Don't worry; it's easier than you might think. In this guide, we'll walk you through a few simple methods to help you locate the IP address of your Raspberry Pi on your local network.

One of the easiest ways to find the IP address of your Raspberry Pi is by checking your router's admin panel. Every device connected to your network has a unique IP address assigned by your router. By accessing your router's admin page, you can view a list of connected devices and their respective IP addresses. Look for a device named "raspberry" and note down its IP address. This method is particularly useful if you are using your Raspberry Pi on a home network with only a few devices.

What is Raspberry Pi?

Raspberry Pi is a small, affordable computer that is designed to be used in educational projects. It is a single-board computer that can be connected to a monitor, keyboard, and other peripherals. The Raspberry Pi runs on a Linux-based operating system and is capable of performing tasks such as word processing, web browsing, and even playing video games. It has become popular among hobbyists, students, and professionals for its versatility and ease of use.

The Raspberry Pi is named after the mathematical constant Pi because it is a small and portable device that can provide a wide range of computing capabilities. It was developed by a team of engineers and computer scientists as a low-cost solution for teaching programming and computer science concepts. With its compact size and low power consumption, the Raspberry Pi can be used in a variety of projects, from building home automation systems to creating retro gaming consoles.

To find the IP address of your Raspberry Pi, you can use the command line interface. By connecting your Pi to a monitor and keyboard, you can open the terminal and enter the command "ifconfig" to display the network information. The IP address will be listed under the "inet" section. Alternatively, you can use a network scanning tool to discover all the devices connected to your network and identify the IP address of your Pi.

Conclusion

In conclusion, Raspberry Pi is a versatile and affordable computer that provides a wide range of computing capabilities. It is a valuable tool for learning programming and computer science concepts, as well as for creating DIY projects. Finding the IP address of your Raspberry Pi is essential for connecting to it remotely and accessing its features and functions. By following the steps outlined in this article, you will be able to easily locate the IP address of your Pi and start using it for your projects.

Importance of IP Address

The IP address plays a crucial role in the communication between devices on a network, including your Raspberry Pi. It serves as a unique identifier for each device connected to the network. Without an IP address, devices would not be able to send and receive data.

When it comes to your Raspberry Pi, finding its IP address is essential for various reasons:

  1. Remote Access: Knowing the IP address of your Raspberry Pi allows you to access it remotely, regardless of your physical location. This means you can manage and control your Raspberry Pi from another device, such as a computer or smartphone, as long as they are connected to the same network.
  2. Configuration: Setting up your Raspberry Pi or configuring its network settings requires knowing its IP address. This helps you establish a connection and interact with the Raspberry Pi using tools like SSH (Secure Shell) or VNC (Virtual Network Computing).
  3. Identification: With multiple devices connected to a network, identifying a specific Raspberry Pi becomes crucial. By knowing its IP address, you can easily distinguish your Raspberry Pi from other devices and ensure you are interacting with the correct one.

Remember, finding and knowing the IP address of your Raspberry Pi is fundamental for seamless remote access, configuration, and identification of your device within the network.

Methods to Find IP Address

There are several methods you can use to find the IP address of your Raspberry Pi:

Method 1: Using the Command Line

One way to find the IP address of your Raspberry Pi is by using the command line. Open a terminal window on your Raspberry Pi, and then enter the following command:

hostname -I

This command will display the IP address of your Raspberry Pi.

Method 2: Using the Router's Admin Panel

Another method to find the IP address of your Raspberry Pi is by accessing your router's admin panel. Every router has a different way to access the admin panel, so you'll need to consult your router's manual or contact your Internet service provider for instructions. Once you access the admin panel, look for a section containing information about the connected devices. You should be able to find the IP address of your Raspberry Pi listed there.

Using these methods, you can easily find the IP address of your Raspberry Pi, allowing you to connect to it and manage it from another device on the network. This is essential for tasks like remote control, file sharing, or accessing a web server running on your Raspberry Pi.

Method 1: Using Command Prompt

To find the IP address of your Raspberry Pi, you can use the Command Prompt tool on your computer:

  1. Connect your Raspberry Pi to your computer using an Ethernet cable.
  2. Open the Command Prompt on your computer.
  3. Type the following command, and press Enter: arp -a
  4. A list of devices and their IP addresses will be displayed.
  5. Look for the device name that corresponds to your Raspberry Pi. The IP address next to it is the IP address of your Pi.

Now that you have found the IP address of your Raspberry Pi, you can use it to access your Pi remotely or to configure network settings.

Method 2: Using Router Admin Page

If you are unable to find the IP address of your Raspberry Pi using method 1, you can try finding it through your router's admin page.

Here are the steps to follow:

  1. Open a web browser on a device that is connected to the same network as your Raspberry Pi.
  2. Type the IP address of your router in the address bar and press Enter.
  3. Enter the username and password to log in to your router's admin page. If you don't know the login credentials, refer to your router's documentation or contact your internet service provider.
  4. Once logged in, navigate to the section that displays a list of connected devices or DHCP clients.
  5. Look for a device named "pi" or something similar in the list. The corresponding IP address displayed next to the device name is the IP address of your Raspberry Pi.

It's important to note that the exact steps may vary depending on the model and brand of your router. If you are unsure about any of the steps, refer to your router's documentation or consult your internet service provider for assistance.

Method 3: Using Network Scanner Tools

Another method to find the IP address of your Raspberry Pi is by using network scanner tools. These tools are designed to scan your network and identify all connected devices, including your Raspberry Pi.

There are several network scanner tools available that you can use, such as Angry IP Scanner, Advanced IP Scanner, and Fing. These tools are usually free to download and easy to use.

To find the IP address of your Raspberry Pi using a network scanner tool, follow these steps:

  1. Download and install a network scanner tool of your choice.
  2. Open the network scanner tool and start a scan of your local network.
  3. Wait for the scan to complete, which may take a few seconds to a few minutes.
  4. Look for the device named "raspberry" or "pi" in the list of connected devices.
  5. Once you find the device, note down its IP address.

Now that you have the IP address of your Raspberry Pi, you can use it to connect to your device and perform various tasks, such as accessing the command line interface or connecting to the graphical interface.

Note that the IP address of your Raspberry Pi may change if your network configuration changes. If you cannot find your Raspberry Pi using a network scanner tool, you may need to check your network settings or try one of the other methods mentioned in this article.

Method 4: Checking IP on Monitor/Display

If you have connected a monitor or display to your Raspberry Pi, you can easily check its IP address directly on the screen. Here's how to do it:

1. Power on your Raspberry Pi and wait for it to boot up.

2. Connect your Raspberry Pi to a monitor or display using an HDMI cable.

3. Once the Raspberry Pi is connected to the monitor, you will see the login prompt.

4. Enter your username and password to log in to the Raspberry Pi's command line interface.

5. Once you are logged in, type the following command:

ifconfig

6. Press Enter to run the command.

7. In the output, look for the line that starts with "inet addr". The IP address of your Raspberry Pi will be displayed next to this line.

Now you know how to check the IP address of your Raspberry Pi directly on a monitor or display. This method is convenient if you have physical access to your Raspberry Pi and want to quickly find its IP address without connecting to it remotely.

Common Troubleshooting

If you are having trouble finding the IP address of your Raspberry Pi, there are a few common issues you can check for:

1. Pi not connected to the network: Make sure your Raspberry Pi is connected to the same network as your computer. Check the network cable or Wi-Fi connection to ensure it is properly connected.

2. IP address not assigned: The IP address of the Raspberry Pi may not have been assigned yet. Try restarting your Raspberry Pi or router to see if it resolves the issue.

3. IP address conflict: It is possible that there is an IP address conflict on your network, where multiple devices have the same IP address. To resolve this, you can manually assign a unique IP address to your Raspberry Pi.

4. Firewall blocking the IP address: Check if your firewall is blocking the IP address of the Raspberry Pi. You may need to add an exception or configure the firewall to allow communication with the Raspberry Pi.

5. Incorrect IP address format: Double-check that you are using the correct IP address format. An IP address typically consists of four sets of numbers separated by periods (e.g., 192.168.1.100).

If you are still unable to find the IP address of your Raspberry Pi, consider seeking further assistance from online forums or the Raspberry Pi community.

Issue 1: Raspberry Pi not Connecting to Network

If your Raspberry Pi is not connecting to the network, there may be a few things you can check to troubleshoot the issue. Follow these steps to find a solution:

1. Check the Power and Ethernet Connections

Ensure that your Raspberry Pi has a stable power supply and that the Ethernet cable is securely connected to both the Pi and the router or switch. A loose connection or insufficient power can cause network connectivity issues.

2. Verify the IP Address

Check the IP address assigned to your Raspberry Pi. You can do this by accessing the router or using an IP scanner tool. If the IP address is not within the same range as the other devices on your network, it may be an indication of a configuration issue or a conflict with another device.

3. Disable Wi-Fi

If you are using both Wi-Fi and Ethernet connections on your Raspberry Pi, try disabling the Wi-Fi interface temporarily. This can help determine if there is an issue with the Wi-Fi module interfering with the Ethernet connection.

4. Restart the Router

If other devices on your network are connecting fine, but your Raspberry Pi is not, try restarting your router. Sometimes, a simple router restart can resolve connectivity issues.

5. Check Firewall and Network Settings

Make sure that your router's firewall settings are not blocking the Raspberry Pi's connection. Additionally, check if any changes have been made to your network settings that may be causing the connectivity problem.

6. Reset Network Settings on Raspberry Pi

If all else fails, you can try resetting the network settings on your Raspberry Pi. Access the terminal or command prompt and enter the necessary commands to reset the network settings to their default values.

Problem Possible Solution
Raspberry Pi not connecting to the network Check power and Ethernet connections, verify the IP address, disable Wi-Fi, restart the router, check firewall and network settings, reset network settings on Raspberry Pi

Issue 2: Incorrect IP Address Displayed

If you are seeing an incorrect IP address displayed for your Raspberry Pi, there are a few potential issues to consider:

1. DHCP Configuration: Check that your Raspberry Pi is set up to obtain its IP address automatically through DHCP. This can typically be done through the network configuration settings on your Pi.

2. Router Settings: Ensure that your router is properly configured to assign IP addresses to devices on your network. It is possible that a conflict is occurring which is causing your Pi to be assigned an incorrect IP address.

3. Static IP Address: If you have manually assigned a static IP address to your Raspberry Pi, double-check that the address you assigned is correct. It is possible that you may have made a mistake when setting the static IP.

By addressing these potential issues, you should be able to resolve the problem of an incorrect IP address being displayed for your Raspberry Pi.

Issue 3: Raspberry Pi not Being Detected on Network

If your Raspberry Pi is not being detected on your network, it can be frustrating and prevent you from connecting to it remotely. Here are some troubleshooting steps to help you find the IP address of your Raspberry Pi:

1. Check the Network Connection:

Make sure that your Raspberry Pi is properly connected to your network. Check the Ethernet cable or Wi-Fi connection to ensure that it is securely connected and functioning correctly.

2. Use Advanced IP Scanner:

Download and install a network scanner tool like Advanced IP Scanner on your computer. Run the tool and it will scan your network to find all connected devices, including your Raspberry Pi. Look for the Raspberry Pi's IP address in the list of results.

If you still can't find the IP address of your Raspberry Pi, try connecting it directly to your computer using an Ethernet cable. This will bypass any potential network issues and make it easier to detect the IP address.

By following these troubleshooting steps, you should be able to find the IP address of your Raspberry Pi and resolve any detection issues on your network.

Benefits of Finding IP Address

Finding the IP address of your Raspberry Pi can provide several benefits. By knowing the IP address, you can:

- Access your Raspberry Pi remotely: Once you have the IP address, you can connect to your Raspberry Pi from any device on the same network. This allows you to control and interact with your Raspberry Pi without the need for a physical connection.

- Set up network services: With the IP address, you can configure network services and applications on your Raspberry Pi. This includes setting up a web server, creating a file sharing service, or running a media server.

- Ensure proper network configuration: By finding the IP address, you can verify that your Raspberry Pi is connected to the correct network. This is especially useful if you have multiple networks or devices connected to the same router.

- Troubleshoot network issues: If you are experiencing any network issues with your Raspberry Pi, knowing the IP address can help you diagnose and resolve the problem. You can use tools like ping or traceroute to test the network connection and identify any potential issues.

- Secure your Raspberry Pi: By finding the IP address, you can take necessary steps to secure your Raspberry Pi. This includes configuring firewall rules, enabling encryption, or setting up a virtual private network (VPN) for secure remote access.

In conclusion, finding the IP address of your Raspberry Pi is essential for remote access, network configuration, troubleshooting, and ensuring the security of your device.

Remote Access and Control

To remotely access and control your Raspberry Pi, you will need to find its IP address. The IP address is a unique identifier that allows devices to communicate with each other on a network.

There are several ways to find the IP address of your Raspberry Pi. One way is by using the command line interface. Simply open the command line and type in the following command: ifconfig. This will display the network configuration information for your Raspberry Pi, including its IP address.

Another way to find the IP address is through your router's admin interface. Most routers have a web-based admin interface that allows you to view the devices connected to your network and their IP addresses. Simply log in to your router's admin interface and navigate to the device list or connected devices section. Look for the entry that corresponds to your Raspberry Pi and note down its IP address.

Once you have found the IP address of your Raspberry Pi, you can use it to remotely access and control the device. There are several methods for remote access, including SSH (Secure Shell), VNC (Virtual Network Computing), and remote desktop software.

SSH allows you to access the command line interface of your Raspberry Pi remotely. Simply open a terminal or command prompt on another device, and type in the following command: ssh username@ip_address. Replace username with the username of your Raspberry Pi, and ip_address with the IP address you found earlier.

VNC allows you to access the graphical desktop of your Raspberry Pi remotely. You will need to install a VNC server on your Raspberry Pi and a VNC client on the device you want to use to connect to your Raspberry Pi. Once both the server and client are set up, you can connect to your Raspberry Pi by entering its IP address in the VNC client.

Remote desktop software, such as TeamViewer or AnyDesk, also allows you to access and control your Raspberry Pi remotely. These applications typically require you to install the software on both your Raspberry Pi and the device you want to use to connect to it. Once installed, you can log in to your Raspberry Pi using the software and control it as if you were sitting in front of it.

With the ability to remotely access and control your Raspberry Pi, you can easily manage and interact with your device from anywhere in the world.

Network Troubleshooting

When working with a Raspberry Pi, it is important to be able to find its IP address on the network. This can be crucial for managing, accessing, and troubleshooting your Raspberry Pi remotely. Here are a few tips for network troubleshooting:

Check your router: Make sure your Raspberry Pi is connected to the same network as your computer. Check your router's settings to ensure that the Raspberry Pi is listed as a connected device and that it has been assigned an IP address.

Use ifconfig: If you have physical access to your Raspberry Pi, you can use the ifconfig command to find its IP address. Open the terminal and type "ifconfig" to display the network interfaces and IP addresses associated with your Raspberry Pi.

Look for the hostname: If you have given your Raspberry Pi a custom hostname, you can try accessing it using that name instead of the IP address. This can be helpful if the IP address is constantly changing or if you have multiple Raspberry Pis on the network.

Use network scanning tools: There are various network scanning tools available that can help you find the IP address of your Raspberry Pi. These tools scan your network and display a list of connected devices along with their IP addresses. Some popular network scanning tools include Nmap, Advanced IP Scanner, and Angry IP Scanner.

Use your router's admin panel: Most routers have a web-based admin panel that allows you to view and manage connected devices. Log in to your router's admin panel and look for a list of connected devices. The IP address of your Raspberry Pi should be listed there.

Use a network monitoring tool: Network monitoring tools like Fing or Zenmap allow you to scan your network and view a detailed list of connected devices. These tools can provide information such as IP address, MAC address, and device type, making it easier to find your Raspberry Pi.

By following these tips, you should be able to find the IP address of your Raspberry Pi, allowing you to manage and troubleshoot it effectively.

Software and File Management

When working with a Raspberry Pi, it's important to understand how to manage the software and files on your device. Whether you are a beginner or an experienced user, having good file management skills will help you organize your projects and keep your Raspberry Pi running smoothly.

Operating System

The first step in managing your Raspberry Pi is to choose and install an operating system. There are several options available, including Raspbian, Ubuntu, and Windows 10 IoT Core. Each operating system has its strengths and weaknesses, so it's important to choose one that best suits your needs.

Package Management

Once you have your operating system installed, you can use the package manager to install and update software on your Raspberry Pi. The default package manager for Raspbian is apt-get, which allows you to easily search for and install packages from the official repositories.

It's important to keep your software up to date to ensure that you have the latest security patches and bug fixes. You can update your packages by running the command sudo apt-get update followed by sudo apt-get upgrade.

File Organization

To keep your projects organized, it's important to establish a file organization system. Create a separate folder for each project and store all related files, code, and documentation within that folder. This will make it easy to find and access your files in the future.

When working with code, it's a good practice to use a version control system, such as Git, to track changes and collaborate with others. This will help you keep your codebase organized and provide a history of your project's development.

Additionally, regularly backing up your files is essential to avoid data loss. You can use external storage devices or cloud services to store your important files.

In conclusion, managing the software and files on your Raspberry Pi is crucial for maintaining a well-organized and efficient system. By choosing the right operating system, keeping your software up to date, and establishing a file organization system, you can make the most out of your Raspberry Pi and ensure a smooth development process.

Security Considerations

When trying to find the IP address of your Raspberry Pi, it's important to consider security measures to protect your device.

First and foremost, make sure that your Raspberry Pi is connected to a secure network. Avoid using public Wi-Fi networks or networks with weak passwords. These types of networks are vulnerable to attacks and can compromise the security of your device.

Another security consideration is to regularly update the software on your Raspberry Pi. The Raspberry Pi operating system and any installed software should be kept up to date to ensure that any security vulnerabilities are patched.

It's also recommended to change the default password of your Raspberry Pi. The default password for the Raspberry Pi is well-known and can easily be exploited by attackers. By changing the password to something complex and unique, you can protect your device from unauthorized access.

Additionally, consider enabling a firewall on your Raspberry Pi to block any unauthorized access attempts. This can help protect your device from external threats.

Lastly, keep in mind that the IP address of your Raspberry Pi is a valuable piece of information. Be cautious when sharing this information and only provide it to trusted sources. Sharing your IP address with unknown or untrusted individuals can put your device at risk.

Changing Default Login Credentials

If you have a Raspberry Pi, it's important to change the default login credentials to ensure the security of your device. By default, the username and password for the Raspberry Pi are set to "pi" and "raspberry", respectively.

Changing the default login credentials is a straightforward process. Follow the steps below to change the default password:

Step 1: Access your Raspberry Pi

To change the default login credentials, you need to first access your Raspberry Pi. Connect a keyboard, mouse, and a display to your Pi and power it on.

Step 2: Open the Terminal

Once your Pi is powered on and booted up, open the Terminal. You can do this by clicking on the Terminal icon in the top menu bar or by pressing Ctrl+Alt+T.

Step 3: Enter the Command

In the Terminal, type the following command:

passwd

This command will prompt you to enter your current password and then your new password. Follow the on-screen prompts to change your password.

It's important to choose a strong and secure password to protect your Raspberry Pi from unauthorized access.

Step 4: Test the New Credentials

Once you have changed the default login credentials, it's a good idea to test them to ensure they are working correctly. You can do this by logging out and then logging back in using your new credentials.

By changing the default login credentials, you enhance the security of your Raspberry Pi and protect it from potential unauthorized access. Remember to choose a strong password that includes a combination of letters, numbers, and special characters.

Now that you know how to change the default login credentials, you can ensure the safety of your Raspberry Pi.

Enabling Firewall

If you want to enhance the security of your Raspberry Pi, you can enable a firewall to protect it from unauthorized access. By enabling a firewall, you can control the incoming and outgoing network traffic to your Pi, helping to prevent unauthorized access to its IP address.

To enable the firewall on your Raspberry Pi, you can use the iptables command. This command allows you to configure the firewall rules and policies for your Pi.

Here are the steps to enable the firewall on your Raspberry Pi:

  1. Connect to your Raspberry Pi using SSH.
  2. Open the Terminal on your Pi.
  3. Enter the following command to install the necessary packages for the firewall:
    sudo apt-get install ufw
  4. Once the installation is complete, you can enable the firewall by running the following command:
    sudo ufw enable
  5. You can then check the status of the firewall by running the command:
    sudo ufw status

After enabling the firewall, you can configure the firewall rules to allow or deny specific network traffic. For example, you can allow incoming SSH connections while blocking other incoming connections. You can also allow outgoing connections for specific services, such as web browsing.

By enabling the firewall and configuring the rules, you can help protect your Raspberry Pi from unauthorized access and ensure the security of your IP address.

Using Secure Protocols

When accessing your Raspberry Pi remotely, it is important to use secure protocols to protect your data and ensure the privacy of your connection. Here are two commonly used secure protocols that you can use to connect to your Raspberry Pi:

Secure Shell (SSH)

Secure Shell (SSH) is a cryptographic network protocol that allows secure communication between two computers. It provides a secure way to access and control your Raspberry Pi over an unsecured network, such as the internet. With SSH, you can securely log in to your Raspberry Pi remotely and perform administrative tasks without exposing your login credentials to potential attackers.

Virtual Private Network (VPN)

A Virtual Private Network (VPN) creates a secure and encrypted connection between your device and a remote network, such as your home network where your Raspberry Pi is located. By using a VPN, you can access your Raspberry Pi as if you were connected directly to your home network, even if you are physically located in a different location. This ensures that your data is transmitted securely and that your IP address is hidden from prying eyes.

By using these secure protocols, you can protect your Raspberry Pi and ensure that your data is transmitted safely over the network. This is particularly important if you are accessing your Raspberry Pi from a public Wi-Fi network or from a remote location.

Question-answer:

What is an IP address?

An IP address is a unique identifier assigned to each device connected to a computer network.

Why do I need to find the IP address of my Raspberry Pi?

Finding the IP address of your Raspberry Pi is important because it allows you to connect to it over the network and access its services and files.

How can I find the IP address of my Raspberry Pi?

You can find the IP address of your Raspberry Pi by using the command line or a network scanning tool. In the command line, you can use the "ifconfig" or "hostname -I" command to display the IP address. Alternatively, you can use a network scanning tool like Angry IP Scanner to scan your network and find the IP address of your Raspberry Pi.

What if I can't find the IP address of my Raspberry Pi?

If you are unable to find the IP address of your Raspberry Pi, there are a few things you can try. First, ensure that your Raspberry Pi is connected to the network and turned on. You can also try restarting your router or connecting your Raspberry Pi directly to your computer using an Ethernet cable. If all else fails, you may need to reconfigure your network settings or consult the documentation for your specific operating system or router.

Can I set a static IP address for my Raspberry Pi?

Yes, you can set a static IP address for your Raspberry Pi. This means that the IP address will not change even if the Raspberry Pi is restarted or disconnected from the network. To set a static IP address, you will need to modify the network configuration file on your Raspberry Pi and assign a specific IP address to it. This can be useful if you want to access your Raspberry Pi over the network using a consistent IP address.

How can I find the IP address of my Raspberry Pi?

There are several ways to find the IP address of your Raspberry Pi. One way is to use the command line and type "ifconfig" to see a list of network interfaces and their IP addresses. Another way is to check your router's configuration page and look for the connected devices, which should include the IP address of your Raspberry Pi.

What is the command to find the IP address of my Raspberry Pi?

To find the IP address of your Raspberry Pi using the command line, you can use the "ifconfig" command. Open the terminal and type "ifconfig" followed by Enter. Look for the network interface associated with your Raspberry Pi (usually labeled as "eth0" or "wlan0"), and find the "inet" section which displays the IP address.

Is it possible to find the IP address of my Raspberry Pi without accessing the command line or router configuration?

Yes, it is possible to find the IP address of your Raspberry Pi without accessing the command line or router configuration. One way is to use a network scanning tool, such as Advanced IP Scanner, which can scan your local network and display a list of connected devices with their IP addresses. You can also use a mobile app, like Fing, which performs a similar function and can easily display the IP address of your Raspberry Pi.

Can I assign a static IP address to my Raspberry Pi?

Yes, you can assign a static IP address to your Raspberry Pi. To do this, you will need to access the network configuration file on your Raspberry Pi and make the necessary changes. The specific steps may vary depending on the operating system you are using on your Raspberry Pi, but typically involve editing the "/etc/dhcpcd.conf" file. You will need to assign a static IP address within your network's IP range and then restart your Raspberry Pi for the changes to take effect.

Ads: