Get Connected in 2 Minutes
Download WireGuard, import your config, connect. That's it.
DashboardConfig, QR code, usage
Upgrade PlanUnlimited bandwidth
Check My IPVerify VPN is working
Get Helphelp@cyberpanel.net
★
Easiest option — CyberVPN Android appOne-tap connect, no config file import needed
Download CyberVPN APK
Sign in with your CyberPanel account, pick a server (or let us pick the fastest), tap connect. Kill switch + custom DNS included. No .conf file to download.
Direct APK (Play Store release pending). Enable "Install unknown apps" for your browser when Android prompts.
Direct APK (Play Store release pending). Enable "Install unknown apps" for your browser when Android prompts.
1
Or use WireGuard directlyFor iOS, Windows, macOS, Linux — or if you prefer manual config
2
Import Your ConfigQR code (mobile) or .conf file (desktop)
Mobile (QR Code)
Windows / Mac
Linux
- Open the WireGuard app
- Tap the + button
- Select "Create from QR code"
- Scan the QR code from your VPN Dashboard
- Name it anything (e.g. "CyberVPN") and tap Save
- Download your
.conffile from your VPN Dashboard - Open WireGuard
- Click "Import tunnel(s) from file"
- Select the downloaded
.conffile
- Download your
.conffile from your VPN Dashboard - Install WireGuard and move the config:
sudo apt install wireguard resolvconf
sudo cp ~/Downloads/cyberpanel-vpn.conf /etc/wireguard/wg0.conf
sudo chmod 600 /etc/wireguard/wg0.conf
3
Connect!Toggle the switch and you're protected
Mobile / Desktop App
Linux Terminal
- Find your tunnel in the WireGuard app
- Tap/click the toggle switch (or "Activate")
- Allow VPN permission if prompted
- When it shows "Active" — you're connected!
sudo wg-quick up wg0 # Connect
sudo wg show # Check status
sudo wg-quick down wg0 # Disconnect
# Auto-start at boot (optional):
sudo systemctl enable wg-quick@wg0
Verify it works: Visit whatismyipaddress.com — your IP should show one of our server locations, not your real IP.
Common Issues
Can't connect / Handshake failed
Check your internet works without VPN. Ensure firewall allows UDP port 51820. Try disconnecting and reconnecting. If still failing, re-download your config.
Connected but no internet
Restart the WireGuard app. Check if your bandwidth limit is exceeded. Make sure no other VPN is running at the same time.
Slow speeds
Disconnect and reconnect to get a different server. Test your base speed at fast.com without VPN. Avoid peak hours (6-11 PM).
Connection keeps dropping
On Android: disable battery optimization for WireGuard. On iOS: ensure "Connect on Demand" is enabled. Try toggling between Wi-Fi and mobile data.
FAQ
Is the free plan really free forever?+
Yes! 30GB/month, no credit card, no expiration. Upgrade anytime if you need unlimited bandwidth.
Can I use the same config on multiple devices?+
Yes. Download or scan the QR on each device. All devices share the same bandwidth allowance and can connect simultaneously.
Do you log my browsing activity?+
We never log your browsing history, DNS queries, or websites visited. We track bandwidth totals for plan enforcement and keep minimal connection metadata (server, session timestamps) for service operation, auto-purged after 30 days.
What happens when I hit my bandwidth limit?+
Your VPN is suspended until the next month (resets on the 1st), or you can upgrade to a paid plan for unlimited bandwidth.
What encryption do you use?+
WireGuard uses ChaCha20 encryption, Poly1305 authentication, Curve25519 key exchange, and BLAKE2s hashing — the same standard used by modern security infrastructure worldwide.
Never share your .conf file!+
Your configuration file contains your private encryption key. If someone gets it, they can use your VPN connection. If you think it's been compromised, contact help@cyberpanel.net and we'll regenerate your keys.