Key takeaways
What a VPN key can mean in practice
User interfaces use the word key for several different objects: a QR code, a VLESS URI, a configuration file, or a subscription address. A single VLESS URI normally contains the server address, user identifier, and transport parameters required for one profile. A QR code can simply be another representation of that same credential.
It is not a password in the traditional form, but it should still be handled as a secret. Anyone who obtains a usable profile may be able to import it elsewhere unless the service has additional controls.
Why a subscription URL is operationally different
A subscription URL commonly returns a set of connection profiles. The client can fetch it again later and receive updated servers or settings without manually importing every new profile. That makes subscriptions useful for rotation and multi-location access.
The same convenience increases the value of the URL. If it leaks, an unauthorized person may continue receiving updates while the subscription remains active. Do not place it in public screenshots, application logs, tickets, or repositories.
Choose by lifecycle and revoke after exposure
A single profile fits a stable one-server setup. A subscription is more convenient when the service needs to update a group of profiles over time. In both cases, individual credentials that can be revoked independently are preferable to one shared public secret.
If a link appears in a public log or screenshot, assume it has been copied. Revoke it at the source and issue a new credential. Deleting the visible message does not restore secrecy to the old value.
| Criterion | INFOCROSS | WireGuard | OpenVPN |
|---|---|---|---|
| Access model | INFOCROSS managed profile | WireGuard client or service | OpenVPN client or service |
| Setup effort | Telegram or subscription link | Manual configuration | Manual configuration |
| Best fit | Everyday paid access | Self-hosted or app-specific setup | Fallback or niche setup |
Continue reading