TL;DR: The easiest way to protect your whole home at once is to install a VPN not on each device but on the router — then all home traffic runs through an encrypted tunnel automatically, including Smart TVs, consoles and smart speakers that have no VPN apps of their own. You need a router that supports WireGuard or OpenVPN: Keenetic, ASUS with Merlin firmware, OpenWrt/DD-WRT devices, compact GL.iNet units. Basic setup means importing your provider's configuration file into the "VPN client" section and verifying your external IP has changed.
What a router VPN covers — and what it doesn't
A Wi-Fi password solves exactly one task — it keeps outsiders off your network. It does nothing to stop your provider from seeing the metadata of every device's traffic (where and when they go), doesn't fix the weak protection of cheap IoT gadgets, and doesn't hide how Smart TVs and speakers "call home" to the manufacturer. A router-level VPN covers exactly these network threats: the provider sees only the fact of a connection to a VPN server, while each device's activity and real IP are hidden behind one shared tunnel.
It's worth drawing the boundary up front: a VPN is strong against network threats and useless against human deception or an infected device. What it covers and what it doesn't:
| A router VPN covers | A router VPN does NOT cover |
|---|---|
| ISP tracking of metadata | Phishing and entering a password on a lookalike site |
| Hiding IP and activity of IoT, Smart TVs, consoles | Viruses on the device itself |
| Trackers and ads (combined with DNS filtering) | An IoT firmware vulnerability itself |
| DNS spoofing — if queries go through its own resolver | Factory admin/admin passwords on devices |
So a VPN is a network protection layer, not the "single security button." On top of it should sit updates, strong passwords, two-factor authentication and caution. More on ISP tracking is in the piece on how a VPN protects you from ISP tracking.
VPN on the router vs VPN on each device
There are two approaches, each with its own niche. Many people habitually install the app on their phone only — while the TV, console and smart appliances stay completely unprotected.
| Criterion | VPN on the router | VPN on each device |
|---|---|---|
| Device coverage | All at once, including Smart TVs, consoles, IoT | Only those with the app installed |
| Setup | Once, on the router | On each device separately |
| Per-country flexibility | One country for the whole network | Own country per device |
| Speed | Depends on router power | Depends on device, usually higher |
| Protection away from home | No — only on the home network | Yes — travels with the device anywhere |
It's optimal to combine them: a VPN on the router gives baseline protection to all the home's stationary devices, while a VPN app on your phone and laptop protects them beyond the home too — in cafés, on the road, at friends'. A quality subscription usually doesn't limit the number of devices, so one account covers the router and all the family's mobile gadgets.
Which router is suitable
Not every router can act as a VPN client out of the box — many carrier and budget models lack this function. Distinguish two roles: a router can be a VPN server (to connect into the home network from outside) or a VPN client (to route all home traffic through a third-party VPN). We need the second role — that's what protects all the home's devices.
With native VPN support
- Keenetic — WireGuard and OpenVPN support right in the stock firmware, a convenient web interface, no reflashing. A good choice for most.
- ASUS with ASUSWRT-Merlin firmware — a balance of convenience and power: WireGuard and OpenVPN through a graphical interface, processors that handle encryption at high speeds.
- GL.iNet — compact devices with built-in VPN support, handy for travel.
With open firmware
- OpenWrt — powerful open firmware with full VPN client support; flexible but requires skill. Check your model's compatibility on the project site.
- DD-WRT — another popular open firmware with OpenVPN and WireGuard for advanced users.
Replacing the stock firmware voids the warranty and can "brick" the router on a mistake. If you're not confident, choose a device with native VPN support.
Step-by-step VPN setup on the router
Menu items differ from model to model, but the logic is nearly the same everywhere. Below is a universal sequence using a WireGuard configuration import as the example; for OpenVPN the steps are analogous, only the file format differs (.ovpn instead of .conf). Do the setup from a stationary device connected to the router — it's easier to work with the web interface.
- Step 1. Get the VPN configuration. In your provider's account, generate a router file: .conf for WireGuard or .ovpn for OpenVPN, and download it.
- Step 2. Log into the router admin panel. Open the router's address in a browser — usually 192.168.1.1 or 192.168.0.1 (the exact address is on the sticker underneath). Sign in with the administrator login and password.
- Step 3. Find the VPN client section. On Keenetic it's "Internet → Other connections → VPN connections," on ASUS-Merlin "VPN → VPN Client"; on OpenWrt the section depends on the package.
- Step 4. Import the configuration. Upload the .conf or .ovpn file — most firmwares import it whole, filling in the server address, keys and parameters.
- Step 5. Activate the connection. Enable the tunnel and wait for the "Connected" status.
- Step 6. Verify the IP has changed. From any device on the network, open an IP-check site — the address should match the VPN server's country, not your region.
- Step 7. Check for DNS leaks. Run a DNS leak test; if your provider's server shows up, set the DNS specified by the VPN.
If something goes wrong
- The tunnel won't connect. Check the router has internet without the VPN, that its clock is set correctly (a clock mismatch breaks the encryption handshake), and that the config downloaded whole.
- The IP didn't change. The tunnel is up but traffic goes around it: make sure the VPN connection is the default gateway for the relevant segment.
- Internet disappeared. Often a wrong DNS: set the VPN provider's DNS or a public secure resolver.
- Speed dropped sharply. The router hit its performance limit — switch to WireGuard or route only some devices through the VPN.
If you already have a VPN app on your phone, the router logic is similar — the same keys and server, a different interface. We covered the basic mobile setup in the guide on installing a VPN on Android.
DNS filtering as a second layer of protection
A router VPN pairs well with filtering at the DNS level. Before opening a site, a device asks the DNS server for the domain's IP. A "smart" DNS can refuse to answer requests to advertising, tracking and malicious domains — so ads and trackers simply won't load, on all devices at once.
Services like NextDNS or AdGuard DNS let you configure this centrally: you set their DNS on the router (or in the VPN settings), and the whole network is protected without installing blockers on each device. It's especially valuable for Smart TVs and consoles, where a blocker can't be installed at all. Watch the order: DNS queries must go through the tunnel, otherwise a DNS leak occurs and the provider again sees the domains you request. How to test for and fix it is in the article on the DNS leak test and fix.
A pleasant side effect is a faster internet: ads and trackers slow page loads and drain mobile batteries, and blocking them at the DNS level makes pages open faster.
Segmenting the home network
An advanced but useful technique is to split the network into isolated segments so one device's vulnerability doesn't open access to the others. If a hacked cheap camera is on the same network as your work laptop, an attacker uses it as a foothold; if the camera is isolated, the damage is contained.
- Main network — computers, smartphones, work devices. Through the VPN, with access to your data.
- IoT network — speakers, bulbs, cameras, appliances. Isolated from the main one, also through the VPN.
- Guest network — for guests and temporary devices, with no connection to the main one.
IoT gadgets are the weakest link: mass-produced, cheap, with rare or absent updates, and there are known cases of hacked cameras becoming part of botnets. The practical minimum on almost any router: create a guest network and move all smart devices into it — speakers, bulbs, cameras, the TV; keep your main devices on the main network. VLANs and finer segmentation are the next step for those ready to dig in.
Router performance: the main practical factor
If router VPN setup has one "weak spot," it's the performance of the router itself. Encrypting each packet is done by the router's processor, not your devices', so the speed you get through the tunnel is capped by the router's ceiling, not by your plan. On a fast plan a budget model with a weak processor can noticeably throttle speed — enough for video, but you're effectively not using a fast channel.
Protocol choice plays a decisive role. WireGuard is designed to be compact and efficient and encrypts with minimal overhead (on routers it's typically a kernel-space implementation). OpenVPN is historically heavier and runs in user space, so on the same router its throughput is noticeably lower. For a router WireGuard is almost always the right choice.
If you're buying a router specifically for a VPN, look at the processor model and reviews about VPN performance specifically — the advertised Wi-Fi speed is irrelevant. Higher-end ASUS-Merlin, higher-end Keenetic and specialized devices usually handle gigabit channels over WireGuard. If your weak router is one you'd rather not replace, a reasonable compromise is to route only selected devices through the VPN via policy-based routing. More on the protocol is in the piece on WireGuard.
Checklist: securing your home network with a VPN
You don't have to do it all at once — even the first two or three points noticeably raise protection, and the rest can be added as you're ready.
- Check whether your router supports a VPN client; if not — Keenetic, ASUS-Merlin, GL.iNet or OpenWrt firmware.
- Import the WireGuard configuration from your provider into the VPN client section and activate the tunnel.
- Confirm the external IP has changed by checking it from any device.
- Run a DNS leak test and route DNS queries through the tunnel.
- Add DNS filtering (NextDNS, AdGuard DNS) at the whole-network level.
- Move IoT devices and guests to separate isolated segments.
- Enable automatic VPN reconnection on drop.
- Keep VPN apps on your phone and laptop for protection away from home.
LiMP for the home network
LiMP provides WireGuard configuration files that import easily onto most routers supporting the protocol — Keenetic, ASUS-Merlin, OpenWrt and others. A modern protocol means less load on the router's processor and higher speed compared to heavy OpenVPN, which is critical when the traffic of the whole home runs through the tunnel at once.
The service follows a no-logs principle for your activity (billing is handled by OOO LIMP), runs on iOS and Android and costs 100 ₽/month. This covers both scenarios: a VPN on the router for the home's stationary devices and the app on your phone and laptop for protection away from home. Terms and sign-up are on the pricing page.
Conclusion
A VPN on the router automatically encrypts the traffic of every gadget in the home, including those with no apps of their own: Smart TVs, consoles, smart speakers and cameras. A Wi-Fi password only protects against outside connections, while protection from ISP tracking and IP hiding comes from a VPN at the network level. Build protection in layers: a VPN on the router as the foundation, DNS filtering against ads and trackers, network segmentation to isolate vulnerable IoT devices, and VPN apps on mobile devices for protection away from home. Start with the basics — put a VPN on the router and make sure it works and doesn't throttle speed — and add the rest gradually.
Frequently asked questions
Will video streaming and gaming work over a router VPN?
Streaming — yes, if the router can sustain the speed: Full HD/4K needs throughput, and here the processor power and WireGuard protocol decide it. Gaming is trickier: the tunnel adds a little latency and sometimes routes traffic through a distant server, raising ping. If gaming matters to you, pick a VPN server physically closer or route the console around the VPN via policy-based routing.
Can I route only some devices through the VPN rather than the whole network?
Yes, if the firmware supports policy-based routing. You then define which devices or subnets go through the tunnel and which go directly. This is handy for a weak router (to offload the processor) and for services that break under a VPN — banking apps, say, or smart devices tied to a local region.
Why does a banking app or service stop working after I enable the VPN?
Some services block access from VPN-server IPs or are tied to your home region. The simplest fix is to route such apps around the tunnel via policy-based routing while keeping all other traffic protected. You don't need to disable the VPN entirely for one app.
What happens if the router reboots or the tunnel drops?
It depends on the setup. Without auto-reconnect the network may be left without a VPN after a reboot, with traffic going directly — and you won't know. Enable automatic tunnel restoration in the VPN client settings; some firmwares also have a kill-switch equivalent — blocking the internet until the tunnel comes up, so traffic doesn't leak around it.
Does a router VPN affect port forwarding and access to home devices from outside?
Yes. When all traffic exits through a third-party VPN, your home IP is hidden, and port forwarding on the router (for cameras, a NAS, a game server) usually stops working from outside. If you need access to home devices from the internet, either route those services around the VPN or set up a separate VPN server on the router specifically for incoming connections — that's a different role, don't confuse it with the VPN client.
Do I still need antivirus and updates if a VPN is already on the router?
Yes. A VPN encrypts the network channel but doesn't scan files or block malware on the device itself. If a virus is already on your laptop or phone, the tunnel won't stop it. A VPN, antivirus, updates and strong passwords solve different tasks and work together, not as replacements for one another.
