Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tuxjr opened this issue Mar 2, 2022 · 1 comment
Open

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

tuxjr opened this issue Mar 2, 2022 · 1 comment

Comments

@tuxjr
Copy link

tuxjr commented Mar 2, 2022

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

@edthepurple
Copy link

edthepurple commented Apr 13, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants