# 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](https://docs.opshub.com/v7.207/getting-started/start-or-stop-service).
* 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

These are default credentials. You can change them after you log in.

<div align="center"><img src="https://321347647-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2D2ICMelCpnOprTUSjhN%2Fuploads%2Fgit-blob-d7aeab072a12cb43c865cb1bc4aa81bf1b7c1e18%2FGetting_Started_With_Application_Image_1G_a.png?alt=media" 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**. These are default username and password. You can change them from profile once you log in.
* If you have configured <code class="expression">space.vars.SITENAME</code> for HTTPS, then enter the URL as <https://localhost:8443/OIM/> in browser.

Once you have logged in the application, you are ready to start integration configuration. Click [Overview of Integration](https://docs.opshub.com/v7.207/integrate/overview-of-integration) 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://docs.opshub.com/v7.207/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.
