Page 1 of 1

creating the vpn via commandline asking for extra steps

Posted: Thu Jun 30, 2022 6:02 pm
by Liam21
i used this command.
"c:\program files\softether vpn client\vpncmd.exe" localhost /client /cmd:AccountCreate [myvpn] [/SERVER:32.19.29.64:5555] [/HUB:VPN] [/USERNAME:user1] [/NICNAME:user1]
it works ok and i get this next step

vpncmd command - SoftEther VPN Command Line Management Utility
SoftEther VPN Command Line Management Utility (vpncmd command)
Version 4.39 Build 9772 (English)
Compiled 2022/04/26 18:00:50 by buildsan at crosswin
Copyright (c) SoftEther VPN Project. All Rights Reserved.

Connected to VPN Client "localhost".

VPN Client>AccountCreate [myvpn] [/SERVER:82.19.29.64:5555] [/HUB:VPN] [/USERNAME:user1] [/NICNAME:user1]
AccountCreate command - Create New VPN Connection Setting
Destination VPN Server Host Name and Port Number:


so next i manually add
32.19.29.64:5555

then
Destination Virtual Hub Name:
so i add VPN
Destination Virtual Hub Name: VPN

next it ask
Connecting User Name:
i add manually user1
Connecting User Name:user1

next it ask
Used Virtual Network Adapter Name:
i add
Used Virtual Network Adapter Name:VPN

and finally
The command completed successfully.

why do i have to add all this again or am i missing these
"c:\program files\softether vpn client\vpncmd.exe" localhost /client /cmd:AccountCreate [myvpn] [/SERVER:32.19.29.64:5555] [/HUB:VPN] [/USERNAME:user1] [/NICNAME:user1]
please help

Re: creating the vpn via commandline asking for extra steps

Posted: Fri Jul 01, 2022 7:28 am
by solo
Liam21 wrote:
Thu Jun 30, 2022 6:02 pm
why do i have to add all this again or am i missing these
No need to add again, do...

Code: Select all

vpncmd localhost /client /cmd AccountCreate myvpn /SERVER:32.19.29.64:5555 /HUB:VPN /USERNAME:user1 /NICNAME:user1
After an account is created, connect like this viewtopic.php?f=7&t=67587