Skip to content

Easy OpenVPN allows you to hassel-free setup an OpenVPN server using Docker with a single command.

License

Notifications You must be signed in to change notification settings

tuladhar/easy-openvpn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick and easy way to setup an OpenVPN server using Docker with a single command.

Installation

$ curl -fsSLO https://raw.githubusercontent.com/tuladhar/easy-openvpn/main/easy-openvpn.sh
$ chmod +x easy-openvpn.sh

OpenVPN Easy Installation

NOTE:

  • ENDPOINT can be an IP address or domain name of the openvpn server.
  • Allow the UDP port 1194 (openvpn) on the firewall.
$ ./easy-openvpn.sh --name example --endpoint ENDPOINT

Generate Client Configuration

$ ./easy-openvpn.sh --name example --client client1
$ ./easy-openvpn.sh --name example --client client2
$ ./easy-openvpn.sh --name example --client client3

Powered By

Thanks