# Default Credentials

## SSH/SFTP

User: **dockware**\
Password: **dockware**\
Port: **22**\
\
Please note, that you need to make the port available to your host machine.

## MySQL

These work for SQL clients as well as for the built-in Adminer application.

User: **root**\
Password: **root**\
Host: **127.0.0.1** (not localhost)\
Port: **3306**\
\
Please note, that you need to make the port available to your host machine.

## Mailcatcher

Host: **localhost**\
Port: **1025**

##


---

# 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.dockware.io/dockware-shopware-essentials/default-credentials.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.
