Skip to content

davethepear/openvpn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Add & Remove OpenVPN Users with Ease

Programs needed

  • OpenVPN Server
  • EasyRSA
  • mutt (if you want to use email functionality)
  • postfix (if you want the email functionality to work)

Instructions on installing OpenVPN and Clients: http://www.linncountykansas.com/install_openvpn_server.html

Editing

  • Edit addvpn.sh and remvpn.sh to change vpndir and easyrsa near the top.
  • Edit vpn-message.txt to reflect your own setup, I left my modified information in it as a template. If you don't want email functions, don't worry about it.
  • Edit vpnstat.sh to change the openvpn status log file to match.

usage

Add

sudo ./adduser.sh Bob_Builder [email protected]

If you don't wish to use email

sudo ./adduser.sh Bob_Builder none

Remove

sudo ./remuser.sh Bob_Builder

List of Users

sudo ./adduser.sh list
or
sudo ./remuser.sh list

Is anyone connected?!

sudo ./vpnstat.sh

Thoughts and Prayers

I hope I didn't bork anything while converting it to be more easily modified by other users.

Releases

No releases published

Packages

No packages published

Languages