# Dashboard Domain Redirect

**URL:** https://discourse.nodered.org/t/dashboard-domain-redirect/15046
**Category:** Dashboard
**Created:** [3 September 2019 08:18 UTC](https://discourse.nodered.org/t/dashboard-domain-redirect/15046 "2019-09-03T08:18:44Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![widobsono](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/widobsono/32/52336_2.png) [@widobsono](https://discourse.nodered.org/u/widobsono)
#### Post date: [3 September 2019 08:18 UTC](https://discourse.nodered.org/t/dashboard-domain-redirect/15046/1 "2019-09-03T08:18:44Z")

</div>

Dear Good People,

Hi guys, so I am curious about a thing (actually a lot). Is it possible to redirect a sub-domain to Node-Red dashboard? Let's say **io(dot)abc(dot)com** to cover **ipadress:1880/ui** so people that access the [iot.abc.com](http://iot.abc.com) will be able to access the dashboard interface but can't see the ipaddress and port.

In cPanel, I've tried sub domain redirection, but it is just simply redirect the ip:port. Also tried Zone Editor but it won't take any ip:port. Also-also tried ProxyPass from this [video](https://www.youtube.com/watch?v=_lPZjDL7ilU&list=PLQ_8ZsC5aVAFZ1vyd2Obkl5BZjn_mdYv6&index=5&t=0s) about "How to Run Node.js and Apache Together", but still no success. Please help 😂

Thank you in advance. Have a great tinkering!

---

<div class="post-metadata">

### Author: ![afelix](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/afelix/32/9743_2.png) [@afelix](https://discourse.nodered.org/u/afelix)
#### Post date: [3 September 2019 13:15 UTC](https://discourse.nodered.org/t/dashboard-domain-redirect/15046/2 "2019-09-03T13:15:16Z")

</div>

In nginx I usually set up a reverse proxy, with an A record on the DNS pointing to the machine that runs nginx. I've never done it in Apache, but this page of the docs is supposed to show you how to do it:  
[https://httpd.apache.org/docs/2.4/howto/reverse\_proxy.html](https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html)

---

<div class="post-metadata">

### Author: ![widobsono](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/widobsono/32/52336_2.png) [@widobsono](https://discourse.nodered.org/u/widobsono)
#### Post date: [3 September 2019 14:56 UTC](https://discourse.nodered.org/t/dashboard-domain-redirect/15046/3 "2019-09-03T14:56:48Z")

</div>

Thank you so much, first time hearing about it. I will check & try it out and give an update whether I've done it.
