OpenVPN

  • On AWS Marketplace
    • ovpn-init to configure
    Starting openvpnas...
    
    NOTE: Your system clock must be correct for OpenVPN Access Server
    to perform correctly.  Please ensure that your time and date
    are correct on this system.
    
    Initial Configuration Complete!
    
    You can now continue configuring OpenVPN Access Server by
    directing your Web browser to this URL:
    
    https://34.215.91.90:943/admin
    Login as "openvpn" with the same password used to authenticate
    to this UNIX host.
    
    During normal operation, OpenVPN AS can be accessed via these URLs:
    Admin  UI: https://34.215.91.90:943/admin
    Client UI: https://34.215.91.90:943/
    
    See the Release Notes for this release at:
       https://openvpn.net/vpn-server-resources/release-notes/
    
    Please login as the user "openvpnas" rather than the user "root".
    
    Connection to ec2-34-215-91-90.us-west-2.compute.amazonaws.com closed.
    MyronWork15 11:54:16 ~$
  • Instructions from Hak5
    apt update && apt -y install ca-certificates wget net-tools gnupg
    wget -qO - https://as-repository.openvpn.net/as-repo-public.gpg | apt-key add -
    echo "deb http://as-repository.openvpn.net/as/debian focal main">/etc/apt/sources.list.d/openvpn-as-repo.list
    apt update && apt -y install openvpn-as
    Beginning with OpenVPN AS 2.6.0 compression is disabled by default and on upgrades as security patch.
    
    Please enter "passwd openvpn" to set the initial
    administrative password, then login as "openvpn" to continue
    configuration here: https://172.31.24.202:943/admin
    
    To reconfigure manually, use the /usr/local/openvpn_as/bin/ovpn-init tool.
    
    +++++++++++++++++++++++++++++++++++++++++++++++
    Access Server 2.8.8 has been successfully installed in /usr/local/openvpn_as
    Configuration log file has been written to /usr/local/openvpn_as/init.log
    
    
    Access Server Web UIs are available here:
    Admin  UI: https://172.31.24.202:943/admin
    Client UI: https://172.31.24.202:943/
    +++++++++++++++++++++++++++++++++++++++++++++++