If you use Fedora 30 or older, execute:
sudo dnf update
sudo dnf copr enable jdoss/wireguard
sudo dnf install wireguard-dkms wireguard-tools
sudo mkdir /etc/wireguard/
If you use Fedora 31 or newer, execute:
sudo dnf update
sudo dnf install wireguard-tools
sudo mkdir /etc/wireguard/
Your privacy and security is the core focus of OVPN. That's why we've implemented a multi-layered security model.
Learn moreIn the terminal, execute:
To connect to OVPN, type the following into the terminal:
wg-quick up {{ props.config }}
To disconnect from OVPN, type the following into the terminal:
wg-quick down {{ props.config }}
In the terminal, execute:
curl https://www.ovpn.com/v2/api/client/ptr
You should see something like:
{"status":true,"ip":"the external ip","ptr":"PTR for the IP address"}
In case you get connected to OVPN in the WireGuard application, but don't have any internet connectivity, please read the troubleshooting article for WireGuard.
If your configuration files don't get imported, read our article about adding your private key manually in the configuration files.