• Compute
    Compute

    Configure a popular Linux OS or use popular developer Tools

  • Cloud hosting
    Cloud hosting

    Host a VPS in the Cloud in seconds

  • Collaborate, CMS, CRM`s
    Collaborate, CMS, CRM`s

    Collaborate with these popular CMS, CRM & collaboration tools

  • Database & E-Commerce
    Database & E-Commerce

    Create a database or an E-Commerce environment in seconds

How to: Reset a Linux VPS Root Password Using Private SSH Login or Full System Reset


TABLE OF CONTENTS


VPS passwords are specific to each VPS and are encrypted to each virtual machine during deployment. That said, there are multiple methods for resetting a SkySilk VPS root password.


RESET A VPS ROOT PASSWORD FROM VPS DASHBOARD VIA FULL SYSTEM RESET:

1. Login to your SkySilk account.

2. Select the VPS in question.

3. Choose the RE-INSTALL tab and confirm.

*Please note this option will reset the entire machine to its original state but will allow for you to set a new root password. If you want to retain your machine's data and also have an SSH Keypair set, you can reset your root password via the method below.


RESET A VPS USER PASSWORD USING PRIVATE SSH:

1. Connect to VM using your private key:

ssh -i /path/to/id_rsa [email protected]

2. Reset the root password (type the following command in the command prompt ending each line with pressing the Enter button on the keyboard):

passwd <user>
Enter & Confirm New Password
exit

 <user> is typically going to be 'root' unless you have specifically made and are trying to log in as a user other than root.


Join our Private Discord Chat to chat with, as well as find community assistance from other Verified SkySilk Users: https://invite.gg/SkySilk  


CLICK TO DEPLOY AN UBUNTU LINUX VPS

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.