Issue for creating a Microsoft Sever

Had this pop up when I was trying to create a sever according to the Inductive University, anyone have any ideas?

Cannot create PoolableConnectionFactory (Login failed for user 'admin'. ClientConnectionId:c64ce8ea-fca2-4a24-b69e-05bf6875f138)

I mean... Is the password correct?

Login failed is pretty unambiguous.

Keep in mind that with SQL Server, you have to create a "login" and then associate that login to a database via a "user".

Yes, I even copy paste to ensure it was

I was able to login on the SQL Server Management Studio a couple of times, but the Igntion never had a Valid status.

Another thing to check is in SQL Server Configuration Manager, make sure that TCP/IP protocol is enabled. I think that some installations of SQL Express may not default to enabling TCP/IP.

thank you for letting me know, yes, I have it set to enable already.