1. Login as root (replace localhost with your server address) ssh root@localhost To create a Root User Account 2. Type in this command and press enter (remember to replace <username>) useradd -ou 0 -g 0 <username> 3. Type in this command and press enter to create a password for the user passwd <username> 4. Type in the password […]