Page 1 of 1

How can i configure openVPN server through java

Posted: Wed Dec 20, 2023 6:39 am
by tamsal
I want to develop a Java desktop application that can establish a VPN connection with OpenVPN server. When a new user downloads my application, it should automatically set up a VPN connection with the OpenVPN server. Essentially, I aim to create my own OpenVPN client in Java.

Could someone outline the steps or flow to achieve this goal?