Add Trusted Device
Whitelist
Give it a friendly name you will recognise
Whose device is this?
Fios router: My Network → Network Map
iPhone: Settings → General → About
Trusted Devices
0 Trusted
🛡
No trusted devices yet.
Add your son's iPhone and MacBook above.
Add your son's iPhone and MacBook above.
Scan Network to Find Devices
Click Run Scan to discover all devices on your network, then click TRUST next to any device.
PowerShell Commands
Copy & Paste
# Add son's iPhone (replace IP with the one from your Fios router)
.\NetGuard-Whitelist.ps1 -Action Add -IP "192.168.1.55" -Name "Son's iPhone" -Owner "Jack Jr"
# Add son's MacBook
.\NetGuard-Whitelist.ps1 -Action Add -IP "192.168.1.42" -Name "Son's MacBook" -Owner "Jack Jr"
# Scan network and pick devices interactively
.\NetGuard-Whitelist.ps1 -Action Scan
# See all trusted devices
.\NetGuard-Whitelist.ps1 -Action List
# Remove a device
.\NetGuard-Whitelist.ps1 -Action Remove
.\NetGuard-Whitelist.ps1 -Action Add -IP "192.168.1.55" -Name "Son's iPhone" -Owner "Jack Jr"
# Add son's MacBook
.\NetGuard-Whitelist.ps1 -Action Add -IP "192.168.1.42" -Name "Son's MacBook" -Owner "Jack Jr"
# Scan network and pick devices interactively
.\NetGuard-Whitelist.ps1 -Action Scan
# See all trusted devices
.\NetGuard-Whitelist.ps1 -Action List
# Remove a device
.\NetGuard-Whitelist.ps1 -Action Remove
The whitelist script automatically updates NetGuard-Service.ps1
so you never need to edit the config manually. Devices matched by both IP and MAC address.