# Hostname

> This document describes how the Hostname method identifies Client Workloads in Aembit for Virtual Machine deployments.

#

The Hostname Client Workload identification method is applicable to Virtual Machine deployments and utilizes the hostname of the machine (which can be retrieved by the hostname command) to identify and distinguish Client Workloads.

## Applicable Deployment Type

This method is suitable for Aembit Edge-based deployments.

## Configuration

### Aembit Cloud

1. Create a new Client Workload.
2. Choose **Hostname** for client identification.
3. In the **Value** field, enter the hostname of the virtual machine where the Client Workload is running.

### Finding the Hostname

* Open a terminal on your Linux VM.
* Use the `hostname -f` command to retrieve its hostname.

Alternatively, you can often find the hostname in the Virtual Machine’s configuration settings or system information.

### Uniqueness

Ensure the hostname is unique within your organization to avoid unintentionally matching other Virtual Machines. If necessary, consider combining Hostname with other client identifiers. Please consult the [Client Workload multiple identifiers](/user-guide/access-policies/client-workloads/identification/client-workload-multiple-ids) documentation to enhance uniqueness.