Tips how can I find out vps password remotely?

### Cách tìm hiểu mật khẩu VPS của bạn từ xa (mà không phải liên hệ với hỗ trợ)

** TL; DR: ** Nếu bạn đã bị khóa VPS và không có quyền truy cập vào mật khẩu gốc, bạn có thể đặt lại nó bằng các bước sau:

1. SSH vào VPS của bạn với tư cách là người dùng `root`.
2. Chạy lệnh sau để tạo mật khẩu mới:

`` `
passwd
`` `

3. Nhập mật khẩu mới của bạn hai lần, sau đó nhấn Enter.

Mật khẩu VPS của bạn hiện đã được đặt lại!

** Để biết hướng dẫn chi tiết hơn, hãy xem những điều sau: **

* [Cách đặt lại mật khẩu VPS của bạn] (https://www.digitalocean.com/community/tutorials/how-to-reset-your-vps-password)
* [Làm thế nào để SSH vào VPS của bạn] (https://www.digitalocean.com/community/tutorials/how-to-ssh-into-your-vps)

** Hashtags: **

* #VPs
* #mật khẩu
* #cài lại
* #Ssh
* #Digitalocean
=======================================
### How to Find Out Your VPS Password Remotely (Without Having to Contact Support)

**TL;DR:** If you're ever locked out of your VPS and don't have access to the root password, you can reset it using the following steps:

1. SSH into your VPS as the `root` user.
2. Run the following command to create a new password:

```
passwd
```

3. Enter your new password twice, and then press Enter.

Your VPS password has now been reset!

**For more detailed instructions, see the following:**

* [How to Reset Your VPS Password](https://www.digitalocean.com/community/tutorials/how-to-reset-your-vps-password)
* [How to SSH into Your VPS](https://www.digitalocean.com/community/tutorials/how-to-ssh-into-your-vps)

**Hashtags:**

* #VPs
* #Password
* #Reset
* #Ssh
* #Digitalocean
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top