furlongm / openvpn-monitor

openvpn-monitor is a web based OpenVPN monitor, that shows current connection information, such as users, location and data transferred.
http://openvpn-monitor.openbytes.ie
GNU General Public License v3.0
968 stars 294 forks source link

disconnect button is not working #235

Open ahmedraafat880 opened 2 years ago

ahmedraafat880 commented 2 years ago

I integrated openvpn-monitor with my openvpn-server (v2.5), and disconnect button is not working.

furlongm commented 2 years ago

Can you check the logs? The disconnect button is not altogether useful, as a client may just automatically reconnect.

ahmedraafat880 commented 2 years ago

What logs specifically I've to check for ? (Apache or OpenVPN) ?!

furlongm commented 2 years ago

Both should show if the disconnect worked

ahmedraafat880 commented 2 years ago

Well, in /var/log/apache2/errors.log it doesn't show that disconnecting is working,

I've tried to use same syntax defined in python code (kill + clientName), over telnetting to management port and it's working well, so I assume that openvpn is accepting that function, but it doesn't indicated it's working when just clicking over that button