- Initial Server Setup with Debian 11
1. Log in as root
This example creates a new user called suname
adduser suname
This will ask for New password and other information. You can leave other information blank.
Next, we’ll set up this new user with admin privileges.
Granting Administrative Privileges with sudo
usermod -aG sudo suname