KotoVPN

Guide · Updated August 13, 2026

Running a VPN on your router

Should I install a VPN on my router instead of on each device?

Short answer

Do it if you need to cover devices that cannot run a VPN client — smart TVs, consoles, IoT hardware — or if you are out of connection slots. Do not do it as your primary setup: consumer router hardware is usually too slow to encrypt at line speed, and you lose per-device control entirely.

What you gain

Every device on the network is covered without installing anything, including hardware that has no VPN client available. The whole router counts as one connection against your provider’s limit, which is the standard way around a five-device cap.

It also covers guests and anything that joins the network later, which is either a feature or a problem depending on your household.

What you lose

Throughput, usually a lot of it. Consumer routers have modest processors and encryption is the most demanding thing you can ask of them. A router that routes a gigabit unencrypted may manage a small fraction of that through a tunnel.

Control, entirely. Everything is tunnelled or nothing is. Your banking app now arrives from another country, your smart speaker cannot find local devices, and troubleshooting any of it means changing the setting for the whole house.

Avoid

  • Router-only setups on a fast line — you will cap your connection at the router’s encryption speed
  • Flashing custom firmware without checking your exact hardware revision is supported
  • Assuming a kill switch exists; on many router configurations, if the tunnel drops, traffic simply goes out unprotected

The setup most people should actually use

Run VPN clients on the devices that support them, where you get per-app control and full speed. Use the router only for the devices that cannot: the TV, the console, the IoT hardware.

Many routers support a second network for exactly this. Devices that need the tunnel join that one; everything else uses the ordinary network and its own client.

Choosing hardware

Check three things before buying: that the router supports WireGuard rather than only OpenVPN, that your provider publishes configuration for it, and that the processor is rated for VPN throughput near your line speed.

Some providers ship purpose-built firmware, which removes the configuration work at the cost of tying you to that provider. Others document manual configuration, which is more work and more portable.

Questions

Does a router VPN count as one device or many?
One. That is the main reason people set it up when a provider caps simultaneous connections.
Can I exclude one device from the router tunnel?
On most consumer firmware, not easily. Some support policy-based routing that can exclude specific addresses. If you need this regularly, run clients on devices instead.
Will a router VPN slow down devices that are not using it?
If everything routes through the tunnel, yes — there is no "not using it". With a separate network for tunnelled devices, the others are unaffected apart from shared router load.

Terms used here

Router VPN

Running the VPN client on your router so every device on the network is covered without individual installation.

Split tunnelling

Routing some applications or destinations through the VPN while leaving others on your ordinary connection.

Kill switch

A control that blocks all internet traffic if the VPN tunnel drops, rather than letting it fall back to your normal connection.

Related