Accessing Web UI
Before accessing Web UI make sure that Iotellect Server is successfully started and running. Startup procedure is described under Startup and Shutdown.
Accessing Web UI via Tray Icon
This method is only valid for opening Web UI from the same machine that runs Iotellect Server:
- Locate Iotellect Server icon in the system tray.
- Right-click on the icon.
- Select Open Iotellect Server Web UI item.
Direct Access to Web UI
This method allows to access Web UI from any device:
- Open a web browser, such as Google Chrome or Mozilla Firefox.
- In the address bar, type
https://xxx.xxx.xxx.xxx:8443/web
, wherexxx.xxx.xxx.xxx
is an IP address or host name of the Iotellect Server (if you're actually working locally on the server, this would belocalhost
). - An "insecure connection" warning may appear if SSL certificate wasn't installed for this Iotellect Server instance. Ignore the warning and proceed in this case.
- In the login dialog that will appear, enter the username and password of your user account.
![]() | If Enable non-secure access to web applications global configuration setting is active, it is also possible to access the Web UI via a non-secure connection using this URL:
|
![]() | If Iotellect Server uses non-standard port numbers ( secure and/or non-secure ) to accept web connections, the connection to Web UI using the above URLs will fail. In this case:
|
See URLs and Routing section for more information about redirecting operators to a specific dashboard or other web UI resource.
Connection Troubles
If you still cannot access Web UI after verifying that it's active and you are using correct URL, try the following:
- Make sure that embedded web server is enabled ( Enable Embedded Web Server option is set to true).
- Check Iotellect Server log file for Web UI startup errors
- If it doesn't give you a hint, contact Iotellect support
Was this page helpful?