Accessing TeamCity instance from browser
I have TeamCity Professional 2018.1.1 installed on a Windows 2016 server.
It has a dns entry pointing to a subdomain created for the purpose of accessing it via the web with a browser and port 8111 is open.
I can access it via that address when I am on the server itself, but I cannot access it from my desktop on the same network.
What do I need to do in order to get this working?
Please sign in to leave a comment.
This should be an issue with the firewall or network, unless you have manually modified the config files of the server, in which case you will need to review your changes. TeamCity by default is configured to listen to all addresses on the defined port, so please check your network settings. Try accessing via IP instead of via dns name and see if that works.