[SOLVED] No access to Karaf Console remotely using putty

I have upgraded OH to version 2.2.

Since upgrading I don’t seem to be able to ssh into the karafe console using localhost:8081 using putty.

Network error: Connection refused

I can, however, log in to karafe console from a terminal window from within raspbian using:

ssh -p 8101 openhab@localhost

Any ideas how I can diagnose what is happening?

have a look at the docs https://docs.openhab.org/administration/console.html#bind-console-to-all-interfaces

also if you accessing karaf from another machine you need to use the ip or hostname of your OH machine not localhost

edit: 2023-02-03: the link changed. this is the new one: The Console | openHAB

1 Like

Excellent, thankyou!!

Problem solved :slight_smile: