> ## Documentation Index
> Fetch the complete documentation index at: https://help.onetsolutions.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Change Your Password

> Change your Linux user password for improved security

Changing your password regularly is an important security practice.

<Info>
  **Prerequisites**

  * A VPS with OnetSolutions
  * SSH access to your server ([How to connect](/tutorials/how-to-connect-to-linux-server))
</Info>

## Changing Your Password

<Steps>
  <Step title="Connect to your server">
    Connect to your VPS via SSH.
  </Step>

  <Step title="Run the password command">
    Execute the following command:

    ```bash theme={null}
    passwd
    ```
  </Step>

  <Step title="Enter new password">
    Type your new password when prompted and press Enter. You'll be asked to confirm it by typing it again.

    <Note>
      The password will not be displayed as you type. This is normal security behavior.
    </Note>
  </Step>
</Steps>

## Password Best Practices

<Tip>
  A strong password should:

  * Be at least 12 characters long
  * Include uppercase and lowercase letters
  * Include numbers and special characters
  * Not contain personal information or common words
  * Be unique (not used elsewhere)
</Tip>

<Warning>
  Store your password securely. If you lose it, you may need to reinstall your VPS or contact support.
</Warning>
