DEV Community

Discussion on: This is how I turned my old laptop into a server.

 
beskiriyan profile image
Riyan Beski

If I try to connect with my server with my root password it says permission denied. What to do?

Thread Thread
 
cristaldo profile image
Rafael Cristaldo

As I ask you, Is your root password ?
What kind of access are you trying to do?
For example, ssh?
Can you access your server with ssh using root password ?
Can you access your server via console with the root user and password?
You can login from console but not from ssh connection?

Thread Thread
 
beskiriyan profile image
Riyan Beski

Thanks. But I figured out my problem and now I'm able to connect

Thread Thread
 
cristaldo profile image
Rafael Cristaldo

We just need to understand if you forgot your root password OR you only don't have permission to login via ssh.
If the problem is only when trying to login via ssh, it's easy to solve from sshd config file.
If you forgot the root password, you have to broke it by booting from grub with edit option (E) in the kernel line writing in the end of the line init=/bin/bash and doing chroot on root partition to be able to change your root password.
There are many posts on internet showing how to proceed with this.