# What is the Default Username and Password for my Instances?

## Problem

I just created a new instance in Platform9 Managed OpenStack. What are the credentials to log in to the server?

## Environment

* Platform9 Managed OpenStack - All Versions

## Answer

The default credentials used to access your server are not managed by Platform9.

A common method for authenticating to instances is through the use of SSH Keypairs. Please refer to the Platform9 documentation to [Create SSH Key-value Pair](https://platform9.com/docs/openstack/authentication-ssh-key-value-generation) and [Import SSH Key-value Pair.](https://platform9.com/docs/openstack/authentication-import-ssh-key-value-pair)

Alternatively, you may [Set a default password and inject a custom script using User Data.](https://platform9.com/docs/openstack/tutorials-vm-cloudinit)


---

# 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://platform9.com/kb/pmo/how-to/what-is-the-default-username-and-password-for-my-instances.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.
