> For the complete documentation index, see [llms.txt](https://docs.roomit.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roomit.xyz/mainnet/mysterium/dashboard-mysterium.md).

# Dashboard Mysterium

Due we only listen in localhost, we need forward port via ssh for access dashboard

```bash
ssh -L 4449:127.0.0.1:4449 YourUsername@YourIPpublic-p YourPortSSH
```

After that access on your browser

```
http://localhost:4449
```
