# Add Host

Adding a host is the first step to setting up your PMO cloud! ☁️

{% hint style="info" %}
**Tip**

We recommend adding at least **three** hosts to your PMO cloud for a **minimal** setup.
{% endhint %}

Before you add the host, please ensure the following.

* The host is configured with sufficient local storage or shared storage for virtual machines to run on the host.
* The host has at least one network interface (configured with either flat or VLAN networking) and outbound https access.
* The [auto$](https://github.com/platform9/pcd-docs-gitbook/blob/main/openstack/getting-started-prerequisites-linux-kvm/README.md) and/or [Networking Pre-Requisites](https://github.com/platform9/pcd-docs-gitbook/blob/main/openstack/getting-started-configure-networking-kvm/README.md) are met.

{% hint style="warning" %}
**Admin Privileges Required**

You must be an administrator to perform this operation.
{% endhint %}

To add a host, follow the steps given below.

1. Log in to Clarity.
2. Click Infrastructure in the left panel.
3. Click the Hosts tab.
4. Click Add Host seen on the top right corner.
5. Click Download Installer to download the host agent installer for the operating system version of the host that you are adding to Clarity.

<figure><img src="https://1126553421-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZ8EciOmTwpkZCkUOCYd9%2Fuploads%2Fgit-blob-3b432aa4ad90ae97f53dc86cb9c9a51a5850b95f%2F1605036163.png?alt=media" alt=""><figcaption></figcaption></figure>

6. Copy the installer to the host operating system or to a shared folder.
7. Install the host agent by running the command `sudo bash <path to installer>`.  Ensure that the host agent installation has succeeded – a message indicating installation success is displayed on your host command line or console.
8. Click the public GPG key link on the Add New Hosts page to download the public GPG key.
9. Verify the packages downloaded with the installer.

{% hint style="success" %}
**Success**

The host is added and is visible on the Dashboard.
{% endhint %}

Once the host has been added, you must [authorize the host](https://github.com/platform9/pcd-docs-gitbook/blob/main/openstack/infrastructure-authorize-host/README.md). After authorizing the host, you can configure it with [one or more roles](https://github.com/platform9/pcd-docs-gitbook/blob/main/openstack/infrastructure-host/README.md#roles) and tweak the hypervisor configuration to setup networking interfaces, etc.
