VPN Internet for Linux Ubuntu Static Public IP via Wireguard Estimated reading: 1 minute 12 views 1. Install Windows WireguardInstall wireguard in linux Ubuntuapt-get update && apt-get install -y wireguard resolvconf2. Connecting VPN AccountSelect the VPN Internet menu. In the VPN Internet list, click Actions then click View,Select Linux Wireguard Config tab.Copy wireguard config by clicking copy icon.Create config wireguard file.sudo nano /etc/wireguard/wg0.confPast wireguard config here.Save config by type ctrl + x then tupe Y then type Enter. Activate and enable wireguard by typing.sudo wg-quick up wg0 sudo systemctl enable wg-quick@wg0Check wireguard connection by checking latest handshake is exists.sudo wg show3. Checking Public IPIn the menu, click What is My IPCheck your Public IP, this will be static every wireguard connected.