This VPN security guide for beginners skips the protocol debate and focuses on the steps where things most often go wrong: a subscription link screenshotted and forwarded, a familiar email address typed in at sign-up, an account logged into directly on a hotel or café network. None of these depend on route quality, yet they decide whether someone else ends up using your account. Below, in the order of credentials → sign-up → network environment → client configuration, we spell out what to check at each step and what a normal result looks like.
01Why a Subscription Link Works Like a Password
A subscription link is an ordinary https address, but what it returns is anything but ordinary: when a client requests it, it receives a list of route configurations containing server addresses, ports, protocol types and authentication parameters. Take the common protocols:
- Shadowsocks: the configuration carries an encryption method and a connection password;
- VMess: uses a UUID as the identity, together with alterId and transport-layer settings;
- Trojan: authenticates with a password and relies on a TLS certificate and SNI parameters;
- VLESS: also uses a UUID and can pair with flow-control modes such as XTLS;
- Hysteria2 / TUIC: QUIC-based UDP protocols that verify identity with an auth string and a UUID respectively, and are more sensitive to whether the network allows UDP.
Together, these parameters amount to full access to a route. In other words, anyone who gets your subscription link can import the configuration into their own client and use it directly — no login to your account required. A leaked password can be changed to limit the damage; a leaked subscription link has to be reset before the old link stops working. The two are handled in completely different ways, so treat the link with the same care as a password.
| Leak scenario | Consequence | What to do |
|---|---|---|
| Screenshotted into a group chat | Anyone who sees it can import and use it | Reset the subscription in the panel; the old link stops working immediately |
| Pasted into an online subscription converter | A third party receives the full configuration parameters | Reset the subscription and use the client's built-in import instead |
| Stored in a public cloud note or shared document | Exposed long-term, and hard to notice | Remove it from the public location and reset the subscription once |
| Old device not cleaned up | The imported configuration still connects | Reset the subscription and re-import on every device |
Tip: When importing a subscription, prefer the client's "Import from clipboard" or QR-code option — one less plain-text copy means one less place for it to linger in clipboard history. To use it on more devices, just add them under your own account: VPNDU places no limit on the number of devices, so there is no need to forward the subscription link to anyone.
02What You Should Never Enter at Sign-Up
The risk at sign-up isn't how much you fill in, but what you fill in. The test is simple: if a field has nothing to do with activating the service, recovering your account or reconciling a payment, you don't need to fill it in.
VPNDU's sign-up flow does not require an email address, and that deserves a sentence of its own. An email address is usually the most linkable field in any account system: if it turns up in a breach on another site, your identity is exposed along with it. Since it isn't required here, don't hand it over just for the sake of future convenience.
- ✅ Use a unique password you have never used anywhere else; length matters more than a fancy mix of symbols.
- ✅ Fill in only the required fields; keep your real name and employer out of nickname and note fields.
- ✅ Pay through a third-party payment channel; never send payment codes or card details in a chat window.
- ✅ Keep your subscription link, account details and everyday passwords in separate places, not in the same note.
- ❌ Reusing the same password across sites: one leak and every account falls.
- ❌ Handing over fields unrelated to activating the service because they look mandatory.
- ❌ Storing your subscription link in a public cloud note, a shared document or synced browser bookmarks.
Note: If a page asks for personal information unrelated to activating the service, or asks you to send a payment password or card details directly in a chat window, stop and check whether you are on an official channel. A normal flow never asks for these.
03Red Lines on Public Wi-Fi
Public Wi-Fi risks fall into three categories; understand them and you'll remember what to avoid:
- Same-subnet sniffing: other devices on the same network can read unencrypted HTTP traffic, so account and session data can be intercepted. HTTPS encrypts page content, but DNS lookups and parts of the TLS handshake can still reveal which site you visited.
- Rogue hotspots: an attacker sets up a hotspot with the same name as the venue's, and devices with "Auto-Join" enabled connect straight to it — after that, all traffic passes through the attacker first.
- Captive-portal phishing: the login page that pops up after you connect imitates a familiar site to get you to type in your username and password.
For concrete actions, use the table below as a quick reference:
| Scenario | Main risk | Recommended practice |
|---|---|---|
| Free Wi-Fi in cafés and airports | Same-subnet sniffing, rogue hotspots | Connect to a route first, then log in to anything |
| Hotel captive-portal login page | A spoofed page harvesting your everyday password | Enter only check-in details such as your room number, never your everyday password |
| Logging in briefly on a public computer | The browser keeps sessions and accounts | Log out when you're done and clear local browsing data |
| Conference and co-working networks | Exposed LAN file sharing | Turn off file sharing and set AirDrop to contacts only |
| Turning the route off mid-session and carrying on | Traffic returns to plain text | Keep the route connected for the whole sensitive task |
Two more habits are worth locking in: turn off "auto-join hotspots with the same name" on your device to reduce the chance of connecting to a spoofed network, and glance at the address bar for HTTPS before logging in anywhere. Neither takes any time, yet together they block most low-effort attacks.
04DNS Leaks and Routing Rules: Two Settings People Overlook
A connected route and a page that loads don't prove your configuration is right. Two settings — DNS leaks and routing rules — decide whether your requests actually go through the route at all.
DNS leaks: traffic goes through the route, domain lookups don't
A DNS leak happens when the client sends page traffic through the route but still sends domain lookups to the DNS server provided by the local network. There are two consequences: first, the local network can see which domains you visit; second, the lookup results may point to a node close to you, which makes the detour slower or leads streaming platforms to detect a region that doesn't match the route you picked.
How to check: open a DNS leak test page and see whether the resolver's location matches the region of the route you selected. If it doesn't, hand DNS resolution to the tunnel in your client (usually labelled "Resolve DNS inside the tunnel" or "Remote DNS"), or switch to encrypted DNS (DoH / DoT), and make sure DNS isn't manually set to your router's address. If you're unsure about the exit, you can also check the current exit IP and resolver location on the Network Test page.
Routing rules: choosing between Global, Rule and Direct modes
| Mode | What it does | When to use it |
|---|---|---|
| Global | All traffic goes through the route | First-connection troubleshooting, to confirm the route works |
| Rule | Decides route or direct connection by domain and IP range | Everyday use, so sites in mainland China don't take the detour |
| Direct | Nothing goes through the route | Temporary speed comparisons and troubleshooting |
Rule mode depends on how complete the rule set is. When a site won't open or the detected region looks wrong, switch to Global mode first and test: if it works in Global, the problem is rule matching; if it doesn't work in Global either, then suspect the route itself. This two-step check saves a lot of wasted troubleshooting.
Tip: A DNS leak typically shows up as "it works, but something feels off" — speeds below par, a detected region that doesn't match the route. It doesn't look like a fault, which is why it's the easiest thing to skip. After installing a new client, run a DNS leak test once before you start using it normally. For the full import steps, follow the Guides page.
05Clients and Devices: Cross-Platform Differences
The same subscription is imported and cleaned up differently on each system. Here are the easy-to-miss points, by platform:
| Platform | Watch out for |
|---|---|
| Windows | Download the installer from the panel, not a third-party build from an unknown source; in settings you can enable launch at startup and auto-connect on public networks. |
| macOS | The configuration is written into a system VPN profile; when you stop using it, remove it completely in system settings rather than just toggling it off. |
| iOS | This also uses a system VPN profile; deleting the profile completes the cleanup, so remember to delete it before switching devices. |
| Android | System battery optimisation may restrict background connections; if needed, add the client to the unrestricted list. |
There's no device count to work out: VPNDU places no limit on the number of devices, and phones, tablets and computers can all use the same account. Only one thing to remember — after you reset the subscription, every device has to import the new link again, because the old configuration stops working once the old link is invalidated.
06A Checklist You Can Follow Step by Step
Work through the eight steps below in order and your beginner-stage security setup is essentially complete. After that, just review it every so often.
- Sign up: fill in only the required fields and set a unique password; if no email is needed, don't enter one.
- Import: import the subscription link into your client as soon as you get it — don't route it through chat windows or online converters.
- First connection: connect in Global mode first and confirm the target site opens normally.
- Check DNS: run a DNS leak test and confirm the resolver's location matches the route's region.
- Switch to Rule mode: once everything checks out, switch back to Rule mode and verify that sites in mainland China go direct while target sites use the route.
- Multiple devices: import on your other devices with the same account instead of forwarding the link; delete the old device's configuration before switching devices.
- Reset regularly: reset the subscription in the panel every so often so any old copies stop working.
- Public networks: connect to the route before logging in anywhere; don't log in to online banking, and don't save passwords on a public computer.
07FAQ
My subscription link leaked — will changing my password help?
Only partly. Changing your password stops someone from logging into your account, but a leaked subscription link can be used without logging in at all. The right order is: first reset the subscription in the panel so the old link stops working immediately, then check whether your account password has leaked elsewhere too and change it as well if needed.
I'm connected to a route on public Wi-Fi — what else should I watch out for?
A route only protects the segment from your device to the exit. Your device is still exposed: auto-joining hotspots with the same name, file sharing and AirDrop can all bypass the route. So once you're connected, turn these off as well, and don't save passwords on a public computer.
A site won't open in Rule mode — is the route broken?
Switch to Global mode and try again. If it opens in Global, the route is fine and the problem is rule matching; if it still won't open, check the route status and DNS settings. Two steps narrow it down by half.
Do I have to buy a separate plan for each device?
No. VPNDU places no limit on the number of devices, and one account covers your phone, tablet and computer. The only thing to remember: after resetting the subscription, every device needs to import the new link again.
Do I have to provide an email address to sign up?
No. VPNDU's sign-up flow does not require an email address. An email address is the most linkable field in any account system, and since it isn't required, there's no need to provide one.
Security is never a one-and-done setup. Treat the steps above as your first pass after installing the client, then review them every so often — that covers most of what a beginner will run into.