Skip to content

Add Server

To use the app, add and connect to your server:

  1. Begin by accessing the app at inspector.exot.dev.
  2. Locate and click on the + Add server button.
  3. Input the Connection string.
  4. Assign a Name to the server for easier identification.
  5. Confirm your entries by clicking the Save button.

To start debugging, select your server from the list of configured servers. The app will establish a connection and present available instruments. In the event of a connection failure, an error message will be displayed.

Your configured servers and respective connection strings are securely stored in your browser’s IndexedDB. This storage is private and accessible solely by you, with the data remaining confidential. If you wish to collaborate using the Exot Inspector App with colleagues or team members, simply share the connection string with them.

Server Integration

Prior to adding your server, ensure it is integrated with the Exot Inspector and exposes a WebSocket server for connection establishment.

For comprehensive instructions, consult the server integration guides.

Connection String

The connection string represents the WebSocket URL address pointing to your server. It adheres to the following format:

ws://localhost:3003/_inspector

Adjust the server hostname, port, and path as per your specific configuration.

For a secure connection encrypted with HTTPS, employ the wss:// protocol.