Posts: 8
Threads: 2
Joined: Apr 2018
Reputation:
0
What is the root password on the plexpi? I need to get into the root directories to change a file? Not the pi and plexpi1.
Posts: 74
Threads: 4
Joined: Mar 2018
Reputation:
2
Hi,
you can use sudo before the command to act as root when you're logged in as pi.
I'm actually interested in the question anyway since I'm seeing a lot of attempts to connect to my ssh as root so I just wanna double check if the root password is strong enough.
Posts: 1
Threads: 0
Joined: Apr 2018
Reputation:
0
I don't know what the pi user or root passwords are, but you can set new ones for yourself and for safety sake. Just like what was previously pointed out. Here are the instructions to do so:
while logged in as pi (default when the plexpi starts up)
Open Terminal
type "su -i" which will switch you to the root user
type "passwd" and set a new password for root
type "passwd pi" to set a new password for pi
once, you've finished making your changes and no longer need the root user access, just type "exit" to switch back to pi
Hope that helps.