Change port for TeamCity web server

RationalGeek picture RationalGeek · Mar 5, 2010 · Viewed 28.5k times · Source

I installed TeamCity and got it working against my project. However, I have since realized that I don't want it the administration page to be configured on port 80. I'm going to have other websites on that server that I want on the default port. How do I change the configured port?

I wandered around the configurations a bit and looked through the administration settings but couldn't figure it out.

Answer

sfussenegger picture sfussenegger · Mar 5, 2010

The port number can be edited in the <TeamCity home>/conf/server.xml file, line <Connector port="8111" protocol="HTTP/1.1".

from Installing and Configuring the TeamCity server