> For the complete documentation index, see [llms.txt](https://docs.alemba.com/asm-legacy-product-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alemba.com/asm-legacy-product-documentation/setup-and-configure-asm/setting-up-your-system/logging-in-as-administrator.md).

# Logging in as Administrator

{% hint style="info" %}

* Your organization's very first login to ASM Core must be via the **Admin** username and password.&#x20;
* The system administrator can continue to use this login to maintain and support the system.
* The Admin Login ID cannot be changed, but the password should be changed during the initial Admin login.
  {% endhint %}

### Automatic Login (administrator only) <a href="#automati" id="automati"></a>

ASM Core can be started automatically without the need to type a username or password. The command line for the application needs to be amended to enable this. ASM Core can be auto-run with the command line:

`http://<server>/<virtual directory>/Core.aspx?LOGIN&USER_ID=<user>&PASS_WORD=<password>&DATABASE=<database>`

If you are using the administrator account (Admin log in) and you want to use Integrated Security, you must either change your network login to Admin to access the application through that account; or append noauth=true to the URL.

Example: http\://\<server>/virtual directory>/Core.aspx?noauth=true


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.alemba.com/asm-legacy-product-documentation/setup-and-configure-asm/setting-up-your-system/logging-in-as-administrator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
