Dear All,
Do you have a Csharp code to connect to the VPN server remotely and being able to add a new client?
Thanks a lot
Remote access to VPN Server and adding a client
-
- Posts: 1636
- Joined: Sun Feb 14, 2021 10:31 am
Re: Remote access to VPN Server and adding a client
Code: Select all
vpncmd addr:port /server /password:*** /adminhub:@@@ /cmd UserCreate [name] [/GROUP:group] [/REALNAME:realname] [/NOTE:note]
...
proc.Start();