Background: I have a Windows Server with 2 installed SQL 2016 Instances in it (SQLEXPRESS,SQLLICENSED). SQLLICENSED one was installed by me.
Problem: I can connect fine using the SQLEXPRESS remotely on my pc but cant seem to connect to SQLLICENSED instance outside the local server.
I access it using <IPAddress>\SQLLICENSED. But got the generic connectivity error "A network-related....". I tried accessing the instance locally using the windows server where both are installed and I can connect using <IPAddress>\SQLLICENSED so this is a remote access issue.
Solutions that I have tried so far:
- Start/Restart the SQL Browser service
- Added tcp port (SQLLICENSED) to inbound and outbound
- Turned off firewall (For testing)
- Enabled named instances in SQL Configuration Manager
But none of this solved the issue. Would appreciate your guidance on this.

