A Privacy Checklist Before You Go Live
Network exposure, access control, data handling, and physical security - a checklist to run before opening your setup up beyond yourself.
Why a checklist, not another guide
Every guide in this pillar covers one decision in depth. This page is different on purpose - it's the short version of all of them, in one place, meant to be run through in one sitting right before your setup stops being just-you-on-one-machine and starts being reachable by something else: another device on your network, a Discord bot, anyone else in your household.
Nothing here is new information. If you've read the other Own It guides, this is just the moment to actually confirm you did the things they suggested.
Network exposure
- ☐
OLLAMA_HOSTis not set to0.0.0.0unless you have a specific, ongoing reason for it (check withecho $OLLAMA_HOST) - ☐ If you followed Accessing Your Setup From Other Devices, you know that means anyone on your home network can reach it, not just you
- ☐ Nothing is exposed to the internet - that's a meaningfully bigger step than anything covered on this site, and not something to do casually
Full detail: Locking Down Your Local AI Setup.
Access control
- ☐ If you're running OpenClaw, an
allowFromlist is set so only your own account can message the bot - ☐ If more than one person uses your Open WebUI instance, each person has their own account rather than sharing one login
- ☐ Any credentials involved (Discord bot token, etc.) are stored in config, not pasted into a chat message or committed anywhere public
Data handling
- ☐ You know where your chat history actually lives, and that it's separate from your installed models
- ☐ You know what a full reset does and doesn't remove
- ☐ A backup of your chat history, Modelfiles, and any RAG source documents exists somewhere other than the same drive they came from
- ☐ That backup has actually been restored once, at least as a test - an untested backup is a hope, not a backup
Full detail: What Happens to Your Data and Backing Up Your Local AI Setup.
Physical security
- ☐ Disk encryption is on - FileVault, BitLocker, or LUKS depending on your OS
- ☐ OS security updates are set to install automatically, or you have an actual habit of checking for them (see Keeping Everything Updated)
Common questions
Do I need to do all of this before I even start using my setup?
Is this a one-time checklist or something I repeat?
Go deeper
This page is a summary. Here's the full detail behind each item.
Written from hands-on security operations experience. More about this site →