Opening the YTsaurus web UI
Written by
Updated at July 24, 2026
After enabling the component with the spec.cluster.ui.enabled: true and spec.cluster.ui.ingressEnabled: true parameters, the YTsaurus web interface becomes available.
Getting the web UI address
The web UI URL is https://ytsaurus.<system_domain>. To get the full address, run the following command:
kubectl -n stackland-ytsaurus get ingress yt-ui -o jsonpath='{.spec.rules[0].host}'
Logging in to the web UI
There are two supported login methods:
- Local administrator:
adminfor username and a password from theytadminsecSecret. See Getting an administrator password and token. - Identity and Access Management login: OAuth authentication via Identity and Access Management. The user must exist in Identity and Access Management and have access to the platform.
Login steps:
-
Open the web UI address in your browser.
-
On the login page, select your authentication method:
- To log in as a local administrator, enter
adminfor username and a password from theytadminsecSecret. - To log in via Identity and Access Management, click the relevant button: the browser will navigate you to the Identity and Access Management authentication page.
- To log in as a local administrator, enter
-
After a successful login, the main page of the YTsaurus cluster with the name specified in
spec.clusterNamewill open.
What's next
- Connecting to the YTsaurus HTTP proxy: for requests via the YTsaurus CLI and SDK.