---
title: "Access and security settings in Horizon"
description: "Find out how to manage secure access to your instances"
url: https://docs.ovhcloud.com/en/guides/public-cloud/cross-functional/compute-horizon-access-security
lang: en
lastUpdated: 2021-05-26
---
# Access and security settings in Horizon

## Objective

The OpenStack Horizon interface provides options to configure access to your instances and other services.

For example, you can define security groups to filter incoming and outgoing connections or download an OpenRC file containing the credentials for the OpenStack API.
## Requirements

- [Configuring user access to Horizon](/en/guides/public-cloud/cross-functional/introducing-horizon.md)

## Instructions

Log in to [the Horizon interface](https://horizon.cloud.ovh.net/auth/login/).

The access and security settings consist of the following sections, accessible via the left-hand menu:

- **API Access** (under <code className="action">Project</code>)

The API Access table lists the service endpoints of the OpenStack API.

![security Horizon](/images/public-cloud/cross-functional/access-and-security-in-horizon/api_access.png)
To review the access values to use with the API, click on `View Credentials
`.
Clicking on the button `Download OpenStack RC File
` opens a drop-down menu from which you can choose the appropriate RC file to download.
- **Key Pairs** (under <code className="action">Project</code> / <code className="action">Compute</code>)

This section allows you to store and manage SSH key pairs. You can simply create and add a public and a private key by clicking on the button `Create Key Pair
`.
![security Horizon](/images/public-cloud/cross-functional/access-and-security-in-horizon/key_pairs.png)
If you have an existing key to add, click on `Import Public Key
`. In the popup window, you can enter a key string or select a key file.
This interface section includes some basic instructions; for more information about SSH keys please refer to [this guide](/en/guides/public-cloud/compute/creating-ssh-keys.md).

- **Security Groups** (under <code className="action">Project</code> / <code className="action">Network</code>)

Security groups are sets of filter rules that are applied to network interfaces. You can use them to manage access to instances by IP addresses and ports.

![security Horizon](/images/public-cloud/cross-functional/access-and-security-in-horizon/security_groups.png)
Add a security group by clicking on `Create Security Group
`, then apply customised or preset rules to it via the `Manage Rules
` button in the table.
## Go further

Join our [community of users](https://community.ovhcloud.com/).
