Science and technology

Set up community parental controls on a Raspberry Pi

Parents are at all times on the lookout for methods to guard their children on-line—from malware, banner advertisements, pop-ups, activity-tracking scripts, and different considerations—and to stop them from taking part in video games and watching YouTube when they need to be doing their schoolwork. Many companies use instruments that regulate their workers’ on-line security and actions, however the query is how one can make this occur at dwelling?

The quick reply is a tiny, cheap Raspberry Pi pc that allows you to set parental controls on your children and your work from home. This article walks you thru how straightforward it’s to construct your individual parental control-enabled dwelling community with a Raspberry Pi.

Install the and software program

For this venture, you may want a Raspberry Pi and a house community router. If you spend solely 5 minutes exploring on-line procuring websites, you’ll find a number of choices. The Raspberry Pi 4 and a TP-Link router are good choices for rookies.

Once you’ve got your community gadget and Pi, you want to set up Pi-hole as a Linux container or a supported working system. There are a number of ways to install it, however a simple means is to difficulty the next command in your Pi:

curl -sSL https://set up.pi-hole.internet | bash

Configure Pi-hole as your DNS server

Next, you want to configure the DHCP settings in each your router and Pi-hole:

  1. Disable the DHCP server setting in your router
  2. Enable the DHCP server in Pi-hole

Every gadget is completely different, so there is no means for me to inform you precisely what you want to click on on to regulate your settings. Generally, you entry your house router by an internet browser. Your router’s handle is usually printed on the underside of the router, and it begins with both 192.168 or 10.

In your internet browser, navigate to your router’s handle and log in with the credentials you acquired if you received your web service. It’s typically so simple as admin with a numeric password (generally this password can also be printed on the router). If you do not know the login, name your web supplier and ask for particulars.

In the graphical interface, search for a bit inside your LAN about DHCP, and deactivate the DHCP server. Your router’s interface will nearly actually look completely different from mine, however that is an instance of what I noticed when setting it up. Uncheck DHCP server:

Next, you should activate the DHCP server on the Pi-hole. If you do not do this, none of your units will have the ability to get on-line until you manually assign IP addresses!

Make your community family-friendly

You’re all set. Now, your community units (i.e., cell phone, pill PC, laptop computer, and so forth.) will robotically discover the DHCP server on the Raspberry Pi. Then, every gadget can be assigned a dynamic IP handle to entry the web.

Note: If your router gadget helps setting a DNS server, you too can configure the DNS purchasers in your router. The shopper will check with the Pi-hole as your DNS server.

To arrange guidelines for which websites and actions your children can entry, open an internet browser to the Pi-hole admin web page, http://pi.hole/admin/. On the dashboard, click on on Whitelist so as to add internet pages your children are allowed to entry. You may add websites that your children aren’t allowed to entry (e.g., gaming, grownup, advertisements, procuring, and so forth.) to the Blocklist.

What’s subsequent?

Now that you have arrange your Raspberry Pi for parental management, you possibly can hold your children safer on-line whereas giving them entry to accepted leisure choices. This may lower your house web utilization by decreasing how a lot your loved ones is streaming. For extra superior utilization, entry Pi-hole’s documentation and blogs.

Most Popular

To Top