03a) Creating the first user

Creating the first admin user

  1. To create the admin user, we need to run a command in our SSH terminal:

docker exec -it pt-panel php artisan p:user:make
  1. This will start a user-creation session. This is needed to create the first user.

  2. It'll ask if you want to create an administrator user, you should write yes

  3. Enter the email you want associated with the account

  4. Enter your name/username (whatever you want basically)

  5. Enter your password.

  6. You can now login to your panel!

Warning: Make sure you enter the right password the first time - it won't ask twice

On to the next step!

Last updated