# Verify the Akamas Server

## Check installation <a href="#installation-checkinstallation" id="installation-checkinstallation"></a>

Issue the following command to verify the correct startup and initialization of Akamas:

```
$ akamas status
```

When all services have been started this command will return an "OK" message. Please notice that it might take a few minutes for Akamas to start all services.

To check that also UI is properly working please access the following URL:

```
http://<akamas server name here>
```

You will see the Akamas login form:

<figure><img src="https://2641073690-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4ubiK4vpNilxkD7Fauar%2Fuploads%2FpSS7Zttq5GMm23xzyfZJ%2FScreenshot%202022-09-20%20at%2013.29.46.png?alt=media&#x26;token=25bcf8e9-b240-492d-bd47-a493421e4a74" alt=""><figcaption></figcaption></figure>

Please notice that it is impossible to log into Akamas before a license has been installed. Read here [how to Install an Akamas license](https://docs.akamas.io/akamas-docs/3.1.2/installing-akamas/install-the-akamas-license).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.akamas.io/akamas-docs/3.1.2/installing-akamas/verify-the-akamas-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
