Setup & Configuration¶
This guide walks you through enabling Child Mode and configuring time controls, schedules, and content filtering.
Enabling Child Mode¶
- Log in to your QuietNet dashboard
- Navigate to the Blocklists section
- Select the profile your child's device uses
- Toggle Child Mode to ON
Choose the right profile
Child Mode applies to a single profile. Make sure you're configuring the profile your child's device connects through — not your own.
Activity logging turns on automatically
When you enable Child Mode, activity logging is turned on for that profile and stays on as long as Child Mode is active. This ensures you can always see what your child is browsing.
Time Credits¶
The credit system lets you grant internet access in timed amounts. When credits run out, internet access is blocked until you add more or a schedule kicks in.
How Credits Work¶
stateDiagram-v2
[*] --> CreditDisabled: Child Mode ON
CreditDisabled --> CreditEnabled: Enable Time Control
CreditEnabled --> AccessGranted: Add Credit Hours
AccessGranted --> AccessBlocked: Credit Expires
AccessBlocked --> AccessGranted: Add More Credit
AccessGranted --> AccessGranted: Schedule Active
CreditEnabled --> CreditDisabled: Disable Time Control
- Credits are measured in hours and count down in real time
- Credits stack — adding 1 hour when 2 hours remain gives 3 hours total
- Credits are capped at 24 hours at a time
- When credits reach zero and no schedule is active, internet access is blocked
Enabling Time Control¶
- With Child Mode already enabled, toggle Time Control to ON
- The profile will show an Access Status indicator (Allowed / Blocked)
- Initially access will be blocked until you add credit or create a schedule
Adding Credits¶
Use the quick-add buttons on the dashboard to grant access time:
| Button | Time Added |
|---|---|
| +30 min | 30 minutes |
| +1 hr | 1 hour |
| +2 hr | 2 hours |
| +4 hr | 4 hours |
Credits take effect within seconds.
Stacking example:
- Your child has 2 hours remaining
- You add 4 hours → they now have 6 hours
- You add 20 more hours → capped at 24 hours from now
Automate with the API
You can add credits automatically using the Child Credit API. For example, you could build a system that grants internet time when chores are completed.
Schedules¶
Schedules let you define recurring time windows when internet access is automatically allowed — even if credits have run out.
Creating a Schedule¶
- In the Child Mode section of the dashboard, click Add Schedule
- Configure the schedule:
- Name: A descriptive name (e.g., "After School", "Weekend Morning")
- Days: Select which days the schedule applies
- Start Time: When access begins
- End Time: When access ends
- Click Save
Day Presets¶
| Preset | Days |
|---|---|
| Weekdays | Monday – Friday |
| Weekends | Saturday – Sunday |
| Every Day | All seven days |
You can also select individual days for custom combinations.
How Schedules and Credits Work Together¶
- Credits always take priority — if your child has credit time, they have access regardless of schedule
- Schedules fill gaps — when credits run out, an active schedule keeps access going
- Schedules don't use up credits — scheduled access is separate from the credit balance
- Access stops when both expire — when a schedule window ends, access is blocked only if credits are also gone
Example:
| Time | Credits | Schedule (3–6 PM) | Result |
|---|---|---|---|
| 2:00 PM | 1 hr remaining | Not active | Allowed (credit) |
| 3:30 PM | Ran out | Active | Allowed (schedule) |
| 6:30 PM | Ran out | Ended | Blocked |
| 7:00 PM | Parent adds 2 hrs | Not active | Allowed (credit) |
Content Filtering¶
Child Mode profiles use the same blocklist system as regular profiles. You can turn categories on or off independently:
- Ads — advertising networks
- Trackers — analytics and telemetry
- Malware — known dangerous websites
- Adult Content — adult websites
- Social Media — social platforms
- Gambling — betting and gambling sites
You can also add specific websites to always allow or always block. See the Custom Blocklists guide for details.
Recommended for children
At minimum, enable Ads, Trackers, Malware, and Adult Content filtering for child profiles.
Monitoring Activity¶
With activity logging enabled, you can see your child's browsing activity from the dashboard:
- View the most visited websites
- See which websites were blocked and why
- Track browsing activity over time
Automatic Log Cleanup¶
If you'd like logs to be automatically cleaned up, you can enable Auto-Delete Logs with a retention period (e.g., 30 days) in the profile settings.
Next Steps¶
- Mobile App — Set up PIN lock to prevent your child from disabling protection
- API Reference — Automate credit management with the API