Access OSGI in openhabian

Hi,
I would to like to access OSGI using the openhabian image, but when I tried to logon with the command
ssh -p8101 openhab@localhost

it says connection refused. Where should I allow access to the OSGI? Is it already installed?

Thanks
Andre

Try ssh openhab@localhost -p 8101 :
http://docs.openhab.org/administration/console.html

Connection refused :frowning:

Thanks, it is working now. Thought I had to execute the comman ‘before’ establishing a SSH connect with my PI. I’m a newbie :wink:

1 Like