Almost every VPN on the market calls itself "no-logs," and the better-known ones point to independent audits to back it up. Asking for that proof is the right instinct. But it helps to understand what an audit actually shows. It is a snapshot: a firm reviews a provider's systems on a set of dates and attests that, as configured then, the practices matched the policy. It does not prove the setup is unchanged the following week, and its scope is defined by the provider being audited. That is why the major providers re-audit every year or two, and why some of the strongest evidence for a no-logs claim has come not from an audit but from a server being seized and turning up nothing usable. A policy is a promise. An audit is a periodic check on that promise. The deeper guarantee is an architecture where the sensitive data is never created at all.

This post does two things. First, it explains what "no-logs" really means, in plain language, so you can judge any VPN by it. Second, it walks through how NorexVPN is built so that the promise holds up at the level of the architecture, not just the privacy policy.

What "no-logs" actually means

When people worry about VPN logging, they are almost always worried about one specific category: activity logs. Everything else is secondary.

The logs that actually matter

Activity logs are records of what you do while connected. In practice that means:

  • The websites and services you connect to
  • The DNS lookups your device makes (every domain you type resolves through a DNS query)
  • The IP addresses you reach
  • Timestamps that tie a person to a session and a destination

This is the data that can be subpoenaed, leaked, sold, or used to build a profile of you. A VPN that keeps activity logs is, in a real sense, just relocating the surveillance from your internet provider to itself. If a provider records the domains you visit and when, "no-logs" is not an accurate description of the service, regardless of what the homepage says.

A genuine no-logs VPN does not store any of this. There is no record of the sites you visit, no history of your DNS lookups, and no log tying your account to a browsing session.

The data that honest providers still have

Here is the part most marketing pages leave out: running a paid service requires a small amount of operational data, and a provider that claims to store literally nothing is not being straight with you.

To bill you, a company needs your email and your subscription status. To keep a connection alive, the underlying protocol needs to know whether your device is currently connected. None of that is an activity log, and none of it reveals what you do online. The honest position is not "we store nothing." It is "we store the minimum required to run the service, and none of it is a record of your activity." A provider willing to draw that line clearly is usually more trustworthy than one making an absolute claim that cannot be true.

Why most VPNs cannot really promise it

A no-logs policy is a document. Document promises are easy to write and hard to verify. Three things tend to get in the way.

Shared servers. Most consumer VPNs route thousands of customers through the same machines. When your traffic shares hardware with everyone else's, the provider has to do more bookkeeping to keep sessions apart, and a single compromised server exposes a crowd. The architecture itself creates pressure to track who is who.

The gap between policy and design. A policy can say "we do not log" while the servers are quietly configured to log by default. Most logging on a Linux server is on out of the box. Turning it off is a deliberate engineering decision, not the natural state of things. If a provider has not actively designed logging out, the safe assumption is that something is being written down.

Jurisdiction and pressure. A company can be compelled to start collecting data it previously did not. The strongest protection against that is not a promise. It is an architecture where the data was never being generated in the first place, so there is nothing to begin collecting and nothing to hand over.

How NorexVPN is built so there is nothing to hand over

NorexVPN approaches the problem from the infrastructure up. The goal is simple: design the service so that activity data is never created, which makes the no-logs promise a property of the system rather than a pledge of good behavior.

A dedicated server for every customer

This is the foundation, and it is unusual. Every NorexVPN customer gets their own private server, running WireGuard, used by no one else. Your traffic never mixes with another customer's on shared hardware. There is no central pool to monitor, no multi-tenant bookkeeping that needs to separate one person's session from another's, and no single box whose compromise would expose a crowd. Your server answers to your devices and nothing else.

No traffic logging at the network layer

On your server, traffic is routed at the network level without any rule that records or captures it. There is no packet capture running, no sniffing, no process quietly writing down where your connections go. Packets come in, get routed out, and leave no trail behind them on the machine. The control software that manages the server is itself configured not to keep request logs.

A private DNS resolver that does not record your lookups

DNS is where a lot of "no-logs" VPNs quietly fail, because every site you visit starts with a DNS lookup, and those lookups are easy to log. NorexVPN runs a dedicated DNS resolver on your own server, so your lookups do not go to your internet provider, and the resolver is configured not to record the domains you request. It also asks upstream servers for only the minimum information needed to resolve a name, which limits what anyone further up the chain can see, and it blocks known ad, tracker, and malware domains at the DNS layer before they ever load. The only DNS data that exists is an anonymous running tally, for example a count of how many ad and tracker domains were blocked. That is an aggregate number with no connection to you or to any specific lookup.

The one piece of live data we are honest about

WireGuard, the protocol NorexVPN is built on, keeps one small piece of state in memory for each connected device: the time of its most recent handshake and a running byte counter. This is not something a provider adds. It is how the protocol confirms a device is still connected, and every honest WireGuard service has it.

It is also not an activity log, for concrete reasons. It lives in memory, not in a file. It is a single current value that is continuously overwritten, not a history that accumulates. It is wiped the moment the connection or the server restarts. And it reveals nothing about what you do: no domains, no destinations, no browsing. NorexVPN reads this live state only to show you whether your own device is currently online in your dashboard. It is never written to a log, and it is gone the instant your session ends.

Pointing this out rather than hiding it is deliberate. A provider that claims absolute zero is glossing over how the technology works. The accurate claim is the stronger one: no activity is recorded, and the only connection signal that exists is ephemeral, anonymous to your behavior, and never stored.

What we do store, and why

To be equally clear about the operational side: NorexVPN keeps the email tied to your account and your subscription status, because a paid service needs them. Payments run through Stripe, which means card details are handled by Stripe's payment infrastructure and never touch our servers. This account information is kept separate from your VPN server, and none of it is a record of your online activity. If you close your account, that data goes with it.

The bottom line

A no-logs promise is only as good as the system behind it. Anyone can publish the words. What matters is whether the service is built so the words are true.

NorexVPN is designed so the sensitive data simply never exists: a dedicated server for every customer, no traffic logging at the network level, a private DNS resolver that does not record your lookups, and honesty about the one piece of live connection state that the protocol requires. There is no central pool to watch, no activity history accumulating on disk, and nothing to produce if someone comes asking.

That is the difference between trust built on a promise and trust built on design. NorexVPN is built on the design.

Get your own dedicated VPN server