Hi @Rade Rade,
Please make sure that you have installed SQL Server as well.
SSMS just provides tools to configure, monitor, and administer instances of SQL Server and databases.
You may check Services via Command Prompt:
sc query | find /i "SQL Server"
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.