d3vilh / openvpn-ui

Web User Interface for OpenVPN
MIT License
169 stars 39 forks source link

Access to the panel via API requests #50

Closed jaygent closed 4 months ago

jaygent commented 4 months ago

Access to the panel via API requests Creating and deleting server access

d3vilh commented 4 months ago

Hi @jaygent OpenVPN-UI uses OpenVPN management console to retrieve connected users information and drop clients.

OpenVPN server also supports REST APIs as APIs to control server.

As of OpenVPN-UI APIs itself, I don't have any plans to implement it. However, if someone would like to implement and later maintain it - welcome. I can give full access to this repo as it will benefit to all the community.