> For the complete documentation index, see [llms.txt](https://wiki.astrawireless.net/astra-wireless-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.astrawireless.net/astra-wireless-documentation/technical-documentation/next-monitoring-system-technical-user-manual/monitoring-and-management/map.md).

# MAP

Network map allows to visually determine the hosts connectivity and to get necessary information about hosts and links status and their active events.

There are two possible topological (topology) and geographical (map) views that can be represented with the buttons on the left top corner.

The logical view is based on logical connections between hosts, the geographical on the actual hosts coordinates.

To display network devices on the geographic map, their coordinates must be filled in using the web interface or command line.

To display the network map, the following conditions must be met:

* geographic map: hardware acceleration (webGL) and Internet access on the user device are enabled (Internet access on the NEXT server is not required);&#x20;
* topological map: hardware acceleration enabled (webGL).

Switching to the web interface and management via the command line are available after selection of a device on the map.

<figure><img src="/files/0pqBysawksfjpPRqtidD" alt=""><figcaption></figcaption></figure>

## Represented information <a href="#id-map-representedinformation" id="id-map-representedinformation"></a>

Each network host is represented as a separate point on the map . The point color depends on the current host status. For detailed information on each host click on it to get properties panel.

Links are represented as lines, the color of which depends on the link status: green - UP, red - DOWN. For detailed information on required link click on it to get properties panel.

Host and link statuses information is updated in real-time.

### Hosts clustering <a href="#id-map-hostsclustering" id="id-map-hostsclustering"></a>

For more convenient monitoring of a large number of hosts, the map performs their automatic joining into the cluster. The cluster is simply a visual object, it does not determine the logical hosts grouping. The more you are zoom out the map view the more number of hosts comes into one cluster, and on the contrary, the more you are zoom in the more number of hosts will be shown as a separate point. Clicking on a cluster will display a list of including hosts.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.astrawireless.net/astra-wireless-documentation/technical-documentation/next-monitoring-system-technical-user-manual/monitoring-and-management/map.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
