razberry-3.2.2_bullseye.img default username and password

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
karwas
Posts: 2
Joined: 18 Feb 2022 20:59

razberry-3.2.2_bullseye.img default username and password

Post 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
enbemokel
Posts: 482
Joined: 08 Aug 2016 17:36

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

Post 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
User avatar
PoltoS
Posts: 7579
Joined: 26 Jan 2011 19:36

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

Post by PoltoS »

the password is razberry. it sould be in the zip file in login.txt
karwas
Posts: 2
Joined: 18 Feb 2022 20:59

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

Post 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
Post Reply