diff --git a/docs/cado/deploy/logging-in.md b/docs/cado/deploy/logging-in.md index 14ad6fcdac..2f4870c953 100644 --- a/docs/cado/deploy/logging-in.md +++ b/docs/cado/deploy/logging-in.md @@ -4,8 +4,11 @@ hide_title: true sidebar_position: 6 --- +# Setup Wizard -# How to log in to the Cado platform +The setup wizard will walk you through the setup of your Cado Platform. + +## How to log in to the Cado platform Depending on the cloud provider in which you deployed the Cado platform, navigate to either your **[AWS Console]( https://console.aws.amazon.com)** or your **[Azure Portal](https://portal.azure.com)** and find the Public IPv4 address of your running Cado instance. Open a browser and navigate to `https://` where `` is the IPv4 of the Cado instance. You will now be able to log into the platform. @@ -13,18 +16,88 @@ Depending on the cloud provider in which you deployed the Cado platform, navigat You will see a browser notification stating that "Your connection is not private". Cado is unable to automatically generate SSL certificates. In AWS, if you require a valid SSL certificate, the easiest way to create one for the encrypted HTTPS connection is to **[create your own Elastic Load Balancer](../deploy/aws/networking/aws-load-balancer.md)** ::: + +### Steps + +**1.** On first boot, the platform will take approximately **10 minutes** to install. During this time, the login URL page will display a message indicating that the system is **"Installing Cado..."**. + ![Login Page](/img/login.png) -### Default Login -On first boot, the platform will take about 10 minutes to install, during which time, on the login URL page, you will see a message indicating that the system is "Installing Cado...". + i. For all cloud providers the default username will be **"admin"** + + ii. Your cloud provider will determine what your default password will be. + + +
+ AWS + +- **Password:** `i-xxx` + - Where `i-xxx` is the **Instance ID** of your Cado instance. + +
+ +
+ Azure + +- **Password:** The **resource ID** of the VM. + - To locate it: + 1. Open the VM in the **Azure portal**. + 2. Navigate to **Settings > Properties**. + 3. Find the **Resource ID** (starting with `/subscription/...` and ending with `/VM NAME`). + +
+ +
+ GCP + +- **Password:** The **instance ID** found in the Compute Engine console. + - Example: `87844815082567668776` + +
+ +
+ AWS High Availability (HA) + +- For High Availability in AWS, the password is the name of the load balancer. + - Example: If the full ARN of the load balancer is: + ``` + arn:aws:elasticloadbalancing:us-east-1:111:loadbalancer/app/my-load-balancer/abc + ``` + then the password will be: + ``` + my-load-balancer + ``` + +
+ + +**2.** Agree to Cado’s terms and conditions of use. + +![EULA](/img/EULA.png) + +**3.** You will now be prompted to change your password. + +When changing your password, ensure it meets the required complexity standards. + +### Minimum Password Requirements: +- At least **1 uppercase** letter +- At least **1 lowercase** letter +- At least **1 number** +- Minimum **8 characters** in length +- **Cannot reuse** a previously used password + +![Change Password](/img/Change-Password.png) -After initial install, you can login with the username `admin`. +**4.** Upload your license provided by the Cado sales team. Contact support@cadosecurity.com if you haven’t received this. -For AWS, the password is `i-xxx`, where `i-xxx` is the Instance ID of your Cado instance. +![Upload License](/img/Upload-License.png) -For Azure, the password is the very long resource ID that can be found by opening the VM in the Azure portal > Settings > Properties > Resource ID starting with `/subscription/...` ending with `/subscription/.../VM NAME` After initial login, you will be asked to accept the EULA and change your password. +**5.** The Cado deployment requires a storage bucket for various functionality including evidence preservation, health checks and Cado host based acquisitions. -For GCP, the password is the instance-id found in the Compute Engine console for your instance e.g. `87844815082567668776` +Select your cloud provider below for the relevant document: -For High Availability in AWS, the password is the name of the load balancer, for example if the full ARN of the load balancer is `arn:aws:elasticloadbalancing:us-east-1:111:loadbalancer/app/my-load-balancer/abc` then the password will be `my-load-balancer` +- AWS - [AWS Bucket Document](https://docs.cadosecurity.com/cado/deploy/aws/aws-bucket) +- Azure - [Azure Bucket Document](https://docs.cadosecurity.com/cado/deploy/azure/azure-bucket) + +- GCP - [GCP Bucket Document](https://docs.cadosecurity.com/cado/deploy/gcp/gcp-bucket)