Setting up VPN (OpenVPN) / DONE

Installing the script on your server:

curl -O https://raw.githubusercontent.com/angristan/openvpn-install/master/openvpn-install.sh
chmod +x openvpn-install.sh

Add config:

./openvpn-install.sh

Client name: profile1

Copy the config: cat /root/profile1.ovpn

________________________________ Download the software to your PC:

Windows или Linux: https://openvpn.net/community-downloads/

MacOS: https://tunnelblick.net/

iOS/iPadOS: https://apps.apple.com/nl/app/openvpn-connect/id590379981

Android: https://play.google.com/store/apps/details?id=de.blinkt.openvpn&hl=en&pli=1

and install the configprofile1.ovpn file that you obtained during the setup.

Last updated