Cannot find or connect to SQL instance showing when connecting to SQL server from SSMS

Checklist

-SQL Browser service is running on the DB server, this one listens to UDP broadcast to tell clients of its presence.

-UDP 1434 is allowed in the firewall of the server(inbound rule), this is so that UDP broadcasts from clients can reach server.

-TCP 1433 and 1434 are allowed in the firewall(inbound rule), this is so that SSMS can connect to SQL server instance.

-TCP and UDP protocols are enabled in SQL Configuration Manager.

-The SQL instance allows remote connections, check this by opening SSMS inside the server, connect to local instance, right click, choose Properties and check the option to allow remote connections.

-There is no IP conflict in the network with another server (if using Virtual machines, check that MAC addresses are different to have different IPs, otherwise SSMS may try to connect to wrong server).