URLs and Routing
Users can efficiently access different sections of the Iotellect Web UI through direct URLs. These URLs serve as direct entry points for tasks such as administration, launching a specific application (accessed via auto-run), or a specific dashboard. The section Exposing Applications provides more information on how to provide customized entry points for users.
The table below provides details on the direct URLs, explaining their purpose and behavior.
URL | Description |
| The home page of Iotellect Server's embedded web server. It redirects to |
| The home page of Web UI. It redirects to |
| This page allows a user to be authenticated and authorized. Any other page of the Web UI redirects a user to this login page if the user is not yet authenticated. Once authentication is complete, the user is redirected back to the page that redirected him to the login page. The exception are pages configured to be accessible via anonymous permissions, which can be accessed without authentication and authorization. |
| Behavior of this page depends on whether an authenticated user has simple mode enabled:
|
| This page starts authenticated user's auto run actions. Auto run is mostly used to specify dashboards that should be opened by default. |
| This page opens a specific dashboard pointed by For example, |
| Essentially an alias for the above, this opens the dashboard with This allows web dashboard URLS to be distributed without |
Was this page helpful?