creating the vpn via commandline asking for extra steps

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
Liam21
Posts: 15
Joined: Thu Jun 30, 2022 1:50 pm

creating the vpn via commandline asking for extra steps

Post by Liam21 » Thu Jun 30, 2022 6:02 pm

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

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

Re: creating the vpn via commandline asking for extra steps

Post by solo » Fri Jul 01, 2022 7:28 am

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

Post Reply