This tutorial will help you change your Dreambox root password even if you don't know the current one.
First of all, you will need to have TuxBox commander installed: You can download it via the Blue Panel then Addons/Plugins, or you can download it from the this link (Use DCC to FTP to /var directory)
Once it is installed you can access it through Blue Panel, Plugins/Tools
Fire it up and navigate to var/etc
Select the passwd file. Hit 4 to edit it.
You’ll see something like this:
Your root password will obviously be different to the above. What you need to do is replace the first line with this:
And you have to be exact.
That resets the password to “dreambox” (without the quotes - password is now dreambox) and you’re good to go.
First of all, you will need to have TuxBox commander installed: You can download it via the Blue Panel then Addons/Plugins, or you can download it from the this link (Use DCC to FTP to /var directory)
Once it is installed you can access it through Blue Panel, Plugins/Tools
Fire it up and navigate to var/etc
Select the passwd file. Hit 4 to edit it.
You’ll see something like this:
Code:
root:$1$$3er43323sBBCAw.ofBbt.:0:0::/:/bin/sh sshd:*:65532:65534::/:/bin/false ftp:*:65533:65534::/:/bin/false nobody:*:65534:65534::/:/bin/false
Code:
[COLOR="Red"]root:$1$$34NPeumc9sBBCAw.oUaM80:0:0::/:/bin/sh[/COLOR]
That resets the password to “dreambox” (without the quotes - password is now dreambox) and you’re good to go.
Comment