Tomas Pajonk
Tomas Pajonk

Reputation: 5202

How can I configure TeamCity server to be accessed from other computers on my local network / domain?

I have installed TeamCity on a server machine, but I would like to administer it from other machines. How should I proceed ?

All the machines are on local network and a domain.

Upvotes: 6

Views: 5615

Answers (2)

Robert Dyball
Robert Dyball

Reputation: 51

Depending on your domain admins, you might find the default rule "World Wide Web Services (HTTP Traffic-In)" allows port 80 traffic, but in my case Programs and Services/Programs was greyed out and fixed to "System" only.

In my case I just needed to add a "TeamCity" rule to allow TCP traffic in for ports, 80, 8080, 9080 and 9090 (change to suit the ports you have set up).

Upvotes: 1

Tomas Pajonk
Tomas Pajonk

Reputation: 5202

Allow the TeamCity port in the firewall. This was rather simple.

Upvotes: 5

Related Questions