Ubuntu stores user data in system files such as /etc/passwd, /etc/group, and /etc/shadow. Directly editing these files can cause errors or security issues, so many administrators prefer built-in user management tools. These tools automate user creation and help maintain system consistency.
For detailed control, some administrators use command-line utilities like adduser and useradd. These commands enable advanced scripting options, batch account creation, and precise permission settings. They are particularly useful on Ubuntu Server systems that lack a graphical interface.
On Ubuntu GNOME, a graphical interface provides a simpler, visual approach for user administration. This method is intuitive and reduces the chance of misconfigurations that can occur with manual file editing. It also allows administrators to create accounts quickly without relying on terminal commands.
Related: How to create a user in Linux




Your account must have Administrator privilege for this to work

A Username will automatically be generated based on the entered Full Name but could be manually changed.
An administrator will have the capability to make system-wide changes such as to add a new user.




This guide is tested on Ubuntu:
| Version | Code Name |
|---|---|
| 24.04 LTS | Noble Numbat |