Skip To Content

Administer ArcGIS Notebook Server

As an administrator of an ArcGIS Notebook Server site, you can use the ArcGIS Notebook Server Administrator Directory to perform a range of administrative actions, from monitoring your site to customizing its settings.

As with other REST API directories in ArcGIS Enterprise, you can either access the HTML views of the Administrator Directory in a browser, or make programmatic requests to it through a third-party client.

Refer to the API reference (available at the upper right of the directory window) for full documentation of each resource and operation in the directory.

The URL of the directory is formatted https://<notebookserver.domain.com>:11443/arcgis/admin or https://<notebookserverwebadaptor.domain.com>/<context>/admin.

Note:

ArcGIS Notebook Server does not have a separate Manager application at 10.7.

Reset the primary site administrator account password

You create the primary site administrator account when you create an ArcGIS Notebook Server site. If you need to change the user name or password for this account, you can do so using the ArcGIS Notebook Server Administrator API.

If you use the primary site administrator account to register ArcGIS Web Adaptor with your site, and you later change the primary site administrator user name or password, there is no need to reconfigure the web adaptor. HTTPS communication is not disrupted between the web adaptor and the site after you edit the account.

Follow these steps to change the user name or password of the primary site administrator account.

  1. Open the command prompt window on the ArcGIS Notebook Server machine.
  2. Browse to <Notebook Server install directory>\tools\passwordreset.
  3. Run the command PasswordReset.bat -p <newpassword>.

    The primary site administrator account password is reset.