﻿---
title: Log into the Cloud UI
description: To access the Cloud UI in a web browser: Connect to the HTTPS URL provided at the end of the installation process on your first host, replacing FIRST_HOST...
url: https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/6983/deploy-manage/deploy/cloud-enterprise/log-into-cloud-ui
products:
  - Elastic Cloud Enterprise
applies_to:
  - Elastic Cloud Enterprise: Generally available
---

# Log into the Cloud UI
To access the Cloud UI in a web browser:
1. Connect to the HTTPS URL provided at the end of the installation process on your first host, replacing `FIRST_HOST` with the correct IP address or DNS hostname.
   ```sh
   https://<FIRST_HOST>:12443
   ```
   <note>
   Starting with ECE 3.7.0, browser access to the Cloud UI requires HTTPS on port 12443. HTTP on port 12400 remains available for API calls (for example, using `curl`), but browsers will not render the UI correctly over HTTP due to security policy headers.
   </note>
   Secure access through the HTTPS protocol is available with certificates generated during the installation of Elastic Cloud Enterprise, but will prompt you with a warning in your browser. To avoid this warning, you can add [your own TLS/SSL security certificates](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/6983/deploy-manage/security/secure-your-elastic-cloud-enterprise-installation/manage-security-certificates). If you are on AWS and can't access the Cloud UI, [check if the URL points to a private IP address](/elastic/docs-content/pull/6983/troubleshoot/deployments/cloud-enterprise/common-issues#ece-aws-private-ip).
2. Log in as user `admin` with the credentials provided.
3. On your first login, agree to the software license agreement to continue. You can opt out of sharing some basic usage statistics with Elastic. [Here is what we collect.](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/6983/deploy-manage/deploy/cloud-enterprise/statistics-collected-by-cloud-enterprise)

The Cloud UI displays the available deployments and some important information about them. Three deployments are always shown:
- `admin-console-elasticsearch`: Backs the Cloud UI itself.
- `logging-and-metrics`: Collects logs and performance metrics for your ECE installation. You must not use this deployment to index monitoring data from your own Elasticsearch clusters or use it to index data from Beats and Logstash. Always create a separate, dedicated monitoring deployment for your own use.
- `security`: Stores all security-related configurations.