Brainy Pi

Available to select audience (currently beta)

Proxy server on Brainy pi

In today’s world, where we rely heavily on the internet to accomplish essential tasks such as online banking, it’s crucial to take our privacy and security seriously. To ensure that we are protected against cybercrimes, utilizing a proxy server or VPN is essential. We will setup Brainy pi – Raspberry pi Alternative for Proxy server.
Using a proxy server is an effective way to protect our privacy online. In this blog we will setup Brainy pi Proxy Server which is designed to provide users with the ability to control their online data and activity. With this, users can block unwanted content, monitor internet traffic, and ensure that their data is secure and private.
Lets go through the following steps to setup proxy server on brainy pi easily.

Required Components to Set Up Proxy Server:

Brainy Pi

You will need
    Brainy Pi
  • Ethernet/ WIFI
  • Keyboard and mouse for USB
  • Micro SD card

Step 1: Upgrade Your System and Packages

You should check to see if Rbian(Brainy Pi OS)  packages are up to date. To install any new software, it’s essential to update and upgrade the device.
Start your Pi, then type the following in the Terminal
sudo apt update
sudo apt upgrade
You may now install Privoxy on your Pi device using the command line after making sure the packages are updated:
sudo apt install privoxy

Step 2: Getting Brainy Pi Ready for Proxy Server

Now that the Privoxy software has been installed, we can modify its configuration to enable external access to the proxy server.
1. We can do this by modifying the file. To modify the file use the command.
sudo nano /etc/privoxy/config
2. Look for the following text block in this file. Finding 
listen-address 127.0.0.1:8118
listen-address [::1]:8118
Replacing them with:
listen-address :8118
Apply the modifications, then save the file by pressing “CTRL+X,” adding “Y,” and pressing “Enter” at the very end to return to the terminal.
3. You must use the following command to restart the Privoxy server on your Pi device.
sudo systemctl restart Privoxy

Step 3: Testing the Performance of Your Brainy Pi Proxy Server

Before starting this part, we strongly advise you to confirm that your Brainy Pi has a static local IP address.
1. Although the procedure varies from browser to browser, we have included simple tutorials below for three web browsers on locating the proxy settings.
     a) Chrome:
  • Down to the bottom, scroll
  • To access the advanced options, click “Advanced.”
  • When you reach the “System” header, scroll down.
  • Click the option “Open your computer’s proxy settings.”
  • Then, click the option “Access your computer’s proxy settings.”
     b) Firefox:
  • Open “about: preferences” in the address bar or the Options menu.
  • To reach the bottom, scroll down.
  • Under “Network Settings,” click the “Settings…” option.
     c) Internet Explorer:
  • Open Settings.
  • Choose “Connections” from the menu.
  • Choose “LAN settings” from the menu.
  • “Use a proxy server for your LAN” be checked.
2. You will need to input the following information after locating the proxy settings page for your chosen web browser.
Privoxy will listen on port 8118, so we will configure this port.
3. Go to the following address after you have set up your proxy settings to point to your Brainy Pi.
http://config.privoxy.org/
 
4. You are now ready to utilize your proxy server.

Endnotes:

Privoxy is an excellent proxy application for users to browse the internet without being interrupted by adverts. The Privoxy application makes it simple to turn your Brainy Pi – Raspberry pi Alternative into a proxy server, and the steps above are essential for setting up your device.
After your Brainy Pi has adequately been turned into a proxy server, you may use its IP address to access the internet on Windows or macOS without adverts interrupting it.
Reference: Proxy Server Set Up

0 Comments

Leave a reply

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

*