VLESS Share Link Generator
Generate properly formatted vless:// share links for V2rayN, v2rayNG, Streisand, Shadowrocket, and any Xray-core client. Free, instant, no registration.
Connection Parameters
Generated Share Link
Fill in the Server Address and UUID above to generate your vless:// share link.
What is a VLESS Share Link?
A VLESS share link is a URI that encodes all the parameters needed to connect to a VLESS proxy server into a single string starting with vless://. It follows the Xray-core specification and includes the server address, port, UUID, encryption method, transport security settings, TLS fingerprint, and an optional remark name.
The format is: vless://UUID@SERVER:PORT?security=tls&sni=example.com&fp=chrome#Name. Parameters like pbk and sid are added when using Reality security. The link can be shared as text, copied to clipboard, or scanned as a QR code.
How to Import VLESS Links
V2rayN (Windows)
Copy the vless:// link. Open V2rayN, go to Servers > Import from clipboard or press Ctrl+V on the main window. The server will appear in your server list. Right-click and select "Set as active server" to connect.
v2rayNG (Android)
Copy the link or scan the QR code. In v2rayNG, tap the + button and select Import from clipboard or Scan QR code. The configuration will be added automatically. Tap the play button to connect.
Streisand / Shadowrocket (iOS)
Copy the vless:// link. Open Streisand or Shadowrocket β both detect clipboard content automatically and offer to import the configuration. Alternatively, scan the QR code from the app's scan feature.
Nekoray / sing-box (Linux/macOS)
In Nekoray, go to Server > New profile from clipboard. For sing-box, convert the vless:// URI to a sing-box JSON outbound config. Most GUI wrappers support direct vless:// import.
Supported Clients
| Client | Platform | VLESS | Reality |
|---|---|---|---|
| V2rayN | Windows | ||
| v2rayNG | Android | ||
| Streisand | iOS | ||
| Shadowrocket | iOS | ||
| Nekoray | Linux / macOS | ||
| Clash Meta | Cross-platform | ||
| sing-box | Cross-platform |
Frequently Asked Questions
What is the vless:// URL format?+
The vless:// URL format is a standardized share link used by Xray-core and V2Ray clients. It encodes connection parameters (server, port, UUID, encryption, security, TLS settings, fingerprint, and flow) into a single URI that can be imported into any compatible proxy client with one click or QR scan.
Which clients support VLESS share links?+
VLESS share links are supported by V2rayN (Windows), v2rayNG (Android), Streisand (iOS), Shadowrocket (iOS), Nekoray (Linux/macOS), Clash Meta, sing-box, and most Xray-core-based clients. The vless:// URI scheme is part of the Xray-core specification and is widely adopted.
Do I need a VLESS server to use this tool?+
This tool generates the share link format only β it does not create a VLESS server. You need an existing Xray-core or V2Ray server with VLESS configured, or a provider that offers VLESS endpoints. Proxy Poland provides ready-made VLESS endpoints on real 4G carrier IPs with no server setup required.
What is VLESS Reality?+
VLESS Reality is an advanced TLS camouflage protocol in Xray-core. Instead of using a traditional TLS certificate, Reality borrows the TLS fingerprint of a legitimate website (like microsoft.com), making the connection indistinguishable from normal HTTPS traffic. It requires a public key (pbk) and short ID (sid) instead of a certificate, and is currently the most censorship-resistant proxy protocol available.
How do I generate a UUID for VLESS?+
A UUID (Universally Unique Identifier) for VLESS is a standard v4 UUID. You can generate one using this tool's built-in button, or via command line with 'uuidgen' (macOS/Linux), 'New-Guid' (PowerShell), or 'xray uuid' if you have Xray-core installed. The UUID must match between your server config and client share link.