Cannot find HashedPassword to reset password

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
aboka
Posts: 47
Joined: Tue Mar 14, 2017 9:38 am

Cannot find HashedPassword to reset password

Post by aboka » Thu May 18, 2017 9:58 pm

hi, i hv forget my SoftEther server's password. Read few post here, and also the link below; all of them advice to delete the [HashedPassword] field under the [ServerConfiguration]

https://www.softether.org/4-docs/1-manu ... r_password.

But there is no HashedPassword inside my 'server config' file. it is locate at '/usr/local/vpnserver/vpn_server.config'

I try delete the 'byte Key' after stopping vpnserver, but it will recreate itself and it wont prompt me for new password.

# Software Configuration File
# ---------------------------
#
# You may edit this file when the VPN Server / Client / Bridge program is not running.
#
# In prior to edit this file manually by your text editor,
# shutdown the VPN Server / Client / Bridge background service.
# Otherwise, all changes will be lost.
#
declare root
{
uint ConfigRevision 29
bool IPsecMessageDisplayed true
string Region MY
bool VgsMessageDisplayed false

declare DDnsClient
{
bool Disabled false
byte Key F1ZbBXjfDr0mQPmvqy0RH2cOCwA=
string LocalHostname localhost
string ProxyHostName $
uint ProxyPort 0
uint ProxyType 0
string ProxyUsername $
}
declare IPsec
{
bool EtherIP_IPsec false
string IPsec_Secret mysecret
string L2TP_DefaultHub DEFAULT
bool L2TP_IPsec true
bool L2TP_Raw false

declare EtherIP_IDSettingsList
{
}
}
declare ListenerList
{
declare Listener0
{
bool DisableDos false
"vpn_server.config" [dos] 491L, 15929C

thisjun
Posts: 2458
Joined: Mon Feb 24, 2014 11:03 am

Re: Cannot find HashedPassword to reset password

Post by thisjun » Wed May 31, 2017 5:03 am

I think you delete DDNS secret key.

Please delete HashedPassword in 'declare ServerConfiguration'.

Post Reply