Can‘t Access UUID and Secret folder on Openhabian 3.2.0

I have a new Openhabian 3.2.0 Installation on my Raspberry Pi 4. To connect my instance to the OpenhabCloud I need the UUID and Secret from my device.
I found the Location from the documentation but i have no permission to access as root user? What is the mistake?

Trank you for your support.

Hi Stephan,

try

sudo COMMAND /var/lib/openhab/uuid

eg: sudo cat /var/lib/openhab/uuid
sudo vi /var/lib/openhab/uuid

1 Like

Thank u so much! Works!