Client Tools

Gim VPN Link Client Tools

Built-in utilities for the Gim VPN link client, including AmneziaWG profile conversion.

Input

AmneziaWG Conversion

Drop an AmneziaWG .conf file to generate an import profile for the Gim VPN link client.

File parsing for this converter runs in your current browser session.

Selected file: No file selected

Upload an AmneziaWG .conf file to generate an import profile.

Example AmneziaWG .conf
[Interface]
PrivateKey = your_private_key
Address = 10.8.0.2/32
DNS = 1.1.1.1
Jc = 12
Jmin = 40
Jmax = 120
S1 = 70
S2 = 90
H1 = 31
H2 = 87
H3 = 14
H4 = 92

[Peer]
PublicKey = server_public_key
AllowedIPs = 0.0.0.0/0, ::/0
Endpoint = example.com:443
PersistentKeepalive = 25

Import Profile Output

Review the generated profile before importing into the client.

No profile generated yet.

This output is generated from your uploaded AmneziaWG configuration.

Common validation messages

  • missing Interface PrivateKey: add a valid PrivateKey in [Interface].
  • missing Peer section: add at least one [Peer] block.
  • missing Peer PublicKey: each peer needs PublicKey.
  • missing Jc/Jmin/Jmax/S1/S2/H1-H4: include required AmneziaWG parameters.