# Logging In

Let's see how you can get started with <code class="expression">space.vars.SITENAME</code>.

## Windows

* On Logging in page: Once the installation is complete, <code class="expression">space.vars.SITENAME</code> will be started automatically if you are doing installation on windows machine and you will be re-directed to the Getting started page in the default web browser. If the <code class="expression">space.vars.SITENAME</code> is not started, you can start it manually as described [here](/opstech-docs/7.223/getting-started/start-or-stop-service.md).
* For launching the application, click on the link **Launch** <code class="expression">space.vars.SITENAME</code>. It will redirect to the login page.
* Log in with the following credentials:
  * username: admin
  * password: password

<div align="center"><img src="/files/GCydvzKqQyVjbaPmoIWM" alt="" width="680"></div>

## Linux

* For Linux, once the installation is done, enter the URL as <http://localhost:8989/OIM/> in browser.
* Log in as username **admin** and password **password**.
* If you have configured <code class="expression">space.vars.SITENAME</code> for HTTPS, then enter the URL as <https://localhost:8443/OIM/> in browser.

## Set a New Password on First Login

* When a newly created user logs in for the first time, or when the default **admin** user logs in after installation, you will be prompted to update your password and will be automatically redirected to the password update screen.
* Please update your password in accordance with the defined password policy. For more details about password policy, refer to [Default Password Policy](/opstech-docs/7.223/manage/administrator/login-server-management.md#password-policy-configuration).
* This step is enforced to enhance the security of <code class="expression">space.vars.SITENAME</code> user accounts, as default passwords may be vulnerable to unauthorized access. Setting a strong, unique password ensures that only the intended user can access the account.

<div align="center"><img src="/files/GIjQbtiajTXBQwICUw40" alt="" width="680"></div>

* Once the password is successfully updated, you will be redirected back to the Login page, where you can log in using your updated credentials.

## Forgot Password

If you have forgotten your password, <code class="expression">space.vars.SITENAME</code> provides a secure way to reset it.

* On the Login page, click the **Forgot Password** link in the login form, as shown below.

<div align="center"><img src="/files/GCydvzKqQyVjbaPmoIWM" alt="" width="680"></div>

* You will be redirected to the Forgot Password page. Enter your **username** associated with your account and click on **Reset Password** to proceed.

<div align="center"><img src="/files/PzguQ4R5Fv8DSTPhPWVl" alt="" width="680"></div>

Upon clicking **Reset Password**, a reset link will be sent to the registered email address associated with the provided username.

* If OpsHub system is configured with SMTP system, the email is sent using the **Sender Email-id** configured in the SMTP system. For more details about SMTP system, refer to [SMTP Configuration](/opstech-docs/7.223/help-center-index/troubleshooting-index/configure-post-failure-notification.md#smtp-configuration).
* If OpsHub system is not configured with SMTP system or the configuration is invalid, the email is sent using the default <code class="expression">space.vars.SITENAME</code> user.

<div align="center"><img src="/files/UP9RbocdHt0eIivianZz" alt="" width="680"></div>

* Open your registered email inbox, locate the password reset email, and click on the **Reset Password** link provided. This will redirect you to the Reset Password page.

<div align="center"><img src="/files/HTE4pPum5G8cah8Q52nN" alt="" width="680"></div>

* Enter a new password, confirm it and click on **Change Password** to save your new password. Ensure that it adheres to the default password policy configured in the system. To know more, refer to [Default Password Policy](/opstech-docs/7.223/manage/administrator/login-server-management.md#password-policy-configuration).
* Once the password is successfully reset, you will be redirected back to the Login page, where you can log in using your updated credentials.

<div align="center"><img src="/files/FVMXcTAXOuaTp8Ab3lMJ" alt="" width="680"></div>

Once you have logged in the application, you are ready to start integration configuration. Click [Overview of Integration](/opstech-docs/7.223/integrate/overview-of-integration.md) to understand how to start using <code class="expression">space.vars.SITENAME</code> for integration.


---

# Agent Instructions: 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://opstech.gitbook.io/opstech-docs/7.223/getting-started/logging-in.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.
