ArcGis Server manager forgot your username and password

ArcGIS 10.1 and later reset the account password Server Manager:
(1) find arcgis server installation directory, the directory points \ ArcGIS \ Server \ tools \ passwordreset folder. There are a cmd file folder, called PasswordReset, use the command line to control access to him. The main use two commands:
  a, PasswordReset -l lists the name of the administrator user management site;
  two, PasswordReset -p reset the password to a new password


(2) In arcgisserver at the site files, navigate to the config-store \ security \ super \ under, there are two JSON file, which super.json file, save the user name and password for the site, you can use Notepad to open view.

The second method, the configuration file in clear text user name and password for the encrypted string, we still need to deal with it. The first method is recommended, reset the password.

 

The official document: https://enterprise.arcgis.com/zh-cn/server/10.5/administer/windows/resetting-a-forgotten-password.htm

Reset a forgotten password

ArcGIS 10.5 (Windows)

The following description is based on the identification stored in the user or administrator account password reset home site.

Reset the password to identify the user store

Reset password for user identification store the following steps.

Note:

If the user is stored in an LDAP or Active Directory server, you need to use the product's user management tools to reset a user's password.

  1. Open the "Manager" and is the primary site administrator or have administrative privileges logged-on user. If you need help with this step, see the login manager .
  2. Click Security > Users.
  3. To find the reset user passwords, and then click corresponding to the user's edit icon edit.
  4. In Enter the new password for the user's password field.
  5. In re-enter the password again to enter the Password field.
  6. Click Save to reset a user's password.

Reset the primary site administrator's password

If you lose or forget your password main site administrator account, you can use the user logged on with administrative privileges, to reset the password manager. For instructions on how to do this, see Editing primary site administrator account .

However, if the primary site administrator is the only account with administrative privileges, you can not log on as administrator manager. In this case, you can reset the main site administrator's password from the following description.

  1. Log in to ArcGIS Server computer.
  2. Use the Run as administrator option to open a command prompt window.
  3. At the command prompt, navigate to the folder> ArcGIS Server installation directory <\ Server \ tools \ passwordreset, such as:
    cd "C:\Program Files\ArcGIS\Server\tools\passwordreset"
  4. If you forget the name of the primary domain administrator accounts and want to retrieve it, please run the utility provided that PasswordReset.bat and append the -l option.
    passwordreset -l
  5. To reset the password, run PasswordReset.bat utility and additional -p option.
    passwordreset -p mynewpassword

Guess you like

Origin www.cnblogs.com/googlegis/p/12110779.html