amnezia-vpn / amnezia-client

Amnezia VPN Client (Desktop+Mobile)
https://amnezia.org
GNU General Public License v3.0
4.47k stars 291 forks source link

Clients Management missing in 4.0.8 #401

Closed Ratio2 closed 7 months ago

Ratio2 commented 11 months ago

Without this functionality it is difficult to use for multiple clients. To revoke access, you need to go into the docker container, find and delete the certificate.

papampi commented 11 months ago

Can you explain how to add, remove, limit users?

novichiv commented 11 months ago

Can you explain how to add, remove, limit users?

If it's Amnezia WireGuard then it's similar to WireGuard

You could examine it with: docker exec -it amnezia-awg sh -c "wg show"

Generally your client with management access executes commands inside docker containers to update configuration.

Ratio2 commented 11 months ago

Can you explain how to add, remove, limit users?

On each "share connection" amnezia generates new openvpn certificate. Revoke: Use 3.1.0 version or https://github.com/amnezia-vpn/amnezia-client/blob/3.1.0/client/ui/pages_logic/ClientInfoLogic.cpp#L118

pokamest commented 7 months ago

Basic user management added to 4.2 release. It's planned to implement more user management features.