Commands to reset the openvpn account
You can execute the following commands as a root user from the command-line interface (CLI) to create or reset the local administrator account using the username openvpn. It accounts for all of the above cases and should provide you with a local openvpn administrative account that you can use to sign in to the Admin Web UI.
//Create or reset the openvpn administrative local account with specified password cd /usr/local/openvpn_as/scripts ./sacli --user "openvpn" --key "prop_superuser" --value "true" UserPropPut ./sacli --user "openvpn" --key "user_auth_type" --value "local" UserPropPut ./sacli --user "openvpn" --new_pass=<PASSWORD> SetLocalPassword ./sacli start
Recent Comments