# Web based Interface access

EXAPLAY Web-Based GUI

EXAPLAY's fully web-based GUI allows for easy remote access through a web browser\
&#x20;(we recommend Google CHROME) !\
\
This eliminates the need for a physical control screen, enabling control from any device by entering the system's IP address.  Users on the host machine can access it via `localhost`,.\
\
To open the GUI, either click the **EXAPALY 2** icon or open a web browser on an external system and enter the IP address .\
\
For example, to access a EXAPLAY GUI service running on a PC with  IP `192.168.1.100`, you can use type `192.168.1.100:80 in your webbrowser`. On a local system, "`localhost"` can be entered as an alternative.\ <br>

<figure><img src="/files/IMF2dUPEKhQpCBm338lH" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
To access the system from a different device like a laptop , ensure both systems are connected to the same network. Additionally, verify that no firewalls are blocking the connection.

If you have somethign else showing up when you run the IP it means that you have another webserver running by some applications. In this case refer to [Troubleshooting](/troubleshooting/audio-routing-with-presonus-studio.md)

{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.exaplay.one/ui/web-based-interface-access.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
