How many people know your WiFi password right now?

Count them. The plumber. Your kid's friends. That dinner guest from two years ago. Every one of them typed it into a phone that still auto-connects the moment they walk near your house.

You wouldn't hand out a copy of your front door key that easily. But that's exactly what a shared WiFi password is.

Here's a better idea you can host yourself: a guest portal with a password that changes on a schedule.

Why one password for everyone is a problem

Your main WiFi password protects your printer, your NAS, your smart plugs, your laptop's shared folders. A guest on that same network can poke at all of it. Most people never notice because nothing goes wrong — until something does.

Most home routers already have a guest network feature. It puts visitors on a walled-off lane that can reach the internet but not your devices. That's step one, and it's free.

Step two is making the guest password disposable.

The self-hosted piece

Run a tiny web page on a Raspberry Pi or any always-on machine. A simple script does three things:

  1. Generates a random guest password every 7 days.
  2. Pushes it to your router's guest network (many routers support this over an API or SSH).
  3. Displays the current password — and a QR code — on a local web page.

Guests scan the code, connect, done. No typing. No reading letters off a fridge magnet.

When the week rolls over, the old password dies. Anyone who left is locked out automatically. No awkward "can you change the WiFi" conversation ever again.

The easy starter version

Don't want to script anything yet? Start here:

  • Turn on your router's guest network today. Give it a separate name and password.
  • Set a monthly phone reminder to change that guest password by hand.
  • Print a QR code once using a free offline QR generator, tape it near the door, and reprint when you rotate.

That alone shrinks your risk more than most home security tweaks. The automated portal is just the polished version.

Bonus privacy win

A guest network hides your device list. When a friend connects to your main network, their phone can often see every gadget you own — the exact model of your smart TV, your camera brand, your work laptop. That inventory is a gift to anyone curious or careless. Guest isolation keeps your hardware invisible.

Your takeaway

Tonight, open your router settings and switch on the guest network. Give it a fresh password nobody has ever seen. That single toggle separates your visitors from everything that matters — and it takes about ninety seconds.