sudo openvpn --config client.ovpn --script-security 2 --up /etc/openvpn/client.up --down /etc/openvpn/client.down
Installed on cPanel Server:
Restart services
systemctl restart openvpn-server@server.service && systemctl restart openvpn-iptables.service
WireGuard
systemctl enable --now wg-iptables.service
+ systemctl enable --now wg-quick@wg0.service
systemctl restart --now wg-iptables.service && systemctl restart --now wg-quick@wg0.service