The following article explains how to manage the users on a VPS server through an SSH connection. You are able to add users as well as update passwords for existing users.

* To create a new user, please follow these steps:

  1. In the SSH Console you logged into, type the following syntax:
    [root]# useradd username .p password
  2. This will create the user with the password specified.

* To change or reset the password of an existing user, please follow these steps:

  1. In the SSH Console you logged into, type the following syntax:
    [root]# passwd username
  2. You will then be prompted for a ‘New UNIX Password’. Enter the new password and then enter the new password again to confirm it.
    Note: If you enter a password that the system considers to be easily discovered, then you will receive a warning message. If you would like to choose a different password, repeat the above steps.

Make sure to update your code to reflect the new password you set, if necessary.

Bookmark and Share

Related posts:

  1. How to install and run VNC server on VPS via SSH? For Linux VPS, you can manage through Control Panel...
  2. How to manage unmanaged VPS? When you get an unmanaged VPS, you have to manage...
  3. VPS vs Dedicated server – Which is better for you? Dedicated server is the good choice for guarantee, but VPS...
  4. How to update, upgrade VPS system softwares? Once you own a VPS or a dedicated server, the...

Related posts brought to you by Yet Another Related Posts Plugin.

Tags: ,

Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>