Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/SpaceNeuroX/proxy-turn-vk-android/llms.txt

Use this file to discover all available pages before exploring further.

The wdtt:// link format is the canonical import format for the WDTT protocol family. qWDTT supports it fully — including links generated by the server’s Telegram bot via /list and /new. Because both the original WDTT app and qWDTT share the same underlying protocol, any wdtt:// link works interchangeably between the two clients without conversion.

Format Specification

wdtt://<server_ip>:<dtls_port>:<wg_port>:<local_port>:<password>:<vk_hash>
All six colon-separated fields are positional. The vk_hash field is last; if the hash itself contains a : character (which VK call hashes can), every token from position 5 onward is re-joined with : to reconstruct the full hash.

Field Reference

FieldDefaultDescription
server_ipPublic IP address of the VPS running wdtt-server
dtls_port56000UDP port for DTLS connections on the server
wg_port56001Internal WireGuard port on the server
local_port9000Local UDP listen port on the Android device
passwordConnection password; the WRAP key is derived from it via HKDF
vk_hashVK call join hash; if it contains :, all fields from position 5 onward are joined to form the complete hash

Example

wdtt://203.0.113.10:56000:56001:9000:MySecretPass16:8UkewARpV0aJoWheFZlR942el6unTZvhneulo-eU8gA

Import Behavior

When qWDTT imports a wdtt:// link, it sets the worker count to 16 (matching the original WDTT default) and sets the peer address to IP:dtls_port. The wg_port and local_port fields are applied directly to the new profile. The server’s Telegram bot issues wdtt:// links automatically:
1

Open the Telegram bot

Send /list to your server’s Telegram bot. The bot replies with the list of active passwords.
2

Tap a password entry

Tapping a password line shows the quick link for that password, formatted as a wdtt:// URI.
3

Share or copy

Copy the link, scan it as a QR, or forward it from Telegram directly to qWDTT.
Alternatively, your server admin can generate a link after creating a password and obtaining a VK call join hash.

How to Import

Clipboard

Copy the wdtt:// link to your clipboard. qWDTT detects it automatically on app open and prompts you to import.

QR Code

Scan a QR code that encodes the wdtt:// link using qWDTT’s built-in QR scanner.

Telegram Share

Share the link message from your Telegram bot chat directly to qWDTT using Android’s share sheet.
wdtt:// links work identically in the original WDTT app and qWDTT. If you need a profile name, multiple VK hashes, or a configurable worker count in a single link, use the extended qwdtt:// format — qWDTT generates and accepts both.

Build docs developers (and LLMs) love