A Parent's Field Guide to Locking Down the Internet — Before Your Kid Does It First
The average teenager spends more than eight hours a day in front of a screen. A significant portion of that time is spent on platforms designed by engineers who are paid to maximize engagement, not protect your child. The internet as it exists in an unfiltered state is not a safe place for children.
This guide gives parents ten concrete, technically actionable security measures ranging from free router settings that take ten minutes to dedicated hardware appliances. Each entry explains the threat it addresses, exactly how to configure it, a real example you can copy, and—critically—how a determined child will try to circumvent it, so you can stay one step ahead.
None of these tools replace honest conversation. But they buy time, reduce casual exposure, and create a trail of accountability that keeps children safer while they develop the judgment to navigate the internet on their own.
The average child is first exposed to online pornography at age 11. Cyberbullying affects 1 in 3 young people. Social media algorithms are engineered to maximize time-on-platform—not wellbeing.
Parental monitoring is not surveillance. It is supervision. The same way you would not leave a ten-year-old alone on a city street at midnight, you should not leave them alone on an unfiltered internet.
Every tool in this guide has been used by real parents. Every circumvention method has been used by real kids. The goal is to know both.
No single tool is enough. Each of the ten measures sits at a different point along the path your child's data travels — from their device all the way out to the open internet. A determined child who slips past one layer is caught by the next. This is "defense in depth," and it is exactly how professional network security works.
Phone, tablet, console, or computer in your child's hands.
Controls that live on the device and travel everywhere it goes.
The gateway every device on your WiFi must pass through.
Answers "where is this website?" — and refuses for blocked sites.
Wraps all traffic — even on mobile data, away from home.
Everything beyond your controls — the open, unfiltered web.
Bark, Qustodio, and similar tools sit above the whole chain. Instead of blocking, they read messages and flag danger — grooming, bullying, self-harm — that no content filter can catch, because the threat is in the conversation, not the website.
Each measure includes the threat it addresses, how to configure it, a concrete example you can replicate, and how children typically bypass it so you can prepare a counter-measure.
Software parental controls can be uninstalled by a persistent teenager. A hardware device sitting between the modem and the internet cannot be bypassed by deleting an app. Firewalla inspects all network traffic at the gateway level, blocks by category (adult, gambling, violence), enforces schedules per device, and sends real-time alerts to your phone when a blocked category is attempted.
# Firewalla App → Devices → [Child's iPhone] # Assign to: Family Group # # Rules on Family Group: # YouTube Safe Search: ON # Block categories: Adult, Violence, Gambling, VPN Services # Bedtime (Sun-Thu): 9:00 PM – 7:00 AM (all traffic paused) # Bedtime (Fri-Sat): 11:00 PM – 8:00 AM # Data alert: Notify if device uses > 2 GB/day # # To block a specific domain manually: # Firewalla App → Rules → New Rule → Block → Target Domain # Domain: tiktok.com → Apply to: Family Group
Every operating system consults the hosts file before making any DNS request. Entries in this file override DNS entirely: 0.0.0.0 tiktok.com means that domain resolves to nothing, and no browser or app on that machine can reach it, regardless of which DNS server is configured or whether a VPN is running. It is free, requires no subscription, and works completely offline.
sudo nano /etc/hostsC:\Windows\System32\drivers\etc\hosts0.0.0.0 domain.com and a second line for 0.0.0.0 www.domain.com# /etc/hosts additions # Format: 0.0.0.0 [domain] # Social media 0.0.0.0 tiktok.com 0.0.0.0 www.tiktok.com 0.0.0.0 m.tiktok.com 0.0.0.0 instagram.com 0.0.0.0 www.instagram.com # Use the StevenBlack hosts project for 500,000+ domains: # github.com/StevenBlack/hosts (regularly updated, free) # Flush DNS cache after editing: # macOS: sudo dscacheutil -flushcache && sudo killall -HUP mDNSResponder # Windows: ipconfig /flushdns # Linux: sudo systemd-resolve --flush-caches # Make read-only on macOS (requires separate admin account): # sudo chflags uchg /etc/hosts
sudo chflags uchg /etc/hosts under the admin account to lock the file from any modification.
Every internet connection begins with a DNS lookup. If that lookup goes through a filtering resolver instead of your ISP's default server, the resolver can silently refuse to answer for adult or harmful domains. Changing your router's DNS settings applies this filter simultaneously to every device on your home network — computers, tablets, gaming consoles, smart TVs — with no software installation required on any device.
192.168.1.1 or 192.168.0.1 in a browser).# Option 1: CleanBrowsing Family Filter (free, no account) Primary DNS: 185.228.168.168 Secondary DNS: 185.228.169.168 # Blocks: adult, mixed-content, proxy/VPN bypass domains # Option 2: OpenDNS FamilyShield (free, no account) Primary DNS: 208.67.222.123 Secondary DNS: 208.67.220.123 # Blocks: adult content categories # Option 3: NextDNS (free tier, most powerful) Primary DNS: [your-profile-specific IP from nextdns.io] # NextDNS Dashboard → Security → Block Bypass Methods: ON # NextDNS Dashboard → Parental Controls → SafeSearch: ON # NextDNS Dashboard → Parental Controls → YouTube Restricted: Strict # Verify filtering is active from any device: # nslookup pornhub.com 185.228.168.168 # Expected: returns 0.0.0.0 (blocked)
network.trr.mode = 5 via the browser managed policy to disable DoH. Block Cloudflare's DoH IP (104.16.248.249) at the router firewall level.
DNS-level filters are blind to the content within a web page — they block domains but cannot read what is on a page at a subdomain you did not think to block. Net Nanny operates at the application layer using local SSL inspection: it reads HTTPS page content in real time, categorizes it, masks profanity, and sends instant alerts to parents when their child searches for or views content in sensitive categories. It works on both home WiFi and mobile data.
# Net Nanny Parent Dashboard → [Child Profile] → Web Filter # # Content categories (drag to BLOCK): # Pornography: BLOCK # Violence: BLOCK # Drug-Related: BLOCK # Weapons: BLOCK # VPN & Anonymizers: BLOCK ← critical # Social Networking: TIME LIMIT (30 min/day after 4 PM) # Gaming: TIME LIMIT (1 hour/day) # # Alerts → Immediate notification: # Self-Harm / Suicidal content: ON # Sexual / Pornographic content: ON # Violent threats: ON # # Reports: Weekly digest email of top 10 visited sites
The router is the single choke point for all home internet traffic. Modern consumer routers from ASUS, Netgear, TP-Link, and Eero include built-in parental control suites that require no software installation on child devices. They work at the network level, are invisible to the child, and catch every device including gaming consoles, smart TVs, and IoT devices that cannot run parental control apps.
192.168.1.1).# ASUS Router: AiProtection + Parental Controls # Admin Panel → AiProtection → ON # Parental Controls → Time Scheduling: # Device: [Child's MacBook] (MAC: AA:BB:CC:DD:EE:FF) # Block times (Mon–Fri): 10:00 PM – 7:00 AM # Block times (Sat–Sun): 12:00 AM – 9:00 AM # Website Filter → Activate for MAC AA:BB:CC:DD:EE:FF # Block categories: Adult, Gambling, Violence, Drugs, P2P # Default policy for unknown devices: # Settings → Guest Network → Block guest from accessing intranet # (All unrecognized MACs go to a restricted guest VLAN)
Network-level controls vanish the moment a child leaves home. Device-level controls built into the operating system persist across WiFi, mobile data, school networks, and friends' houses. Both Apple Screen Time and Google Family Link integrate deeply with the OS: they control app installs, enforce content ratings, limit daily usage, and can lock the device remotely. They are enforced cryptographically and cannot be removed without a parent passcode.
Apple Screen Time (iPhone / iPad):
Google Family Link (Android):
# Apple Screen Time via Family Sharing (remote management) # Settings → [Your Name] → Family Sharing → Screen Time # # Content & Privacy Restrictions: # Web Content: Limit Adult Websites # Never Allow (custom): reddit.com, discord.com, 4chan.org # App Store Purchases: Require Password (always) # Allowed Apps: Camera, Messages, Safari (only) # # App Limits: # Social Networking: 30 minutes per day # Entertainment: 1 hour per day # # Downtime: # Schedule: 9:00 PM – 7:00 AM (Mon–Sun) # Always Allowed: Phone, Messages (call/text parents only) # # Screen Time Passcode: [6-digit code, unrelated to device PIN]
Home network controls (router, Firewalla, DNS filtering) apply zero protection the moment a child leaves the house. A family-managed VPN installs a network profile on the device that routes all DNS queries — and optionally all traffic — through a parental filtering proxy regardless of whether the device is on home WiFi, a school network, a friend's WiFi, or LTE. This is the only category of control that extends coverage everywhere the device goes.
# NextDNS Profile on iOS (installs as DNS-over-HTTPS profile) # nextdns.io → Setup → iOS → Download Profile # Install in: Settings → General → VPN & Device Management # # Lock the profile (prevent deletion): # Use Apple Configurator 2 (free, Mac App Store) to: # 1. Supervise the device (one-time setup, requires USB) # 2. Push the NextDNS profile as "non-removable" # 3. Set a supervision passcode separate from Screen Time # # NextDNS Dashboard settings: # Blocklists: OISD Full, HaGeZi Multi-Pro # Parental Controls: # SafeSearch: Enforce (all search engines) # YouTube Restricted: Strict # Block: TikTok, Instagram, Snapchat, Discord # Block Bypass Methods: ON ← blocks VPN-over-VPN attempts
Search engines are often the first vector through which children encounter graphic content — a homework search for "anatomy" or "war history" can surface deeply inappropriate images without SafeSearch. YouTube's recommendation algorithm can lead from innocuous content toward increasingly extreme material within minutes. Configuring SafeSearch enforcement at the DNS level makes it mandatory on every device simultaneously, without needing to change any device's settings individually.
google.com and www.google.com to forcesafesearch.google.com.bing.com and www.bing.com to strict.bing.com.youtube.com, www.youtube.com, and m.youtube.com to restrict.youtube.com.# Pi-hole: Local DNS → CNAME Records google.com → forcesafesearch.google.com www.google.com → forcesafesearch.google.com google.co.uk → forcesafesearch.google.com google.ca → forcesafesearch.google.com bing.com → strict.bing.com www.bing.com → strict.bing.com youtube.com → restrict.youtube.com www.youtube.com → restrict.youtube.com m.youtube.com → restrict.youtube.com # NextDNS equivalent (one-click in dashboard): # Parental Controls → Force Google SafeSearch: ON # Parental Controls → YouTube Restricted Mode: Strict # (Automatically applies to all regional Google domains) # Verify SafeSearch is locked (on any device on the network): # 1. Go to google.com/search?q=test # 2. Look for "SafeSearch is locked" text at the top of results
duckduckgo.com, search.brave.com, yandex.com, and search.yahoo.com to your DNS blocklist, leaving only Google and Bing accessible.
restrict.youtube.com is the resolved endpoint, so direct video URLs are also filtered.
No DNS filter is perfectly comprehensive. Browser extensions intercept page loads before rendering begins, blocking specific URLs, injecting ad and tracker blocking, and enforcing usage time limits. uBlock Origin with adult-content filter lists blocks categories that DNS resolvers miss, particularly content hosted on CDNs shared with legitimate sites. BlockSite adds schedule-based access controls and session limits directly in the browser.
# uBlock Origin → My Filters tab (custom block rules): ||tiktok.com^ ||snapchat.com^ ||reddit.com^ ||discord.com^ # Block any page mentioning specific terms (advanced): ! example.com##.adult-content-class # Add HaGeZi Multi-Pro list (comprehensive, maintained daily): # uBlock Origin → Filter Lists → Custom → Add: # https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/adblock/pro.txt # Windows Group Policy (Chrome managed): # HKLM\SOFTWARE\Policies\Google\Chrome # ExtensionInstallForcelist: # 1 = "cjpalhdlnbpafiamejdnhcphjbkeiagm" ← uBlock Origin # 2 = "eiimnmioipafcokbfikbljfdeojpcgbh" ← BlockSite # ExtensionInstallBlocklist: * # (Prevents installation of any other extension) # IncognitoModeAvailability: 1 # (Disables Incognito mode entirely)
ExtensionInstallForcelist makes extensions permanently active and non-removable. The remove button simply does not appear for force-installed extensions.
IncognitoModeAvailability = 1 in Group Policy to disable Incognito entirely. Alternatively, manually enable uBlock Origin in Incognito from the extensions page (requires admin/parent access to change).
The leading risks on social media are not content exposure alone but behavioral: cyberbullying, predatory contact, self-harm conversations, and depression. These occur in private messages, not public posts — content filters cannot see them. Bark uses AI to analyze message content across 30+ platforms and alerts parents only when genuinely concerning patterns emerge, without requiring parents to read every message. This preserves age-appropriate privacy while maintaining a safety net for serious threats.
# Bark Dashboard → Alert Preferences → [Child Name] # # Alert me immediately (SMS + email) for: # [HIGH] Self-harm / suicidal content # [HIGH] Sexual content / predatory contact # [HIGH] Cyberbullying (as sender or recipient) # [HIGH] Depression and anxiety indicators # [MED] Drug and alcohol references # [LOW] Profanity (weekly digest only — reduces alert noise) # # Platforms monitored by Bark: # iMessage, Instagram DMs, Snapchat, Gmail, Google Docs, # TikTok DMs, Discord, YouTube comments, Twitter/X DMs, # Facebook Messenger, WhatsApp, Kik, email (20+ providers) # # Bark does NOT show parents the full message text. # It shows a context snippet around the flagged content only.
Every figure below comes from the peer-reviewed studies cited in the next section. The charts fill in as you scroll.
Source: Internet Matters and Ofcom surveys of UK children and parents. The gap between what children encounter and what parents realize is the single strongest argument for active monitoring.
Ten peer-reviewed studies and authoritative reports documenting the documented harms of unmonitored youth internet use — and the measured benefits of parental engagement.
The largest ongoing study of youth media consumption in the United States, surveying over 1,500 children ages 8-18. The 2021 edition documented a 17% acceleration in screen time over two years, with tweens averaging 5 hours 33 minutes daily and teens averaging 8 hours 39 minutes. These figures do not include time spent on screens for school assignments.
commonsensemedia.org/researchPew's annual survey of 1,316 U.S. teenagers documents near-universal social media adoption and the platforms' dominance in daily teen life. YouTube is used by 93% of teens, followed by TikTok (63%), Snapchat (60%), and Instagram (59%). More than nine-in-ten teens report using the internet at least daily, with nearly half reporting near-constant connectivity.
pewresearch.org/internetThe foundational AAP policy statement synthesizing research on cognitive development, attention, sleep disruption, and social development in relation to screen exposure. The statement establishes evidence-based guidelines across developmental age groups and emphasizes the importance of parental co-viewing and active engagement rather than passive consumption. Published in the journal Pediatrics, November 2016.
publications.aap.orgThe most comprehensive longitudinal research on cyberbullying prevalence in the United States, spanning 21 years of data collection. Researchers Sameer Hinduja and Justin Patchin have tracked a consistent rise in both perpetration and victimization rates, with strong correlations between cyberbullying victimization and depression, anxiety, self-harm, and academic decline. Recent data shows boys are now more heavily involved than in earlier cohorts.
cyberbullying.orgA longitudinal cohort study following 3,826 adolescents measuring screen time and depression scores at multiple time points. The study found significant within-person associations between social media use and television viewing with subsequent increases in depressive symptoms, controlling for prior depression. The dose-response relationship was stronger for social media than for other screen activities. Published in JAMA Pediatrics, 173(9), 2019.
jamanetwork.comAnalysis of data from 612,000 adolescents via the National Survey on Drug Use and Health (2005-2017) found a 50% increase in major depressive episodes among teens between 2011 and 2015, coinciding precisely with the mass adoption of smartphones. Adolescents reporting five to seven hours of daily phone use were twice as likely to report depression and suicidal ideation compared to those using phones one to two hours daily. Published in Clinical Psychological Science.
journals.sagepub.comAnnual UK-based index measuring children's online wellbeing across safety, relationships, skills, and opportunity dimensions. The 2023 report surveyed 2,000 parents and children and identified a significant gap between children's reported experiences and parental awareness of those experiences. 27% of children were contacted by strangers, and 22% encountered violent content, yet the majority of parents reported no awareness of these incidents.
internetmatters.orgCross-sectional analysis of over 10,000 European adolescents examining prevalence, frequency, and psychosocial correlates of online pornography exposure. The study found that frequent pornography exposure correlates with distorted sexual attitudes, increased sexual risk behaviors, anxiety, depression, and academic performance decline. A systematic review published in the same journal in 2020 confirmed the findings in a broader sample of 110,000 young people across 39 studies.
adolescenthealth.orgThe NSPCC's authoritative annual report aggregates data from UK child protection services, police records, and national surveys to provide year-on-year trend data on child safety risks including online offenses. The 2020 edition reported approximately an 80% increase in online child sexual abuse crimes recorded by police in recent years. The Internet Watch Foundation data shows exponential growth in online child sexual abuse material being reported and removed annually.
nspcc.org.ukThe Child Mind Institute synthesizes clinical and research evidence on the mental health impacts of smartphone and social media use in adolescents, drawing on data from over 1,500 clinical cases and peer-reviewed literature. The report is widely cited by pediatricians and school counselors and covers the mechanisms behind anxiety amplification, depression, sleep disruption from nighttime device use, and social comparison effects specific to image-heavy platforms. Available free at childmind.org.
childmind.orgThe APA's first-ever formal health advisory on adolescent social media use, drawing on decades of research to issue concrete recommendations to parents, policymakers, and platform designers. The advisory states that adolescent brains are uniquely susceptible to social comparison, reward feedback loops, and addictive platform design. It recommends parental oversight of content and usage, technology-free bedrooms, and warns particularly against use before age 15.
apa.orgStanford Internet Observatory researchers created test accounts presenting as minors and documented that Meta's recommendation systems surfaced accounts explicitly offering child sexual abuse material within minutes. The investigation revealed that adult accounts seeking to exploit children were being algorithmically connected to minor accounts through Instagram's "suggested accounts" and "explore" features, despite Meta's stated policies prohibiting such content. The findings prompted Congressional hearings.
cyber.fsi.stanford.eduA meta-analysis synthesizing 35 studies covering 30,000 children found that screen use near bedtime is consistently associated with reduced sleep duration, delayed sleep onset, and poorer sleep quality. The blue-light suppression of melatonin, combined with cognitive stimulation from social content, creates a neurological pathway from screen use directly to sleep deficit. Sleep deprivation in adolescents is itself independently associated with depression, poor academic performance, and obesity.
sleepfoundation.orgOfcom's annual survey of 3,000 UK children and their parents tracks media consumption, online harms encountered, and parental awareness gaps. The 2023 edition found that children are encountering harmful content at significantly higher rates than parents estimate, with a growing gap between child-reported exposure and parental awareness. The report also documents that children are developing coping strategies for online harms independently rather than turning to parents, partly due to fear of losing device privileges.
ofcom.org.ukThis landmark longitudinal study from the Crimes Against Children Research Center followed thousands of internet-using youth and documented the prevalence of online sexual solicitation, grooming tactics, and the pathways from online contact to offline abuse. The research established that most predatory contacts begin on platforms children use daily for social interaction, and that parental awareness and monitoring significantly reduces the likelihood of children maintaining contact with online predators.
jamanetwork.comThe six platforms most used by children, with exact settings to configure and the risks each one poses if left at defaults.
TikTok's "For You Page" algorithm surfaces content based on engagement, not age-appropriateness. Children are exposed to eating disorder content, violent trends, sexual material, and adult creators within minutes of opening the app. The default allows anyone to send direct messages to anyone over 16.
Family Pairing does not block TikTok entirely, does not monitor message content, and does not prevent your child from creating a second TikTok account on another device. Combine with Bark for message-level monitoring.
Instagram is the platform most associated with social comparison, body image distortion, and depression in adolescent girls. Its Explore and Reels algorithms surface content far beyond what a child follows. The DM system allows any account to contact any other account, including minors, by default. Research by the Stanford Internet Observatory found that Meta's own recommendation systems actively connected adults seeking to exploit minors.
Snapchat's disappearing messages create a false sense that content cannot be screenshotted or preserved — which encourages sharing of explicit photos. The app is a primary vector for sexting among teens. The Snap Map feature reveals a child's precise location to all friends by default. "Quick Add" and "Discover" surface unknown adults and drug-related content.
Family Center cannot read message content. Bark connects to Snapchat and monitors for keyword-triggered content before messages disappear.
Discord has no native parental controls whatsoever. The minimum age is 13 but is completely unenforced. Children join servers with adult strangers, receive unsolicited DMs, and encounter explicit imagery, radicalization content, and drug sales. Discord is particularly dangerous because it is primarily accessed through gaming — children perceive it as a gaming tool, not a social media platform, and parents often do not monitor it.
# DNS blocklist entry or router rule: # Block: discord.com, discordapp.com, cdn.discordapp.com # Also block the iOS/Android app via Screen Time / Family Link
Bark monitors Discord DMs and server messages for concerning keywords. This is the most practical monitoring option for teens who use Discord for legitimate gaming communities.
Roblox is marketed as a child-friendly game platform but hosts user-generated content including games with sexual themes, violent content, and gambling mechanics. The in-game chat system is an active vector for grooming. Real-money purchases (Robux) are addictive by design. Children aged 7-12 make up the majority of the user base, making it a target for predatory adults.
Search your child's favorite Roblox games by name on a review site. Some user-created games have embedded inappropriate content. The Roblox platform cannot guarantee all games are age-appropriate despite moderation efforts.
YouTube's recommendation algorithm is engineered to maximize watch time, not wellbeing. Studies have documented pathways from age-appropriate content to increasingly extreme material in a handful of recommendation steps. Autoplay is on by default. Comments on videos expose children to adult language and inappropriate contact. The standard YouTube app has no meaningful age filter — any content on the platform is accessible.
YouTube Kids is a completely separate application with curated, moderated content. Set it as the only YouTube-type app available:
# Router DNS CNAME override (covers all devices at once): youtube.com → restrict.youtube.com www.youtube.com → restrict.youtube.com m.youtube.com → restrict.youtube.com # Or use NextDNS dashboard: # Parental Controls → YouTube Restricted Mode: Strict
Controls that are appropriate at eight are too restrictive at fifteen. This guide gives age-appropriate defaults that gradually extend autonomy as children demonstrate judgment.
A child who flips their phone face-down, switches apps, or minimizes the browser whenever a parent enters the room is not simply seeking privacy — they are concealing specific content. Occasional privacy is normal; reflexive concealment is a signal.
Some frustration when a device is taken away is normal. Disproportionate anger, crying, panic, or threats at the prospect of losing device access can indicate psychological dependence or that an ongoing online relationship is being severed. Screen addiction is clinically recognized and treatable.
A child pulling away from in-person relationships to spend more time online, or whose online friendships have become their primary social context, may be developing an unhealthy relationship with the internet or may have found an online community (not always benign) that meets needs their real-world relationships do not.
Adult predators commonly use gift-giving as part of the grooming process: Amazon gift cards, Steam gift cards, Robux, PayPal transfers. If your child has received anything of value from an online contact that you did not authorize, treat this as a serious red flag and ask direct questions about who gave it to them.
If your child cannot calmly show you what they were looking at when you ask, or produces an immediate excuse for why the screen was blank, that is information. Children with nothing to hide typically do not react defensively to a parent glancing at their screen.
Social media is engineered to be used at night — notification cycles, live stories, and DM conversations all peak after 10 PM. A child who is chronically tired, irritable in the morning, or whose light you can see under the door at midnight is likely using a device that should be charged in a common area.
Children who are using language, referencing concepts, or demonstrating knowledge about sex that is beyond what would be expected for their age have likely been exposed to pornography or sexual content. This warrants a calm, direct conversation — not punishment — to understand what they have seen and help them process it.
It is normal for children to have online gaming friends. It is not normal for them to refuse to describe who those friends are, become defensive or hostile when asked, or insist that a parent would "never understand." Adults who build relationships with children online typically encourage secrecy as a protective strategy.
If you find apps on your child's device you did not approve, or if you discover secondary accounts on platforms you knew they used, do not immediately confiscate the device — instead ask curious questions to understand why they created them. Secondary accounts are often created to avoid detection of content that would violate household rules.
A child who checks their post's likes repeatedly, becomes visibly upset when a post receives little engagement, or whose emotional state tracks the performance of their social media content is experiencing the reward-feedback loop that social platforms are deliberately designed to create. This is a sign the relationship with the platform is becoming problematic.
Online grooming typically progresses toward an in-person meeting. If your child mentions wanting to meet, or has made plans to meet, someone they know primarily from online — even if the contact appears to be a peer — this warrants immediate parental involvement. Predators often pose as age-matched peers for extended periods before revealing intent.
Online communities can normalize self-harm and suicidal ideation in vulnerable teenagers. If your child makes references to self-harm, suicide, or "the world being better without them" — even in what appears to be a casual or joking way — take it seriously. Contact a mental health professional. The Bark monitoring tool is specifically configured to detect this language in messages and alert parents.
Ranked by ease and impact. Start at the top and work down. Each step builds on the previous one.
Use this table to decide which tools to deploy first. "Away from Home" means the control still works on mobile data and other WiFi networks.
| Tool | Category | Cost | Covers All Home Devices |
Works Away from Home |
Monitors Message Content |
Setup Difficulty |
Best For |
|---|---|---|---|---|---|---|---|
Firewalla |
Hardware firewall | $109–329 one-time | Yes | No | No | Medium | Whole-home visibility; consoles & smart TVs |
OpenDNS FamilyShield |
DNS filter | Free | Yes | No | No | Easy | Instant adult content blocking, no account needed |
CleanBrowsing Family |
DNS filter | Free | Yes | No | No | Easy | Drop-in adult & mixed-content blocker, router-only |
NextDNS |
DNS filter + device VPN | Free / ~$2/mo | Yes | Yes (with device profile) | No | Medium | Most powerful free DNS; extends to mobile data via profile |
/etc/hosts blocking |
OS-level DNS override | Free | No (per device) | Yes | No | Medium | Free offline fallback layer on managed computers |
Apple Screen Time |
OS parental control | Free | No (iOS/macOS only) | Yes | No | Easy | App limits, content ratings, downtime on Apple devices |
Google Family Link |
OS parental control | Free | No (Android only) | Yes | No | Easy | App approval, bedtime lock, location on Android |
Net Nanny |
Parental control app | ~$55/yr (5 devices) | Partial | Yes | Page content | Medium | HTTPS inspection, category filtering, instant alerts |
Circle Go |
Family VPN proxy | $99 device + $9.99/mo | Yes | Yes | No | Medium | Same home rules applied on mobile data via device profile |
uBlock Origin |
Browser extension | Free | No (per browser) | Yes | No | Easy | Ad, tracker, and adult filter lists inside the browser |
BlockSite |
Browser extension | Free / paid tier | No (per browser) | Yes | No | Easy | Scheduled browser blocking and per-site bans |
Bark |
Social media monitor | $14/mo (up to 5 kids) | No | Yes | Yes | Easy | AI alerts for grooming, self-harm, bullying in messages |
Qustodio |
Parental control + monitor | $55–100/yr | Partial | Yes | Yes | Medium | Combined filtering + social monitoring + location + Panic Button |
Plain-language definitions for every technical term used in this guide and in conversations about child online safety.
A set of rules a platform uses to decide what content to show each user. Social media algorithms prioritize content that keeps users watching longest, not content that is healthiest. They learn from every tap, pause, and scroll your child makes, and they get increasingly good at surfacing content that provokes strong emotional reactions.
A DNS configuration entry that redirects one domain name to another. Used in this guide to redirect google.com to forcesafesearch.google.com so Google always returns SafeSearch results. Set in your router, Pi-hole, or NextDNS dashboard; takes effect for all devices on the network instantly.
Child Sexual Abuse Material. Images or videos depicting the sexual abuse of minors. It is illegal to possess, distribute, or view in all jurisdictions. Its presence on major platforms like Instagram and Discord has been documented by researchers and is a primary reason why unmonitored platform access for children carries serious risk beyond "bad language."
Domain Name System — the internet's phone book. When your child's device types "youtube.com," it asks a DNS server for the numerical IP address that corresponds to that name. DNS filtering works by answering those requests with "no address found" for blocked domains, so the connection never starts. Every internet connection begins with a DNS lookup.
An encrypted version of DNS that runs through port 443 (the same port as normal web traffic), making it invisible to most router-level filters. Firefox and Chrome support DoH built-in. A child can enable it in browser settings to bypass traditional DNS filtering. Counter with NextDNS's own DoH endpoint or by blocking DoH providers at the firewall.
TikTok's built-in parental control system. Links a parent's TikTok account to a child's account by QR code scan. Gives the parent remote control over screen time limits, direct message settings, content restrictions, and search access from their own phone. Requires both parent and child to have TikTok accounts and for the child to accept the connection.
A text file containing tens or hundreds of thousands of domain names or URL patterns that should be blocked. Used by DNS filters (NextDNS, Pi-hole) and browser extensions (uBlock Origin). Community-maintained lists like HaGeZi Multi-Pro and OISD are updated daily. A single filter list can block more domains than any parent could manually curate.
A "fake Instagram" — a secondary Instagram account a teenager uses for content they do not want their primary followers (including parents) to see. Common among teens aged 13–17. The account is set to private with a small list of trusted friends. Bark detects secondary account activity on devices it monitors. Combine with App Store purchase approval to prevent new account creation going unnoticed.
A device or software that monitors and controls incoming and outgoing network traffic based on security rules. A hardware firewall like Firewalla sits physically between your modem and router and inspects every packet passing through. A software firewall (like Windows Defender Firewall) runs on a single device. Hardware firewalls cannot be bypassed by deleting an app.
The process by which an adult builds trust and emotional intimacy with a child in order to facilitate sexual abuse, exploitation, or trafficking. It typically involves establishing a relationship, gradually introducing sexual topics, encouraging secrecy, and eventually moving toward in-person contact. Online grooming most commonly starts on gaming platforms, social media DMs, and Discord. Bark's AI is specifically trained to detect grooming language patterns in messages.
HyperText Transfer Protocol Secure. The encrypted version of web browsing. The padlock icon in your browser means the connection is HTTPS. While HTTPS protects your data in transit (good), it also means basic network filters cannot read the content of web pages — only the domain name. This is why application-layer tools like Net Nanny (which install a local certificate to inspect HTTPS traffic) are more powerful than DNS-only filters.
The numerical address of a device or website on the internet (e.g., 104.18.22.68). DNS translates domain names into IP addresses. Blocking a domain name via DNS does not block access via its IP address directly. This is one way children bypass hosts-file blocking: they look up a site's IP and connect directly, skipping DNS entirely. Network-level firewall rules can block specific IP ranges to close this gap.
Internet Service Provider — the company providing your home internet connection (Comcast, AT&T, Verizon, etc.). By default your router uses your ISP's DNS servers, which have no parental filtering. The first thing this guide recommends is replacing the ISP's default DNS with a filtering DNS like CleanBrowsing or NextDNS.
A unique hardware identifier burned into every network card at manufacture (e.g., AA:BB:CC:DD:EE:FF). Routers use MAC addresses to identify and distinguish individual devices. Parental controls that restrict "Mia's iPhone" do so by tracking the MAC address of that device. Children can sometimes "spoof" (fake) a different MAC address in software to appear as an unrestricted device.
Mobile Device Management Profile. A configuration file installed on iOS or Android that gives a parent or organization control over device settings at the OS level. Used by Net Nanny, NextDNS, and Circle to push restrictions that cannot be deleted without a password. Apple Configurator 2 (free Mac app) allows parents to "supervise" an iPhone, making MDM profiles non-removable.
A numbered channel on a network connection used to direct traffic to specific services. Port 80 is standard web traffic; port 443 is HTTPS; port 1194 is OpenVPN; port 51820 is WireGuard. Firewalls can block specific ports — blocking port 1194 and 51820 prevents most VPN apps from connecting, which is one way to stop children from tunneling around network filters.
YouTube's content filter. When enabled, it hides videos that have been flagged by users, algorithms, or age-restricted by creators. It is not comprehensive — many inappropriate videos are never flagged — but it removes the most obvious explicit content. Locked at the DNS level using CNAME records (pointing youtube.com to restrict.youtube.com), it applies to every device on the network without needing to set it in each account.
The device that connects your home to the internet and distributes that connection to all your home devices via WiFi and ethernet. All internet traffic from every device in your home passes through the router, making it the most powerful single point for applying parental controls. Changing the DNS settings in your router applies content filtering to every device simultaneously.
A filtering setting offered by Google, Bing, and DuckDuckGo that removes explicit sexual content from search results and Google Images. It is off by default on standard accounts. "Locking" SafeSearch (via the parent Google account or via DNS CNAME override) prevents the child from turning it off. It does not block all inappropriate content but eliminates the most obvious search-result pathways to adult material.
Virtual Private Network. A technology that encrypts all internet traffic from a device and routes it through a server in a different location. Adults use VPNs for privacy and security. Children use consumer VPN apps (Windscribe, ProtonVPN, 1.1.1.1 WARP) specifically to bypass parental DNS filters and network controls. A family-managed VPN like NextDNS or Circle works differently: it routes traffic through a parent-controlled proxy, so the filtering happens at the VPN server rather than being bypassed by it.