Remote access to VPN Server and adding a client

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
Gho21
Posts: 1
Joined: Mon May 01, 2023 6:46 pm

Remote access to VPN Server and adding a client

Post by Gho21 » Mon May 01, 2023 6:50 pm

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

solo
Posts: 1264
Joined: Sun Feb 14, 2021 10:31 am

Re: Remote access to VPN Server and adding a client

Post by solo » Tue May 02, 2023 2:20 am

Code: Select all

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

Post Reply