Skip to content

Bash script with HTML to see which clients have connected and disconnected

Notifications You must be signed in to change notification settings

ElMoix/ovpn-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

OVPN STATUS

Ovpn server file must have this line:

log-append /var/log/openvpn/openvpn.log

Make sure to comment:

;log /var/log/openvpn/openvpn.log

You have to enable cron to execute this script:

45 23 * * *	/root/monitorvpn.sh
(every day at 23:45 it will execute)

Then, you need to install Apache2 to show the HTML code.
Be sure to remove the default 'index.html' file.

Index

Status

About

Bash script with HTML to see which clients have connected and disconnected

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages