root is convenient and dangerous. A single typo can wipe your server, and any process you launch inherits full system privileges. The standard practice is to create a regular user, grant it sudo, and use root only when you really need to.
Create a new user
1
Add the user
2
Grant sudo privileges
3
Test the new account
