Skip to content

OpenVPN road warrior installer for Debian, Ubuntu and CentOS

License

Notifications You must be signed in to change notification settings

essell/openvpn-lightsail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

openvpn-lightsail

Unattended OpenVPN server setup for AWS LightSail.

Installs OpenVPN server and automatically generates a single-user OpenVPN connection profile (.ovpn) in ec2-user's home directory.

  1. Create a Lightsail VPS Instance
  • Choose "OS Only"
  • Amazon Linux
  • Click on "add launch script" and paste the following setup code
## Update server packages
yum -y update
# Install OpenVPN
wget https://git.io/vSBah -O openvpn-install.sh && bash openvpn-install.sh

Based on openvpn-install

About

OpenVPN road warrior installer for Debian, Ubuntu and CentOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%