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

Status - is empty list #556

Open
bukiru opened this issue Mar 9, 2024 · 6 comments
Open

Status - is empty list #556

bukiru opened this issue Mar 9, 2024 · 6 comments

Comments

@bukiru
Copy link

bukiru commented Mar 9, 2024

Wireguard UI ver v0.6.2
Connected Peers - nothing in list, it's empty. But lots of clients are connected

@bserret
Copy link

bserret commented Mar 29, 2024

I am seeing the same thing

@bserret
Copy link

bserret commented Mar 29, 2024

clients show in a list on status but there is no traffic listed despite them all working

@eliasmainetti
Copy link

clients show in a list on status but there is no traffic listed despite them all working

same for me

@bukiru
Copy link
Author

bukiru commented Apr 29, 2024

@ngoduykhanh

@nfs-aaronmower
Copy link

@bukiru @bserret

Make sure that your docker file has the following:

##################
version: '3.8'

services:
wireguard-ui:
image: ngoduykhanh/wireguard-ui:latest
container_name: wireguard-ui
cap_add:
- NET_ADMIN # Required to show active clients
user: root
# use the network of the host. this enables to show active clients in the status page (I have Wireguard installed on my host machine, if you have it as another docker container then it would be: 'network_mode: service:wireguard'
network_mode: host
environment:
...
...
...

And most importantly don't have any ports: listed in your docker-compose file. I commented mine out.

@bukiru
Copy link
Author

bukiru commented Jun 8, 2024

@bukiru @bserret

Make sure that your docker file has the following:

################## version: '3.8'

services: wireguard-ui: image: ngoduykhanh/wireguard-ui:latest container_name: wireguard-ui cap_add: - NET_ADMIN # Required to show active clients user: root # use the network of the host. this enables to show active clients in the status page (I have Wireguard installed on my host machine, if you have it as another docker container then it would be: 'network_mode: service:wireguard' network_mode: host environment: ... ... ...

And most importantly don't have any ports: listed in your docker-compose file. I commented mine out.

I don't use docker, only binary

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

4 participants