Texas Integrated Assess My Risk

Air-Gapped AI Servers: How (and When) to Run AI With No Internet

An air gap is the strongest isolation tier there is: a server with no path to the public internet at all, so your model, prompts, and documents physically cannot leave over the wire. It is also the least convenient — every update and model load becomes a manual job you do on-site. This guide explains what an air gap really is, who genuinely needs one, and the trade-offs you accept, so you can tell the difference between real protection and overkill.

What "air-gapped" actually means (vs. "isolated," vs. LAN-only)

The word gets used loosely, so start with the plain definition. An air gap is a machine with no physical or network path to the public internet — data can only move on or off via media you physically carry. That is different from LAN-only inference, where the model answers devices on your local network but makes no outbound calls, and from a VLAN-segmented box that lives in its own isolated network zone. All three keep your data in the building; they differ in how much convenience you trade for how much isolation.

Most people who say they want "air-gapped" actually describe LAN-only: they want the data to stay in-house and the box to never phone home. A true air gap goes further and removes the network path itself. The table below lines the tiers up so you can see which one matches what you really need.

The isolation tiers, side by side

Isolation strength climbs as you go down; so does the ops friction. There is no "best" row — only the right fit for your sensitivity and your tolerance for manual work.

Tier Internet path How it updates Remote support Who it's for
LAN-only No outbound calls Signed updates, you approve Possible, on your terms Most small businesses
VLAN-segmented Tightly controlled, isolated zone Signed, through a controlled gateway Limited, scoped access Regulated SMBs, mixed networks
Air-gapped None at all Controlled media transfer only On-site only Highest-sensitivity cases

For the broader picture of keeping a model on your own network, see secure local AI, and for the full control stack our local LLM security guide.

Who genuinely needs an air-gap (and who doesn't)

Here is the honest part most vendors skip: an air gap is overkill for the large majority of small businesses. If your goal is "our data never goes to a cloud vendor," a LAN-only build already does that — the prompts and documents stay on a box in your office, and nothing leaves the network. Adding a full air gap on top buys you a marginal reduction in an already small risk, in exchange for a real jump in day-to-day operating cost.

An air gap earns its keep when isolation is a hard requirement, not a preference. That usually means: defense and government work touching CUI or classified material with contractual isolation rules; law firms holding privileged matter they cannot risk on any networked path; healthcare or research handling especially sensitive records; or IP-heavy manufacturing protecting trade secrets where one leak is existential. If you are in one of those buckets, the air gap is worth the friction. If you are not, strong private AI infrastructure with access control and encryption is almost certainly the smarter spend.

The trade-offs you accept

An air gap is not free, and pretending otherwise sets you up for frustration. Three costs are worth naming plainly:

  • Updates become manual. No automatic security patches, model updates, or dependency pulls. Every change is staged, verified, and carried across on controlled media — deliberate work on a schedule, not a background download.
  • Model loading is a project. Swapping in a new open model means moving multi-gigabyte files by hand and verifying them offline. Trying a different model is hours of careful transfer, not a one-line pull.
  • Remote support goes away. Troubleshooting happens on-site. There is no secure tunnel in for a quick fix, so support visits and response times change shape — and that is an ongoing operating cost, not a one-time setup.

None of this makes an air gap wrong. It makes it a deliberate choice with a real price tag. The right question is never "is more isolation better?" — it is "does my risk justify this much added friction?"

How TIS air-gaps an AI server, step by step

Air-gapping is an optional tier we build when a project calls for it. The work is methodical, and we document each step so you can prove the isolation later:

  1. Remove outbound routes. The server gets no default gateway to the internet — there is simply no path out.
  2. Segment the network. The box sits in its own isolated VLAN, reachable only by the devices and roles you approve.
  3. Prepare signed offline updates. Patches and model files are vetted and signed on a separate staging machine before they ever go near the air-gapped server.
  4. Transfer by controlled media. Updates move across on checked, logged media — a deliberate, recorded handoff rather than a network pull.
  5. Log access. Who touched the box, and when, is recorded on hardware you own — the audit trail an isolated build still needs.
  6. Verify offline operation. We confirm the server runs fully disconnected and makes no outbound attempts before it goes live.

For the build itself, the hardware lives in a custom AI server we assemble and burn-in here in Texas.

Keeping an air-gapped model current — the checklist

An isolated box does not mean a frozen one. A disciplined offline update routine keeps it current without ever opening a path out.

Stage on a separate machine

Download and assemble updates and model files on an internet-connected staging box, never on the air-gapped server.

Verify signatures and hashes

Confirm each file is signed and matches its published checksum before it crosses the gap — this is your supply-chain check.

Scan before transfer

Run the media and files through malware and integrity checks so nothing unwanted rides across.

Use controlled, logged media

Move files on designated, tracked media only, with the transfer recorded — not on whatever USB stick is handy.

Apply on a set schedule

Patch on a cadence you approve so the box stays current without ad-hoc, unverified changes.

Test the restore and rollback

Keep a known-good snapshot so a bad update can be rolled back offline without scrambling.

Air-gapped builds installed across Houston and Fort Bend

Firms in Katy, Sugar Land, Richmond and the wider Fort Bend area that handle privileged or regulated material get the air-gapped tier set up on-site — the box isolated, the update routine documented, and the team trained to run it. We will also tell you honestly when LAN-only is the better fit. See our Texas service areas.

Air-gap questions

What is the difference between air-gapped and LAN-only?+

An air-gapped server has no physical or network path to the public internet at all — data can only move via media you carry. LAN-only allows access from devices on your local network but blocks any outbound calls to the internet. Both keep your prompts and documents in the building; the air gap just removes the network path entirely.

Does my small business actually need an air-gapped AI server?+

Probably not. Most small businesses are well served by a LAN-only build with strong access control, encryption, and logging — the data already never leaves the building. An air gap is for the highest-sensitivity cases: classified work, certain CUI, privileged legal material, or strict contractual isolation. We scope which tier fits in a readiness audit rather than overselling the air gap.

How do you update an air-gapped AI server?+

On your schedule, never by phone-home. We stage and verify signed updates and model files on a separate machine, then move them across with controlled media — a checked, logged transfer. The server itself never reaches out to the internet, so updates are a deliberate, manual step rather than an automatic one.

What do I give up by air-gapping?+

Convenience. There is no automatic update, no remote troubleshooting over the internet, and no one-click pull of a new model — every one of those becomes a manual, on-site, media-transfer task. That raises ongoing operating cost and slows changes. The isolation is real and strong; the trade-off is real too, which is why an air gap should be a deliberate choice, not a default.

Can an air-gapped server still read our internal files?+

Yes, depending on how strict your air gap is. A fully air-gapped box reads only data placed on it via controlled media. If you need it to query a live internal document store, that is closer to a tightly segmented LAN-only design — we will tell you plainly which one your workflow actually requires.

Next, read the full local LLM security guide, see how we keep models in-house on secure local AI, or talk through your isolation tier.

Air-gap or LAN-only — let's scope what you actually need

Tell us how sensitive your data is and how your team works. We'll recommend the right isolation tier honestly — and build it on-site across Houston and Fort Bend County, with no pressure to over-buy.

More in Private AI Security