• How are you trying to connect: locally or remotely? In SSMS you would connect using the Database Engine Query, not Database Engine in Object Explorer.

    You also might want to see if you can connect using SQLCMD from the SQL Server. ex. SQLCMD -S127.0.0.1,1434

    Reference:

    Using a Dedicated Administrator Connection