# Change logo Login

**URL:** https://discourse.nodered.org/t/change-logo-login/46137
**Category:** General
**Created:** [24 May 2021 06:45 UTC](https://discourse.nodered.org/t/change-logo-login/46137 "2021-05-24T06:45:42Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![trintp1999](https://avatars.discourse-cdn.com/v4/letter/t/ed655f/32.png) [@trintp1999](https://discourse.nodered.org/u/trintp1999)
#### Post date: [24 May 2021 06:45 UTC](https://discourse.nodered.org/t/change-logo-login/46137/1 "2021-05-24T06:45:42Z")

</div>

[inst-160601221226.pdf](https://discourse.nodered.org/uploads/short-url/YmQjb6UWGbriofYcH9d6WmgeKL.pdf) (607.2 KB)  
Hi all, I wanna change the logo when login to Node-red but I don't know where is this link  
"image: "/absolute/path/to/login/page/big/image"  
to change the image?

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [24 May 2021 08:04 UTC](https://discourse.nodered.org/t/change-logo-login/46137/2 "2021-05-24T08:04:37Z")

</div>

Hi @trintp1999

to change the login logo you need to:

1. create the image you want to use. It should be 256px x 256px
2. Edit your settings file and edit the `editorTheme` section to include:

```auto
editorTheme: {
   login: {
        image: "/absolute/path/to/login/page/big/image" // a 256x256 image
    }
}

```

1. Replace `/absolute/path/to/login/page/bin/image` with the full path to the image you want to use.
2. Restart Node-RED

[https://nodered.org/docs/user-guide/runtime/configuration#editor-themes](https://nodered.org/docs/user-guide/runtime/configuration#editor-themes)

---

<div class="post-metadata">

### Author: ![trintp1999](https://avatars.discourse-cdn.com/v4/letter/t/ed655f/32.png) [@trintp1999](https://discourse.nodered.org/u/trintp1999)
#### Post date: [24 May 2021 08:55 UTC](https://discourse.nodered.org/t/change-logo-login/46137/3 "2021-05-24T08:55:10Z")

</div>

I have an image named "abc" in D:\image\abc.png

So I replace image: "/absolute/path/to/login/page/big/image" to image: "D:\image\abc.png" but it's not true.

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [24 May 2021 09:07 UTC](https://discourse.nodered.org/t/change-logo-login/46137/4 "2021-05-24T09:07:23Z")

</div>

> [@trintp1999](#):
>
> D:\image\abc.png

Try changing the `\` for `/` - `D:/image/abc.png`

---

<div class="post-metadata">

### Author: ![trintp1999](https://avatars.discourse-cdn.com/v4/letter/t/ed655f/32.png) [@trintp1999](https://discourse.nodered.org/u/trintp1999)
#### Post date: [24 May 2021 09:13 UTC](https://discourse.nodered.org/t/change-logo-login/46137/5 "2021-05-24T09:13:07Z")

</div>

It's still not true 🤣

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [24 May 2021 09:13 UTC](https://discourse.nodered.org/t/change-logo-login/46137/6 "2021-05-24T09:13:58Z")

</div>

Did you restart Node-RED after making that change?

Which settings file are you editing? Have you checked it is the settings file Node-RED is actually using? Node-RED logs the full path to its settings file when it starts.

---

<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: [23 July 2021 09:14 UTC](https://discourse.nodered.org/t/change-logo-login/46137/7 "2021-07-23T09:14:36Z")

</div>

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