Hostname on Web UI Page Title: Possible?

Hello community,

I have more than one Umbrel installations. I have changed their hostnames and also configured my network to respond to these hostnames with the relevant IP of each. I can login to each one using the URL: http://[hostname]

I would also like the Title of the browser window to display the hostname instead of “Umbrel”, so my external password manager (not the one within the browser) recognizes the Umbrel installation and auto-types the correct password. Is that possible?

P.S. I wouldn’t like to use the browser’s password manager, because I use too many browsers. Last but not least, I wouldn’t like to have the same Umbrel password on every installation.

You are talking about the Browser’s Tab Name?

… and change it to be something like:

You just need to edit the UI’s HTML data for the Umbrel

Just edit the file:

umbrel@umbrel PROD:~$ ls -l /opt/umbreld/ui/index.html
-rw-r–r-- 1 root root 1503 Nov 5 09:57 /opt/umbreld/ui/index.html

umbrel@umbrel PROD:~$ sudo vi /opt/umbreld/ui/index.html

I have a PROD, DEV and TEST Umbrel systems (with DEV and TEST running as VMs) and if this is what you were asking for … have never thought of changing the UI but as you can see, I did change the Command Prompt.

Hope this works for you.

3 Likes

You nailed it @RodB !! This is exactly what I was looking for and your suggestion worked! ⋆.˚✮𝕋𝕙𝕒𝕟𝕜 𝕪𝕠𝕦✮˚.⋆

I expect my change to be overwritten by updates, but it’s not a big deal :slight_smile:

1 Like