# Changing the dashboard ui url

**URL:** https://discourse.nodered.org/t/changing-the-dashboard-ui-url/82427
**Category:** Dashboard
**Created:** [28 October 2023 16:00 UTC](https://discourse.nodered.org/t/changing-the-dashboard-ui-url/82427 "2023-10-28T16:00:49Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Panda](https://avatars.discourse-cdn.com/v4/letter/p/71c47a/32.png) [@Panda](https://discourse.nodered.org/u/Panda)
#### Post date: [28 October 2023 16:00 UTC](https://discourse.nodered.org/t/changing-the-dashboard-ui-url/82427/1 "2023-10-28T16:00:49Z")

</div>

Hey guys,  
is it possible to change the ui url from  
hostname:1880/ui to  
hostname/ui?

---

<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: [28 October 2023 16:01 UTC](https://discourse.nodered.org/t/changing-the-dashboard-ui-url/82427/2 "2023-10-28T16:01:38Z")

</div>

Yes, but not from Node-RED. You need a reverse proxy for that. Something like NGINX, Caddy, etc.

Well, strictly speaking, it IS possible from Node-RED by changing Node-RED's PORT setting to `80` or `443` (if using TLS) but this is a really bad idea since it would stop you running any other web service on the server.

---

<div class="post-metadata">

### Author: ![Panda](https://avatars.discourse-cdn.com/v4/letter/p/71c47a/32.png) [@Panda](https://discourse.nodered.org/u/Panda)
#### Post date: [28 October 2023 16:04 UTC](https://discourse.nodered.org/t/changing-the-dashboard-ui-url/82427/3 "2023-10-28T16:04:05Z")

</div>

Thanks 😉
