Page 1 of 1

Remote access to VPN Server and adding a client

Posted: Mon May 01, 2023 6:50 pm
by Gho21
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

Re: Remote access to VPN Server and adding a client

Posted: Tue May 02, 2023 2:20 am
by solo

Code: Select all

vpncmd addr:port /server /password:*** /adminhub:@@@ /cmd UserCreate [name] [/GROUP:group] [/REALNAME:realname] [/NOTE:note]
...
proc.Start();