# Paths to admin and dashboard

**URL:** https://discourse.nodered.org/t/paths-to-admin-and-dashboard/43398
**Category:** General
**Created:** [30 March 2021 12:08 UTC](https://discourse.nodered.org/t/paths-to-admin-and-dashboard/43398 "2021-03-30T12:08:50Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![projecttwo](https://avatars.discourse-cdn.com/v4/letter/p/65b543/32.png) [@projecttwo](https://discourse.nodered.org/u/projecttwo)
#### Post date: [30 March 2021 12:08 UTC](https://discourse.nodered.org/t/paths-to-admin-and-dashboard/43398/1 "2021-03-30T12:08:51Z")

</div>

Hey,  
i want to setup my nodered that i can access it via the following paths:

- [http://ip-of-node-red/admin](http://ip-of-node-red/admin) \>\> should go to the node-red-admin (config ui)!!! working!!!
- [http://ip-of-node-red/](http://ip-of-node-red/) \>\>should go to the dashboard-ui

i tried different config-settings, but nothing works as expacted:

```
httpRoot: '/admin',
ui: { path: "dashboard" },

```

with these settings, the dashboard-ui is accessable via /admin/dashboard...

i have really no idea to fix that! can anybody help me

---

<div class="post-metadata">

### Author: ![TotallyInformation](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/totallyinformation/32/31_2.png) [@TotallyInformation](https://discourse.nodered.org/u/TotallyInformation)
#### Post date: [30 March 2021 12:19 UTC](https://discourse.nodered.org/t/paths-to-admin-and-dashboard/43398/2 "2021-03-30T12:19:17Z")

</div>

You want to change the httpAdminRoot don't you?

---

<div class="post-metadata">

### Author: ![projecttwo](https://avatars.discourse-cdn.com/v4/letter/p/65b543/32.png) [@projecttwo](https://discourse.nodered.org/u/projecttwo)
#### Post date: [30 March 2021 12:21 UTC](https://discourse.nodered.org/t/paths-to-admin-and-dashboard/43398/3 "2021-03-30T12:21:10Z")

</div>

httpadminroot via /admin is working, but the dashboard-ui url is not working...

---

<div class="post-metadata">

### Author: ![dceejay](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dceejay/32/38_2.png) [@dceejay](https://discourse.nodered.org/u/dceejay)
#### Post date: [30 March 2021 12:23 UTC](https://discourse.nodered.org/t/paths-to-admin-and-dashboard/43398/4 "2021-03-30T12:23:38Z")

</div>

> [@TotallyInformation](#):
>
> You want to change the httpAdminRoot don't you?

... but above you have set `httpRoot: '/admin',`

---

<div class="post-metadata">

### Author: ![projecttwo](https://avatars.discourse-cdn.com/v4/letter/p/65b543/32.png) [@projecttwo](https://discourse.nodered.org/u/projecttwo)
#### Post date: [30 March 2021 12:28 UTC](https://discourse.nodered.org/t/paths-to-admin-and-dashboard/43398/5 "2021-03-30T12:28:26Z")

</div>

so stupid easy:

```auto
out-commenting "httpRoot"
httpAdminRoot: '/admin',
ui: { path: "/" },

```

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [13 April 2021 12:28 UTC](https://discourse.nodered.org/t/paths-to-admin-and-dashboard/43398/6 "2021-04-13T12:28:40Z")

</div>

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.
