How do I reset my root password?

To reset your VPS root password, enter the VPS management panel at https://vpscp.hostodo.com/login.php using the credentials sent to you in your VPS Welcome Email. 

From there, select the VPS you want to manage, then select the "Root/Admin Password" tab. Press the Change button.

You will be asked to confirm that you'd like the password changed. Once you confirm, a new password will be generated and displayed. It may take up to 5 minutes for the password change to fully complete.

Please note that your VPS root password is different than your VPS control panel password, and it is a good idea to change your password every 90 days. We strongly discourage using the same password for your VPS and your control panel account.

Please open a ticket if you have any questions.

  • 124 Els usuaris han Trobat Això Útil
Ha estat útil la resposta?

Articles Relacionats

How to Install Squid Proxy Server on CentOS 7

This can run on any VPS from us running minimum specs. Make sure to have your server up-to-date...

How to block a bot by User Agent Sting

How to block a bot by User Agent Sting Do you have those bandwidth hogging bots as much as...

How to block Bittorent traffic with IPTables

How to Block Bittorrent Traffic with IPtables IPTABLES is a user-space application program...

CentOS One Liner Commands

Centos Oneliners kill all pts for x in $(ps aux | grep pts| awk '{print $2}'); do kill...

MySQL - Check Which Query is Consuming Resources

MySQL - Checking Which Query is Consuming Resources Have you ever wondered which mysql query...