The pages location,equipment and properties are misssing

Hello,

I am new to OpenHAB and I have a question. When I type xxx.xxx.xx.x:8080, the main page appears, but the Location, Equipment, and Properties tabs, as you can see in the picture, do not show up!

However, when I log in, they appear normally.

On the OpenHAB demo page, you don’t need to log in with the credentials demo/demo for these tabs to be visible.

In my case, what change do I need to make so that these tabs appear without having to log in every time?

Thanks in advance

There is very little user based access control in openHAB. For the UI, there are basically just three settings: not logged in at all, logged in as a user, and logged in as an administrator. The not logged in user has only access to the overview page and any pages in the side panel that have been set as accessible. But, under SettingsAPI Security, there is an option, Implicit User Role. If you turn this on then not logged in users will be treated the same as logged in basic users.

1 Like

Thank you very much Justin!!
I spent many hours searching the internet to find some information about this problem.