> ## Documentation Index
> Fetch the complete documentation index at: https://docs.megaport.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connecting to Latitude.sh

> This help topic describes how to connect to Latitude.sh to order bare metal, and what happens when you do.

export const Image = ({src, alt = '', caption, width, height, shadow}) => {
  const errorPrefix = '\x1b[31;1;4mERROR\x1b[0m: Image -';
  if (typeof src !== 'string') {
    src = String(src);
  }
  if (!src || src === 'undefined') {
    console.error(`${errorPrefix} \`src\` is required — rendering an empty string instead`);
    return <></>;
  }
  const img = <img className={['mega-image-style', shadow ? 'shadow' : ''].join(' ')} src={src} alt={alt} width={width} height={height} style={{
    display: 'block'
  }} />;
  return caption ? <figure>
      {img}
      <figcaption style={{
    textAlign: 'center',
    width
  }}>{caption}</figcaption>
    </figure> : img;
};

You can manage both connectivity and infrastructure by connecting to Latitude.sh from the Megaport Portal.\
Latitude.sh allows you to deploy and manage bare metal instances globally. The platform offers the flexibility of virtualized cloud environments with the performance, security, and control of dedicated infrastructure.

On the Services page, click **Add Services**, then select **Order Bare Metal** in the **Compute** section.

<Image src="/images/portal-admin/order-bare-metal.png" alt="Order Bare Metal card on the Add Services page" shadow={true} width={850} />

You can also access Latitude.sh from the bottom left of the Megaport Portal. In the Megaport Portal, click the **latitude.sh**  button to open the Latitude.sh Portal.

<Image src="/images/portal-admin/user-menu.png" alt="Location of Latitude.sh link on user menu" shadow={true} width={200} />

**To connect to Latitude.sh for the first time**

From the Megaport Portal:

* Click **Add Services**, then click **Order Bare Metal**
* Click **latitude.sh**

You will be transferred to the Latitude.sh Portal.

The first time someone from your company connects to Latitude.sh, a company account will be created for
Latitude.sh based on your company details in the Megaport Portal. That user will be logged in straight away.

Subsequent users who click through from the Megaport Portal must click the **Request access** button to log in for the first time.

For more information about using Latitude.sh's bare metal cloud infrastructure, see the [Latitude.sh documentation](https://www.latitude.sh/docs).
