Prosvetech VPN
What it is
Prosvetech VPN — a WireGuard tunnel with two modes: plain (the fast, standard one) and disguised — AmneziaWG, which mixes junk bytes into packets and swaps “magic” headers so automatic filtering systems don’t recognise WireGuard. You need the second mode where the first one is already blocked.
The server address is wg.kupita.org. The administrator creates a separate config per device: one config — one device, so a single config can be revoked cleanly if it’s lost or stolen without breaking the others.
All internet traffic from your device flows through our server — to the sites and apps you reach, the requests look as if they came from us. It’s the main channel for bypassing blocks and staying safe on untrusted networks — public Wi-Fi, mobile data, hotel routers.
How to set it up
- Send a direct message in the channel and state how many devices you need — each one gets its own config. The administrator creates separate configs and sends QR codes over a private channel.
- Install the AmneziaWG app (not plain WireGuard!):
- iOS: AmneziaWG on App Store
- Android: AmneziaWG on Play Store
- Windows / macOS / Linux: amnezia.org/downloads
- Import the config — in the app, tap + → Scan QR code or Import from file → pick the file or scan the code.
- Enable the tunnel. On first connect, the OS will ask for permission to create a VPN connection.
FAQ
Why AmneziaWG and not plain WireGuard? Plain WireGuard is easy to detect by DPI via its characteristic handshake packet patterns — and in places with strict DPI filtering it’s already getting blocked. AmneziaWG inserts junk packets and “magic” headers in the transport phase: the traffic no longer looks like WireGuard, while staying fast and lightweight.
Can I use one config on both phone and laptop? No, each device gets its own. If a device was lost, stolen, sold, or replaced, reach out via private channel — we’ll revoke the old config and issue a new one for the new device.
Is traffic logged? No. WireGuard by design doesn’t keep connection history — the server has only counters for the current session, no endpoint IPs or traffic stats beyond the active connection.
It stopped working after a while. Happens: DPI learned the new patterns, or your ISP’s public IP changed. Send a direct message in the channel — we’ll update obfuscation parameters and issue a new config. While we sort it out, try Prosvetech Proxy — VLESS Reality disguises itself as HTTPS and usually gets through where AmneziaWG no longer does.
Source code
- wg-easy (server management): github.com/wg-easy/wg-easy
- AmneziaWG (protocol + clients): github.com/amnezia-vpn