Set WireGuard Client on Windows

Because of the COVID-19, most of company introduce remote-working system. In this post, you can get knowledge about how to set your windows computer for using WireGuard VPN application.

Jangwook Kim
2 min readMar 10, 2020

Because of the COVID-19, most of company introduce remote-working system. In this post, you can get knowledge about how to set your windows computer for using WireGuard VPN application.

WireGuard is open source VPN service that can easily implements VPN server and client. In official document, there isn’t the way to set windows client, so I decided to write about that.

Setting

I just write how to set client.

If you add new tunnel, your private key and public key is generated automatically. You should teach your Public key to VPN Server’s administrator, then you will bring [Interface] Address, [Interface]DNS, [Peer] PublicKey, [Peer] Endpoint.

WireGuard client setting
[Interface]
PrivateKey = # It will be generated automatically
Address = # Your Address: Receive this value from admin
DNS = # DNS address: Receive this value from admin
[Peer]
PublicKey = # VPN Server's publc-key: Receivethis value from admin
AllowedIPs = 0.0.0.0/0
Endpoint = # VPN Server's endpoint: Receive this value from admin

Export and Import

Export/Import WireGuard setting

--

--

Jangwook Kim
Jangwook Kim

Written by Jangwook Kim

Korean, live in Japan. The programmer. I love to learn something new things. I’m publishing my toy projects using GitHub. Visit https://www.jangwook.net.

No responses yet