General
The Cyberblock DB Kit uses common standards for all software components. Other guides & instructions found
on the internet should be accurate and provide much better details than whats provided here.
Pi Hole
The container provided by the PiHole project is used. Therefore, any documentation from the PiHole project is
applicable & valid for the Cyberblock DB kit.
password change
Pi Hole does not currently support changing its password through the Web UI. Therefore, it must be done via
the command line
- SSH to the Hardware kit. The hostname 'cyberblock.local' should always work
- Log in using the OS credentials for the cb username. Initial credentials are provide on the kit information sheet
docker exec pihole pihole -a -p {PASSWORD}
Update
- SSH to the Hardware kit. The hostname 'cyberblock.local' should always work
- Log in using the OS credentials for the cb username. Initial credentials are provide on the kit information sheet
docker image pull pihole/pihole:latest
/storage/container/pihole/reLaunch.sh
Ad Lists
- Ad Lists can be added manually through the PiHole web UI
- The wizard UI can be used to add Cyberblock DB provided lists to PiHole http://cyberblock.local
Linux Operating system
The kit uses the Armbian distribution. All normal configuration & maintenance tasks are standard Linux things.