Trying to setup Wireguard with a VPN

Not a lot of windows documentation I’ve been able to find. I feel like what I want to do is pretty simple, but I can’t figure out how to do it. I want to use Wireguard with iVPN. That’s it.

I have the following I found from an old youtube video, but I’m not sure what to put where. Can someone help me out with the below? I have the keys setup, but for the IPs, what is considered to be the Client (I assume that’s the PC IP) and the Server IP?

### IP VPN of Client

Address = IP_VPN_of_Client

### DNS Server

DNS = 8.8.8.8, 8.8.4.4

[Peer]

###Public key of the WireGuard VPN Server

PublicKey = Public_key_of_the_WireGuard_Server

### IP and Port of the WireGuard VPN Server

### Syntax: IP:Port

Endpoint = IP_of_the_WireGuard_Server:Port_VPN_of_the_Server

### Allow all traffic via VPN

AllowedIPs = 0.0.0.0/0

Have you seen the iVPN documentation?
https://www.ivpn.net/wireguard/

If it is a paid service you refer to ask them for the WireGuard config if they support it. On services like Mullvad or Private Internet Access you can simply download the pre-configured config and import it to any WireGuard client.

For some reason it wasn’t loading for a bit. Was able to get to it and I think I got almost everything working now. Thank you!

Just need to figure out why remote viewing of Plex won’t work. I got the port forwarded, and remote is enabled so I’m not sure if it’s something to do with iVPN or Wireguard. I’m able to get to everything else so this is puzzling.