Pi-Hole
How Pi-Hole is Set up in GCP and On-Prem
Last updated
Was this helpful?
How Pi-Hole is Set up in GCP and On-Prem
Last updated
Was this helpful?
As of writing this we have 2 Pi-Hole setups, one "on-prem" and one in Google Cloud. The "on-prem" version is running a Raspberry Pi 3B+.
Pi-Hole GUI Access
Go to either http://redpoint-locke/admin OR http://192.168.1.251/admin
Admin credentials are in 1Password
Pi-Hole Console Access
SSH into redpoint-locke
as pi user:
ssh pi@redpoint-locke
Credentials for pi user are in 1Password
Pi-Hole GUI Access
Connect to VPN. See
Go to:
Pi-Hole Console Access
SSH into pi-hole
instance: gcloud compute ssh pi-hole
(Only omit Zone and Project if defaults are set)
Occasionally you will need to update PiHole. If you see an update is needed when in the GUI or console then you should update as soon as possible.
To Update:
Follow the above instructions for getting into the correct instance (GCP or On-Prem) for console access.
Issue the following command:
pihole -up
If any issues arise, resolve as necessary.
Set Up gcloud
cli (See )