wg.moozy.me

This server hosts a WireGuard endpoint. To connect from Windows, do the following:

  1. Download and install the Windows client from here.
  2. Add a new tunnel with "Ctrl+N" or "Add empty tunnel..." (screenshot).
  3. Copy your public key, and send it to a server operator (screenshot). Keep your private key secret! You will be assigned an IP address to use.
  4. In the configuration text area, paste configuration like the following (you need to replace placeholders with the real values) below your private key:
    [Interface]
    PrivateKey = (your private key)
    Address = (your assigned IP address)/24
    
    [Peer]
    PublicKey = NrNP+KuOLiPJ1eay9Uorn7xzMHNXqlmMJqSn32jA3RA=
    AllowedIPs = 10.119.103.0/24
    Endpoint = wg.moozy.me:57102
    PersistentKeepalive = 25
    
  5. Click the "Activate" button in the UI (screenshot).
  6. Once connected, you should be able to view server status at http://10.119.103.1/.