KB >> Cloud VPS >> Article

Add a New Linux User on Your VPS or Dedicated Server

Add a New Linux User on Your Cloud VPS or Dedicated Server

  1. SSH in as root.
  2. Create user: adduser alice then passwd alice.
  3. (Optional) Sudo: usermod -aG wheel alice (Alma/Rocky) or usermod -aG sudo alice (Ubuntu).
Avoid daily use of root; use sudoers instead.

  • vps, dedicated server, linux

Was this answer helpful?

21 Users Found This Useful