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

# Self-Hosted AIDA

AIDA can be installed on premises or in the cloud with Docker on Linux. [Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/) are required for installation. Installation can be run with a bash-based install and upgrade script.

You can download the latest AIDA release and then run `./install.sh` inside the directory. The script will take care of all the things you need to get started. After that, you can run `docker compose up -d` to start AIDA.

AIDA binds to a domain, e.g., aida.yourcompany.com. You should be able to reach the login page at [https://aida.yourcompany.com/login](https://aida.yourcompany.com/login). You can then log in with the default service account.&#x20;

To upgrade, you can download the latest version of the AIDA release, replace your existing folder's contents with that, and then run `./install.sh`.<br />
