> ## 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.

# Megaport Portal Dashboard

> This help topic describes how to use the Megaport Portal dashboard with the rotating globe feature.

export const Anchor = ({name}) => {
  const errorPrefix = '\x1b[31;1;4mERROR\x1b[0m: Anchor -';
  if (name === undefined || name === null || name === 'undefined') {
    console.error(`${errorPrefix} \`name\` must have a value — rendering an empty string instead`);
    return <></>;
  }
  const raw = typeof name === 'string' ? name : JSON.stringify(name);
  const id = raw.replace(/\s+/g, '-').replace(/[^A-Za-z0-9_-]/g, '').replace(/-+/g, '-').replace(/^-+|-+$/g, '');
  if (!id) {
    console.error(`${errorPrefix} \`name\` "${name}" sanitizes to an empty id — rendering an empty string instead`);
    return <></>;
  }
  return <a style={{
    scrollMarginTop: 'var(--scroll-mt)'
  }} id={id}></a>;
};

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;
};

export const InlineImage = ({src, alt, height = 16, shadow, width}) => {
  const errorPrefix = '\x1b[31;1;4mERROR\x1b[0m: InlineImage -';
  if (typeof src !== 'string') {
    src = String(src);
  }
  if (!src || src === 'undefined') {
    console.error(`${errorPrefix} \`src\` is required — rendering an empty string instead`);
    return <></>;
  }
  if (typeof alt !== 'string') {
    alt = String(alt);
  }
  if (alt === 'undefined') {
    console.error(`${errorPrefix} \`alt\` is required (use "" for decorative images) — rendering an empty string instead`);
    return <></>;
  }
  if (height) {
    height = height.toString().replaceAll(/\D/g, '');
  }
  if (width) {
    width = width.toString().replaceAll(/\D/g, '');
  }
  return <img className={['inline-icon', shadow ? 'shadow' : null, 'm-0'].filter(Boolean).join(' ')} src={src} alt={alt} height={height} width={width} style={{
    display: 'inline',
    verticalAlign: 'middle',
    maxHeight: height ? `${height}px` : undefined,
    maxWidth: width ? `${width}px` : undefined,
    height: height ? `${height}px` : undefined,
    width: width ? `${width}px` : undefined
  }} />;
};

The Megaport Portal dashboard is an interactive experience that can show either a rotating globe or a flat projection. You can use the visualizations to see your Megaport defined network. You can also use it to add connections and services to your network.

## Dashboard views

By default, you will see the interactive globe view. To change to the flat projection, click the flat map image on the right:

<Image src="/images/dashboard/map-controls-right-flat.png" alt="This image shows the button that you click to get a flat map image. It has a monochrome image of the map of the world on it." shadow={true} />

For more information, see [Map controls on the right](#map-right).

## Maintenance and outage banner

At the top of the page, a banner will be displayed to inform you about any future or ongoing maintenance or outages.  If there are no maintenance or outages, the banner will not be displayed.

<Note>
  The banner will only show events three days before the maintenance or outage is scheduled to occur.
</Note>

Select **View All** to see details about the maintenance or outage.

Click **X** to close the banner.

<Image src="/images/dashboard/maint-outage-banner.png" alt="This image shows the maintenance and outage banner at the top of the page." shadow={true} width={950} />

## Map controls

There are control buttons on each side of the map, and a status bar along the bottom that summarizes your services. The buttons let you control what you see on the dashboard, and the status bar shows your service status at a glance.

<Tip>
  Hover the mouse over each control on the map to see its purpose.
</Tip>

### Move the globe

To manipulate the globe view, click and drag on the globe.

* On a standard mouse, left-click and drag
* On an Apple magic mouse, click and drag
* On a tablet, touch and drag

### Advanced globe view manipulation

You can use commands to completely invert the globe. This is useful if you want to view your network in a certain way, or to take screenshots of parts of your network that can only be seen this way.

**To invert the globe view to north at the bottom**

* With a standard mouse, drag sideways while holding the right button or drag sideways while holding *ctrl* and left button
* On a keyboard, click *shift* + left or right arrows

**To restore the globe view to north at the top**

* With a standard mouse, drag sideways while holding the right button or drag sideways while holding *ctrl* and left button
* On the keyboard, click *shift* + up arrow.

<Anchor name="map-left" />

### Map controls on the left

The controls on the left side of the map help you control how much information you see. Use the location filter buttons at the top of the left controls to choose which locations appear on the map.

|                                                                                                                          Control                                                                                                                          | Purpose                                                                                                                                                                                                                                     |
| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|                                           <InlineImage src="/images/dashboard/show-service-locations.png" alt="This image shows a white pin. This control displays all location types on the map" height={64} />                                          | Show all locations.<br /> Displays all location types, including installed locations (Active and Deployment), [extended locations](#extended-locations), and locations where you have services. This is the default view.                   |
|                                          <InlineImage src="/images/dashboard/show-installed-locations.png" alt="This image shows a red pin. This control displays installed locations on the map" height={64} />                                          | Show installed locations. <br /> Displays only installed Megaport locations (Active and Deployment status) where you can order services directly. Occupied locations (locations where you have services) and extended locations are hidden. |
|                                          <InlineImage src="/images/dashboard/show-extended-locations.png" alt="This image shows a black pin. This control displays extended locations on the map" height={64} />                                          | Show extended locations.<br /> Displays only [extended locations](#extended-locations). Installed locations and locations where you have services are hidden.                                                                               |
|                                     <InlineImage src="/images/dashboard/show-your-locations.png" alt="This image shows a blue pin. This control displays locations where you have services on the map" height={64} />                                     | Show locations where you have services.<br /> Displays only locations where you have deployed services, along with connection lines between them. Empty locations (where you have no services) are hidden.                                  |
|            <InlineImage src="/images/dashboard/filter-no-services.png" alt="This image shows the button to press to filter locations where you don't have services. It is a square button with a funnel shape in a solid color." height={64} />           | Filter empty locations.<br /> See [Locations](/dashboard#locations) for more information about empty locations.                                                                                                                             |
|                                 <InlineImage src="/images/dashboard/map-key.png" alt="This image shows the button to press to reveal the map key. It is a square button with a key on it in a solid color." height={64} />                                | Map key.<br /> This explains what the icons, colors, and links mean on the map, including the distinction between installed and extended locations.                                                                                         |
| <InlineImage src="/images/dashboard/help-and-instructions.png" alt="This image shows the button to click to show the keyboard commands used to control the map. It is a square button with a circle on it that contains a questions mark." height={64} /> | Keyboard commands to control the map, including zoom and changing orientation.                                                                                                                                                              |

### Search

The search function allows you to search the map for:

* Any service type. For example, VXC.
* A service name
* A product ID
* Megaport enabled locations but only if you do not have this turned off in your map settings
* Any place name in the world

<Anchor name="map-right" />

### Map controls on the right

The controls on the right side of the map set the screen mode (normal or full-screen), the view (globe or flat map), and the level of zoom.

|                                                                              Control                                                                              | Purpose                                                                                                                                                |
| :---------------------------------------------------------------------------------------------------------------------------------------------------------------: | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <InlineImage src="/images/dashboard/full-screen.png" alt="This image shows a button with the outline of a square on it, showing just the corners." height={64} /> | Expand the map or globe to full screen.<br /> The Megaport Portal header and options are hidden. To return to normal view, click **Exit full screen**. |
|               <InlineImage src="/images/dashboard/globe-view.png" alt="This image shows a button with a circular globe image on it. " height={64} />              | Show the rotating globe view.                                                                                                                          |
|      <InlineImage src="/images/dashboard/flat-map.png" alt="This image shows a button with a  monochrome image of the map of the world on it " height={64} />     | Show the flat map view.                                                                                                                                |
|                     <InlineImage src="/images/dashboard/zoom-fast.png" alt="This image shows a button with 2 plus signs on it." height={64} />                    | Zoom in with large increments.                                                                                                                         |
|                      <InlineImage src="/images/dashboard/zoom-in.png" alt="This image shows a button with 1 plus sign on it." height={64} />                      | Zoom in with small increments.                                                                                                                         |
|                     <InlineImage src="/images/dashboard/zoom-out.png" alt="This image shows a button with 1 minus sign on it." height={64} />                     | Zoom out with small increments.                                                                                                                        |
|                  <InlineImage src="/images/dashboard/zoom-out-fast.png" alt="This image shows a button with 2 minus signs on it." height={64} />                  | Zoom out with large increments.                                                                                                                        |

<Anchor name="service-widgets" />

### Service status bar

The service status bar is a full-width bar along the bottom of the map that summarizes the status of your configured services.

<Image src="/images/dashboard/service-status-widgets.png" alt="Service status widgets" shadow={true} />

From left to right, the bar begins with an **All Services** tile that aggregates the up and down totals across all service types. This is followed by a tile for each service type you have. Service types with no services are not shown.

Each tile shows:

* A circular status indicator divided into segments that represent the proportion of services that are up or down.
* The total number of services for that service type.
* A status summary showing the number of services that are down (for example, *3 down*), or *all up* when none are down.

You can minimize the bar to a small pill that displays the total number of services. Click the pill to expand the bar again. Your browser remembers whether the bar was last minimized or expanded.

If you do not have any services yet, the bar shows a **No services yet** message instead of tiles.

<Anchor name="locations" />

## Locations

Each Megaport location is marked by a pin. The color of the pin indicates the location type and status:

<Image src="/images/dashboard/occupied-empty.png" alt="Locations" shadow={true} width={750} />

|                                        Pin                                        | Status                                                                                                                                                                                                                                    |
| :-------------------------------------------------------------------------------: | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|  <InlineImage src="/images/dashboard/pin-blue.png" alt="Blue pin" height={64} />  | Blue for occupied.<br /> An occupied location means that you have a Port or other network component at that location, or you have a connection that terminates on someone else's Port or network component at that location.              |
|   <InlineImage src="/images/dashboard/pin-red.png" alt="Red pin" height={64} />   | Red for installed empty.<br /> An installed (empty) location means that Megaport hardware is available at that data center, but you do not currently have any services there. You can order services directly at these locations.         |
| <InlineImage src="/images/dashboard/pin-black.png" alt="Black pin" height={64} /> | Black for extended empty.<br /> An [extended location](#extended-locations) is a data center where Megaport hardware is not physically present, but services are available through a private connection from a nearby installed location. |

<Tip>
  Use the location filter buttons on the left side of the map to show or hide specific location types. For more information, see [Map controls on the left](#map-left).
</Tip>

### Location clusters

When you click a cluster of either occupied or empty locations, it will zoom in to show the next level of services expanded to show each service or location. The color of the icon shows the status of the service:

* Green for up and running
* Red for provisioned but not running
* Black for ports or connections that you do not own

There is also a location icon, which you can click to create services and get location details.

<Image src="/images/dashboard/unclustered.png" alt="This image shows the individual services at this location. Each service is  represented as a colored disc with  a symbol on it representing the type of service. The colored discs are arranged in a circle. In this example, there are two red ports, two black ports, one green MVE, and a black disc representing the location." shadow={true} width={250} />

When you zoom out and the occupied locations are clustered, the number in the circle indicates the number of connections present in the clustered locations. The circle drawn around it shows the proportion of them that are up or down. The colors represent:

* Green for up
* Red for down

<Image src="/images/dashboard/zoomed-out.png" alt="This image shows a solid blue circle  containing a number two. The blue circle is surrounded by a green and red circle, which is two thirds red, and one third green." shadow={true} width={250} />

### Location functions

When a location is expanded, you can click the location icon to see a pop-up with buttons that allow you to create available services or connections at that location.

<Image src="/images/dashboard/location-services.png" alt="This image shows the details for an expanded location. It says 'This location supports the following products:Ports - 10 Gbps, 100 Gbps, MCRs, MVEs. Cisco, VMware, Versa, Aruba, Fortinet, Palo Alto.' There are buttons along the bottom of the pop-up that say 'create port', 'create MCR', and 'create MVE'." shadow={true} width={450} />

For more information about creating services, see [Provision services](/getting-started#provision-services).

<Anchor name="extended-locations" />

### Extended locations

Extended locations are data centers in the same campus or metro area as an installed Megaport location. Megaport hardware is not physically present at extended locations, but you can access services through a private cross connect from an installed location. You can order this cross connect to the Megaport installed location from your Data Center Operator at the extended location.

To view extended locations on the map, use the location filter buttons on the left side:

* Click the **white pin** button to show all locations, including extended locations alongside installed and occupied locations.
* Click the **black pin** button to show only extended locations and hide all other location types.

Extended locations appear with black pins on the map. When you click an extended location pin, the pop-up shows:

* The data center name, metro, and country
* A banner indicating that the location is extended via private connection from installed sites
* A list of installed (parent) sites that connect to the extended location

<Note>
  To order services at an extended location, contact your Account Manager for assistance. Services are created from the installed (parent) locations, not directly at extended locations.
</Note>

For more information about location types, see [Understanding Locations](/enabled-locations).

## Component control

When you have focus on a location, you can keep clicking down to an individual service.
You can use the map interface to see details, create, and remove services or connections. Click a service or connection icon to expand it and see the details.

### See service details

Click an icon to see the details for that service.

<Image src="/images/dashboard/location-details.png" alt="This image shows the pop-up window that appears when you click an MVE icon. It shows the connection details. It tells you the name of the service, the vendor - Aruba in this case, the size of the service and where it is located. The image shows what the service is linked to using an heirarchical structure. This one is an Aruba MVE located in New York. It is linked to a Megaport Internet service, and a Megaport Marketplace service." shadow={true} width={450} />

### Add network connections

You can add network connections from the Megaport Portal dashboard.

**To add network connections**

1. Click the Port or connection icon.

   You will see a pop-up window that allows you to add a service.

   <Image src="/images/dashboard/port-details.png" alt="This image hows the pop-up that appears when you click a port icon. It shows the port details, including the name, location and port speed. There is a button on the right side that allows you to add a connection. Along the bottom are an icon that allows you amend the details, a 'delete' button, and a 'lock' button. Underneath that block is a block that shows similar information for the connection, which in this case is an IX. There is no add connections button on the connection block." shadow={true} width={500} />

2. Click **+Connection** to open the New Connection page.

   <Image src="/images/dashboard/new-connection.png" alt="This image shows the page that appears when you click the add connections button. The standard New Connection page is shown, that allows you to choose a destination type from a row of icons. The icons are cloud, private vxc, Megaport Internet, internet exchange, Megaport Marketplace, and Enter service key.There is a cancel and a next button on the bottom of the page." shadow={true} width={600} />

For more information about creating services, see [Connections Overview](/connections/overview).

<Tip>
  The Megaport Portal saves where you were on the map if you head off to create or view services. When you finish that process, it takes you back to where you were. The Megaport Portal also saves your view of the map and will return you to the same zoom level so you see it as you last saw it.
</Tip>

### Update network connections

You can use the service pop-up to change settings or delete the service.

<Image src="/images/dashboard/update-connections.png" alt="This image shows the icons you can use to update network connections. There is a cog icon that will take you to the details page, a delete button, and a lock button." shadow={true} width={550} />

Click the button to copy the service identifier.

<Image src="/images/dashboard/service-identifier.png" alt="The service identifier is shown in a hash format. You can click the number to copy it to the clipboard for use elsewhere." shadow={true} width={550} />

## Connections

Connection lines can represent one or more connections between two locations.
The color of the connection line indicates the status of the connection:

* Green for up
* Red for down

<Image src="/images/dashboard/hover-link.png" alt="This image shows the pop-up that appears when you hover over a connection icon on a one of the connection lines. It says 'This line represents 3 connections. Click to see details." shadow={true} width={450} />

When you click a connection icon, the pop-up displays the ends according to their relative geographic location. This means that the button on the left will take you to the Port at the geographical left and the same for the right side.

<Image src="/images/dashboard/expanded-link.png" alt="This image shows the pop-up that appears when you click a connection icon. It shows the a-end and b-end and allows you to use buttons to edit the end details, delete and end, or lock an end. You can also copy the service identifier. There is a button that allows you to navigate to the end." shadow={true} width={450} />

Click the A-End or B-End ports to go directly to that Port.
