Preview Web UI#
In addition to the Web UI, Trino includes a preview version of a new web interface. It changes look and feel, available features, and many other aspects. In the future this new user interface will replace the existing user interface.
Warning
The Preview Web UI is not suitable for production usage, and only available for testing and evaluation purposes. Feedback and assistance with development is encouraged. Find collaborators and discussions in ongoing pull requests and the #web-ui channel.
Activation#
The Preview Web UI is not available by default, and must be enabled in Config properties with the following configuration:
web-ui.preview.enabled=true
Access#
Once activated, users can access the interface in the URL context /ui/preview
after successful login to the Web UI. For example, the full
URL on a locally running Trino installation or Trino docker container without
TLS configuration is http://localhost:8080/ui/preview.