To successfully install Anaconda Server, you must have already prepared your environment according to the Standard environment preparation topic.
Installing Anaconda Server
-
Download your installer by running the following command:
-
Run one of the following installation commands. Choose the command that corresponds with your setup.
The installation process creates two distinct user profiles: one for administrating Anaconda Server and one for administrating Keycloak. Login credentials for these profiles are shown during the installer output. Use these credentials for your initial login, and update them as soon as possible.
- HTTP
- HTTPS
- Grafana monitoring
- External Postgres and Redis
Example output
The installer directory contains both the installation script (install.sh) and thedocker-compose.ymlfile, which defines how the Anaconda Server services are run.
By default,/opt/anaconda/repois the file path for the installation folder. You can either create the folder manually by assigning write access to the current user, or use the-b(--base-install-dir) parameter to specify the folder for your installation.
Verifying your installation
Services are one-to-one to containers. Therefore, verifying that all major containers are up and not restarting or failing is a good first step.-
Return to your terminal and run the following command:
You should see output similar to the following:

-
Verify that the following containers appear with a
STATUSofUp(not stuck in a restart loop) in the output:Additional containers
These containers should always be running. However, you might see additional containers, depending on the phase of installation or your initial configuration choices: - Open a browser and navigate to the domain that you supplied when executing the installer. If you are able to successfully authenticate and are asked for a license, Package Security Manager has installed successfully.