OH im QNAP Container

When switching the OH2 from Raspi in a container to QNAP NAS via https://github.com/openhab/openhab-qnap-qpkg/releases2.2.0-1 I have problems with the registration on the terminal of the MAC. I would like to update to M 2.5 with the config tool.
ssh openhab@IP ----PW habopen or openhab are not accepted.

Paper UI works.

What am I doing wrong?

I assume you mean you used https://github.com/openhab/openhab-qnap-qpkg/releases/tag/2.2.0-1
That does not appear to have been updated for changes made for OH 2.5.

@Kai I was going to suggest that the OP o[pen an issue, but when looking at the open issues, it appears this had been abandoned and not updated for 2.4 ??

Did you try openhabain as password?

There be typoes there!

I believe openHABian uses the user openhabian with the password openhabian.

1 Like

This ain’t the first time you’ve caught my typo’s,:laughing: and I’m sure it won’t be the last.:rofl:

What I really hate is typoing while I am correcting somebody’s typoes. I just wanted Reinhard to know that it was a typo.

1 Like

No, openhabian is also not working

openhabian also not

Depending on your ssh configuration it may be necessary to ssh into the physical box first, then from there ssh into openhab. This was the case on my docker setup on Synology (because ssh per default was configured to only allow access from localhost)

I’d suggest you try that. If it works then you can look into relaxing the ssh security configuration to avoid the extra step.

Hello Morten, I didn’t quite understand that. You probably meant start OH in the container, but where can I enter ssh there?

Hi Reinhard, I mean ssh into the Qnap box and then from there, ssh into OH in the container. Something like:

ssh admin@<Qnap IP>

Then inside the Qnap console:

ssh -p 8101 openhab@localhost

See this link and its link Bind Console to All Interfaces to avoid the first ssh step (which of course only works if ssh is enabled on your Qnap)

2 Likes

Hi Morten, thanks, if I can access my QNAP again on Sunday, I will try it.

It does not work:
ssh -p 8101 openhab@localhost

ssh: connect to host localhost port 8101: Connection refused

I get into the box without any problems, from there I can also go to the container station and from there call OH.
Then I see the start page with the UIs.
I can also access the UIs from the browser using http: // IP: 32834 / start / index.

I just don’t find a way to “openhab-config”

That’s strange. Maybe SSH is not enabled or uses a different port. Maybe you could check the config file as described here


to figure out what is missing