# Admin UI

The Admin User Interface (**Admin UI**) is the central web-based management console for interacting with your Connectware deployment. It provides a unified platform for configuring, monitoring, and managing all aspects of the system.

While administrators can use the Admin UI to [manage users](https://docs.cybus.io/2-0-0/documentation/user-management), configure services, and [register clients](https://docs.cybus.io/2-0-0/documentation/client-registry), other users also benefit from role-specific capabilities.

For example, depending on assigned roles and permissions:

* Engineers can [deploy or update](https://docs.cybus.io/2-0-0/documentation/services/setting-up-and-configuring-services) service commissioning files to define data flows and resource configurations.
* Operators can monitor live production data using tools like the [Data Explorer](https://docs.cybus.io/2-0-0/documentation/monitoring/data-explorer) and view [system status](https://docs.cybus.io/2-0-0/documentation/system-status) metrics.
* IT and security personnel can review [logs](https://docs.cybus.io/2-0-0/documentation/services/service-logs).

Role-based access control ensures that each user only sees the features and settings relevant to their responsibilities, maintaining both usability and security.

Additionally, all Admin UI functions are also accessible via [REST APIs](https://docs.cybus.io/2-0-0/reference/api-reference), allowing seamless integration into enterprise systems and automation pipelines.

## Logging into the Admin UI

1. Open your browser and enter the IP address of your host (**https\://\<HOST-IP>**).

<figure><img src="https://3652345531-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fsig3lxGLw8WEa54nKxj1%2Fuploads%2Fgit-blob-869a79b30c1dff1050329e6d33514719edf9a714%2Fconnectware-admin-ui-login.png?alt=media" alt=""><figcaption></figcaption></figure>

2. Enter your **Username** and **Password**. When setting up Connectware initially, you can use the [default admin user](https://docs.cybus.io/2-0-0/documentation/user-management/users/default-admin-user) to log in.
3. Click **Sign in**.

Now you can explore Connectware.

<figure><img src="https://3652345531-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fsig3lxGLw8WEa54nKxj1%2Fuploads%2Fgit-blob-e28c9cd7d77506182972232d4737bc6ff57a45ed%2Fconnectware-admin-ui.png?alt=media" alt=""><figcaption></figcaption></figure>


---

# 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.cybus.io/2-0-0/getting-started/admin-ui.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.
