How to log in if I forget the account name and password of arcgis server and arcgis portal?

1. The server resets the administrator password

Server site account password: ArcGIS for Server main site administrator modification, there are usually two situations:
1 Forget the user name and password of the main site administrator, then you can run the PasswordReset command to view the user name and modify the password. The specific method is as follows:
a Open the cmd window
b Navigate to the [ArcGIS for Server installation directory]\tools\passwordreset folder through the cd command
c Run PasswordReset -l to view the user name
d Run PasswordRest -p to modify and confirm the password
for this user The username and reset password are the information of the main site administrator, so that you can easily log in to the ArcGIS Server Manager and ArcGIS Server Admin pages

2. Portal creates a temporary administrator account to log in:

insert image description here

After entering cmd, enter CreateAdminAccount create -u -p -ut,
as shown in the figure below:
insert image description here

Log in with the created account and password, as shown in the figure below:
insert image description here

After logging in, click the previous administrator's... to reset the password:

insert image description here
Then log in to the portal as an administrator:
insert image description here
click My Settings - Security - Change Password:
insert image description here
fill in the old password, and then fill in the new password:
insert image description here

Query information about other users of the portal:

insert image description here
insert image description here
The query results are saved in txt in the same folder:
insert image description here

Guess you like

Origin blog.csdn.net/weixin_40625478/article/details/115251528