> For the complete documentation index, see [llms.txt](https://docs.movel.ai/new-collection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.movel.ai/new-collection/seirios-rns/faqs/interface-related.md).

# Interface Related

### What are the supported devices or minimum resolutions

{% hint style="info" %}
To view the user interface of Seirios RNS, enter <localhost:4000> or \<IPaddress>:4000 in your browser of choice
{% endhint %}

The following devices and resolutions are recommended to optimally use Seirios RNS user interface

<table><thead><tr><th width="150" align="center">Device</th><th width="152.2278758318522" align="center">Recommended Devices</th><th width="228.55573503769727" align="center">Min Screen Size (W x L)</th><th align="center">Orientation</th></tr></thead><tbody><tr><td align="center">Desktop</td><td align="center">Windows or Mac</td><td align="center">1440 x 1024</td><td align="center">Landscape</td></tr><tr><td align="center">Tablet</td><td align="center">iPad mini or above</td><td align="center">768 x 1024</td><td align="center">Portrait &#x26; Landscape</td></tr><tr><td align="center">Mobile</td><td align="center">iPhone 8 or above</td><td align="center">375 x 667</td><td align="center">Portrait</td></tr></tbody></table>

### Nothing appears when I'm on localhost:4000

1. Check if everything is set up correctly in `docker-compose.yaml`&#x20;
2. See if containers are running in `docker ps`&#x20;

### What is the default password for Seirios RNS?

Use ***admin:admin*** in both username and password fields

###


---

# 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://docs.movel.ai/new-collection/seirios-rns/faqs/interface-related.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.
