How to reset VPS password on Contabo
The fastest way is using the Customer Control Panel: log in, select your VPS, choose Password reset, enter new password, and confirm reboot. For manual control or Windows, activate Rescue Mode, SSH in, mount partition, and reset via commands. Verify by SSH login with new credentials.
Prerequisites
- Access to Contabo Customer Control Panel
- SSH client for Rescue Mode
- Basic command-line knowledge
- VNC/RDP client for Windows
- Network connectivity
Step-by-Step Instructions
Log in to Customer Control Panel
Navigate to VPS Control
Select Password Reset (CCP Method)
Activate Rescue Mode (Alternative)
Connect via SSH in Rescue Mode
ssh root@<your_server_ip> Use the temporary Rescue Mode credentials received in CCP to log in[2][4].Mount System Partition (Linux)
lsblk, then mount (e.g., mount /dev/sda1 /mnt) and reset root password using chroot /mnt passwd or standard Linux commands[6][3].Reset Windows Password (Rescue Mode)
ntfsfix /dev/sda2 then mount -t ntfs-3g /dev/sda2 /mnt. Run chntpw -u Administrator /mnt/Windows/System32/config/SAM, select 1 to clear password, unlock with 2, quit with q and save y[1][4].Exit Rescue and Reboot
Verify New Password
ssh root@<your_server_ip> (Linux) or RDP/VNC (Windows). Enter new password to confirm success[1][2].Common Issues & Troubleshooting
CCP Password Reset Not Working or Timing Out
Wait 5-10 minutes for reboot, clear browser cache, try different browser/device, or contact Contabo Support[4].
Cannot SSH After Reset (Linux)
Wait 2-3 minutes for full reboot, confirm root username and exact password, check server status[4][5].
Mounting Fails in Rescue Mode
Verify partition with <code>lsblk</code>, run <code>ntfsfix</code> for Windows, ensure correct device like /dev/sda1 or /dev/sda2[1][4].
Windows Password Not Cleared
Confirm Administrator username, use chntpw options 1 (clear) and 2 (unlock), set new password via VNC/RDP immediately[1][4].
BitLocker Blocks Access
Decrypt disk before Rescue Mode; required for Windows encrypted partitions[1].