---
title: "Install adectl"
slug: "install-adectl-saas"
updated: 2022-12-21T03:43:46Z
published: 2022-12-21T03:43:46Z
canonical: "docs.akridata.ai/install-adectl-saas"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.akridata.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Install adectl

After successful configuration, run the following command to install the software.

```shell
adectl setup
```

Alternatively, the software installation can be run in the background using the following command.

```shell
adectl setup -a
```

The status of the installation can be monitored using the following command.

```shell
adectl setup status
```

A sample output when the installation is complete is shown below.

```none
adectl setup status
Checking adectl configuration - PASS
Checking connectivity to Data Explorer portal - PASS
```
