Page 1 of 1

razberry-3.2.2_bullseye.img default username and password

Posted: 18 Feb 2022 21:32
by karwas
Hello,
I am new to this board.

I have recently purchased RaZberry2 board (ZMEURAZ2) for Raspberry PI on amazon.com.
I am using it with older Raspberry PI B+ in headless configuration.
My goal is to troubleshoot issues I have in my Z-Wave installation at home,
consisting 4 Kwikset door locks and 3 Aeotec repeters, currently managed by ISY 994 controller.

I also want to lear more about Z-Wave technology, particularly at network layer and above.

I have created SD with fresh image of operating system from image razberry-3.2.2_bullseye.img
found in download section of this website. It boots up correctly, gets IP address from DHCP server,
and is accessible via web browser.

Before I will start any inclusions of my devices I need to understand more about
concept of primary and secondary controllers, as all my devices are already controlled
by Universal Devices ISY 994i Pro Z-Wave controller, and I don't want to break existing
network topology.

On the other hand, I would like to have an access to the Raspberry via ssh, to run various
diagnostic and troubleshooting tools, so yesterday I've spent few hours trying to find out
what username and password can be used for accessing it via ssh, and nothing worked.
I have tried pi/raspberry. I have tried admin/<password> with password I had set up while
initializing Z-Way application. I have tried tens of other known common username and passwords.

No luck.

What is the default username and password for ssh to Raspberry with razberry-3.2.2_bullseye.img?

Thanks,
Przemek

Re: razberry-3.2.2_bullseye.img default username and password

Posted: 18 Feb 2022 22:12
by enbemokel
Hmm, good question and its some time ago that I used the .img, as it was always outdated.
So, it will be easier and faster to install a fresh bullseye image and install latest version of z-way.
Then you have the "pi" and "raspberry" standart login.....
Good luck

Re: razberry-3.2.2_bullseye.img default username and password

Posted: 19 Feb 2022 01:58
by PoltoS
the password is razberry. it sould be in the zip file in login.txt

Re: razberry-3.2.2_bullseye.img default username and password

Posted: 19 Feb 2022 06:21
by karwas
Thanks!

It works now:

Code: Select all

karwas@iMac-Fast Downloads % ssh pi@192.168.1.254     
pi@192.168.1.254's password: 
Linux raspberrypi 5.10.63+ #1488 Thu Nov 18 16:14:04 GMT 2021 armv6l

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Tue Dec 14 16:50:16 2021 from 192.168.1.41
pi@raspberrypi:~ $ 
But, just for the record, there is no login.txt file in the zip:

Code: Select all

karwas@iMac-Fast Downloads % unzip -l razberry.img.zip
Archive:  razberry.img.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
2952790016  12-20-2021 11:21   razberry-3.2.2_bullseye.img
---------                     -------
2952790016                     1 file
Thanks again,
problem solved :-)

Przemek