> For the complete documentation index, see [llms.txt](https://dgtnetwork.gitbook.io/dgt-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dgtnetwork.gitbook.io/dgt-docs/6.-administrator-guide/6.2-dgt-core-single-node-setup/6.2.2-dashboard-setup.md).

# 6.2.2 Dashboard setup

A “Dashboard” is a special node component that allows you to execute individual node commands, as well as monitor the network. The service is located inside a separate container and may not be available for this node. It is installed separately.

* The server is installed from the directory into which dgt is loaded with the command:

```
bash upDgtDashboard.sh -CB openssl
```

In case of successful installation, DASHBOARD becomes available for the node’s IP:

`http://[NODE_IP]:8003/`, for example, <http://192.168.1.53:8003/>. In response to loading, the browser (Dashboard) displays a panel with main sections presenting information about the network

* Network – presents basic information about the node and the overall topology
* Nodes – detailed information on the network topology, node roles, and existing dependencies
* Transactions – information on processed transactions
* Ledger – a representation of the DAG graph (related packages).
* Batches – information on transaction batches
* Dev – additional developer tools, including creating test transactions

<figure><img src="/files/aDD4aoHCBn1Hk5JTtSS2" alt=""><figcaption><p><em>Figure 113 Typical view of Dashboard, the browser of DGT Network</em></p></figcaption></figure>

When installing a node, use the following checklist to ensure the right sequence of steps for guaranteeing success:

<table data-header-hidden data-full-width="true"><thead><tr><th width="71"></th><th width="127"></th><th width="558"></th><th></th></tr></thead><tbody><tr><td>#</td><td>Action</td><td>Description</td><td>Is Complete?</td></tr><tr><td>1</td><td>Check Environment Setup</td><td>Check the environment’s configuration, including Ubuntu installation (at least 20.04), ssh service installation, Docker version (docker –version), Docker Compose version (docker-compose –version)</td><td>▢</td></tr><tr><td>2</td><td>Clone DGT Version</td><td>Check for the DGT version (or clone github: «<code>git clone https://github.com/DGT-Network/DGT-Matagami</code>»)</td><td>▢</td></tr><tr><td>3</td><td>Build version with upDgtCluster.sh</td><td>Go to the DGT’s home directory (for example, <code>cd DGT-Matagami/CORE/</code>). Build the main kernel version with the «<code>bash upDgtCluster.sh -G -SC -CB openssl 1 1</code>» command.  After loading additional components and the build process, the container startup process should complete successfully, including the launch of the validator, bgt, xcert, settings, and API services.</td><td>▢</td></tr><tr><td>4</td><td>Start DGT CLI</td><td>Check the ability to access the DGT CLI using the command «<code>docker exec -it shell-dgt-c1-1 bash</code>». In case of successful access to the node’s command interpreter, return to the operating system command line (“<code>exit</code>” command).</td><td>▢</td></tr><tr><td>5</td><td>Build Dashboard</td><td><p>Build the DGT Dashboard service using the «<code>bash upDgtDashboard.sh -CB openssl</code>» command.</p><p>After the assembly is completed, open the Dashboard service page (<code>http://[NODE_IP]:8003/</code>) in the browser window of your workstation. The browser page should load in response.</p></td><td>▢</td></tr></tbody></table>
