idlab-discover / easy-openvpn-server

Plug-and-play OpenVPN server which generates server and client config files for you
https://snapcraft.io/easy-openvpn-server
GNU Affero General Public License v3.0
69 stars 9 forks source link

Number of simultaneous connections #6

Closed Atta-Seve closed 3 years ago

Atta-Seve commented 3 years ago

Hello, Using this application, how many simultaneous connections are possible for each config?

merlijn-sebrechts commented 3 years ago

As much as your server can handle. Multiple connections per client config are allowed in the server configuration.

Atta-Seve commented 3 years ago

Thanks for answer! And how can I set a limit? For example, for each config file, only 3 devices are allowed to connect at the same time.

merlijn-sebrechts commented 3 years ago

That is not possible with this snap. I don't think I want to add that functionality. The goal of the snap is to be as simple as possible, but this also means that the snap only supports a limited set of use-cases. For more complex scenarios it might be better to manually install and configure OpenVPN.