SBC "pi" password

Mike Shintani

Customer
Joined
May 17, 2023
Messages
38
Reaction score
3
I have successfully installed a new SBC by following the directions from 3CX. It's up and running. I am curious if it's recommended to change the "pi" login password from "raspberry" (as directed in the instructions) to something not publicly known and more secure. Will changing this password break any of the SBC configuration and linkage with my hosted 3CX? What are the steps to properly change the "pi" password?
 
Hello @Mike Shintani,

Yes, you should change the password of the user pi
Login to the raspberry pi and type following line in the terminal:
sudo passwd pi
(enter new password twice)

Paulo