You can create a new admin user through command by using below command.
The admin:user:create command is used to create new admin user.
php bin/magento admin:user:create --admin-user='your-new-username' --admin-password='new-username-password' --admin-email='new-user-email' --admin-firstname='newuser-firstname' --admin-lastname='newuser-lastname'
You will give Response like below,
Created Magento administrator user named your-new-username with green line.

