openvpn-monitor icon indicating copy to clipboard operation
openvpn-monitor copied to clipboard

Flag doesn't load, doesn't load location!

Open tuxjr opened this issue 3 years ago • 2 comments

Hello, everything is working, when some users connect to the VPN it shows me, but it is not showing the location, location and country flag. Can you help me solve this??

location

tuxjr avatar Mar 02 '22 14:03 tuxjr

you need to include maxmind db file. a "GeoLite2-City.mmdb" should be in this directory: /var/lib/GeoIP

also, create a file in this path: /srv/openvpn-monitor/etc/openvpn-monitor.conf

and copy this to it:

[openvpn-monitor] site=EdVPN maps=True maps_height=500 geoip_data=/var/lib/GeoIP/GeoLite2-City.mmdb datetime_format=%d/%m/%Y %H:%M:%S

[VPN1] host=localhost port=5555 name=EdVPN password= show_disconnect=True

change EdVPN to whatever title you want. then re-start the service.

edthepurple avatar Apr 13 '22 11:04 edthepurple